Home
last modified time | relevance | path

Searched defs:pk (Results 1 – 25 of 55) sorted by relevance

123

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_localsetup.c67 static localsetup_status __fill_key(const char *pk, uint16_t pk_len, in __fill_key()
92 const char *pk, uint16_t pk_len, const char *dn, uint16_t dn_len, in __alcs_localsetup_ac_as_save()
134 localsetup_status alcs_localsetup_ac_as_load(const char *pk, uint16_t pk_len, in alcs_localsetup_ac_as_load()
173 static localsetup_status __alcs_localsetup_ac_as_del(const char *pk, in __alcs_localsetup_ac_as_del()
199 char *ac = NULL, *as = NULL, *pk = NULL, *dn = dn; in alcs_service_cb_setup() local
294 static void alcs_localsetup_register_resource(void *adapter_handle, char *pk, in alcs_localsetup_register_resource()
319 void alcs_localsetup_init(void *adapter_handle, void *coap_handler, char *pk, in alcs_localsetup_init()
337 void alcs_localsetup_add_sub_device(void *adapter_handle, char *pk, char *dn) in alcs_localsetup_add_sub_device()
A Dalcs_adapter.c372 static int _iotx_alcs_subdev_list_search(const char *pk, const char *dn, in _iotx_alcs_subdev_list_search()
398 int iotx_alcs_subdev_remove(const char *pk, const char *dn) in iotx_alcs_subdev_remove()
858 int iotx_alcs_add_sub_device(void *handle, const char *pk, const char *dn) in iotx_alcs_add_sub_device()
925 int iotx_alcs_remove_sub_device(void *handle, const char *pk, const char *dn) in iotx_alcs_remove_sub_device()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_packet.c28 char pk[IOTX_PRODUCT_KEY_LEN + 1] = { 0 }; in awss_get_dev_info() local
119 char *pk = NULL, *dev_name = NULL; in awss_build_sign_src() local
166 char pk[IOTX_PRODUCT_KEY_LEN + 1] = { 0 }; in awss_build_topic() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_fir_lattice_q31.c67 q31_t *pk; /* temporary coefficient pointer */ in arm_fir_lattice_q31() local
267 q31_t *pk; /* temporary coefficient pointer */ in arm_fir_lattice_q31() local
A Darm_iir_lattice_f32.c131 float32_t *px1, *px2, *pk, *pv; /* temporary pointers for state and coef */ in arm_iir_lattice_f32() local
345 float32_t *px1, *px2, *pk, *pv; /* temporary pointers for state and coef */ in arm_iir_lattice_f32() local
A Darm_iir_lattice_q31.c67 q31_t *px1, *px2, *pk, *pv; /* Temporary pointers for state and coef */ in arm_iir_lattice_q31() local
A Darm_iir_lattice_q15.c76 q15_t *px1, *px2, *pk, *pv; /* temporary pointers for state and coef */ in arm_iir_lattice_q15() local
/AliOS-Things-master/components/amp/jslib/src/
A Ddevice.js2 export function setDeviceInfo(pk, ps) { argument
/AliOS-Things-master/components/amp/libjs/lib/
A Ddevice.js4 function setDeviceInfo(pk, ps) { argument
/AliOS-Things-master/components/uagent/example/
A Duagent_example.c66 static int test_uagent_ext_comm_start_normal(char *pk, char *dn) in test_uagent_ext_comm_start_normal()
78 int test_uagent_init(void *handle, char *pk, char *dn) in test_uagent_init()
/AliOS-Things-master/components/ota/ota_agent/transport/
A Dota_transport_mqtt.c195 static int ota_mqtt_publish(void *mqtt_client, const char *name, char *msg, char *pk, char *dn) in ota_mqtt_publish()
261 int ota_transport_inform(void *mqttclient, char *pk, char *dn, char *module_name, char *ver) in ota_transport_inform()
/AliOS-Things-master/components/mbedtls/library/
A Dpkparse.c616 mbedtls_pk_context *pk ) in mbedtls_pk_parse_subpubkey()
949 mbedtls_pk_context *pk, in pk_parse_key_pkcs8_unencrypted_der()
1044 mbedtls_pk_context *pk, in pk_parse_key_pkcs8_encrypted_der()
1163 int mbedtls_pk_parse_key( mbedtls_pk_context *pk, in mbedtls_pk_parse_key()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_gateway.c435 JSValue pk = JS_GetPropertyStr(ctx, argv[0], "productKey"); in native_aiot_create_gateway() local
505 JSValue pk = JS_GetPropertyStr(ctx, subobj, "productKey"); in native_aiot_addTopo() local
577 JSValue pk = JS_GetPropertyStr(ctx, subobj, "productKey"); in native_aiot_removeTopo() local
633 JSValue pk = JS_GetPropertyStr(ctx, subobj, "productKey"); in native_aiot_registerSubDevice() local
685 JSValue pk = JS_GetPropertyStr(ctx, subobj, "productKey"); in native_aiot_login() local
729 JSValue pk = JS_GetPropertyStr(ctx, subobj, "productKey"); in native_aiot_logout() local
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_linksdk.c42 static int32_t BleCfg_devinfo_kv_save(char *pk, char *dn, char *ds) in BleCfg_devinfo_kv_save()
103 static int32_t BleCfg_devinfo_kv_load(char *pk, char *dn, char *ds) in BleCfg_devinfo_kv_load()
135 BLECFG_STATE BleCfg_dev_set(char *pk, char *dn, char *ds) in BleCfg_dev_set()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpk.h157 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
170 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Dpk_verify.c77 mbedtls_pk_context pk; in main() local
A Drsa_verify_pss.c81 mbedtls_pk_context pk; in main() local
A Dpk_encrypt.c82 mbedtls_pk_context pk; in main() local
A Dpk_sign.c80 mbedtls_pk_context pk; in main() local
A Dpk_decrypt.c82 mbedtls_pk_context pk; in main() local
A Drsa_sign_pss.c81 mbedtls_pk_context pk; in main() local
/AliOS-Things-master/components/uagent/internal/
A Duagent_inner_api.h19 char pk[PK_STR_SIZE]; member
/AliOS-Things-master/components/mbedtls/programs/test/
A Dssl_cert_test.c156 mbedtls_pk_context pk; in main() local
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c85 char *pk = NULL; in _shadow_recv_message_handler() local
310 char *pk = NULL, *dn = NULL; in aiot_shadow_send() local
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_ota.c71 char pk[IOTX_PRODUCT_KEY_LEN + 1] = { 0 }; in dm_ota_switch_device() local

Completed in 34 milliseconds

123