/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_localsetup.c | 67 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 D | alcs_adapter.c | 372 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 D | awss_packet.c | 28 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 D | arm_fir_lattice_q31.c | 67 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 D | arm_iir_lattice_f32.c | 131 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 D | arm_iir_lattice_q31.c | 67 q31_t *px1, *px2, *pk, *pv; /* Temporary pointers for state and coef */ in arm_iir_lattice_q31() local
|
A D | arm_iir_lattice_q15.c | 76 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 D | device.js | 2 export function setDeviceInfo(pk, ps) { argument
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | device.js | 4 function setDeviceInfo(pk, ps) { argument
|
/AliOS-Things-master/components/uagent/example/ |
A D | uagent_example.c | 66 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 D | ota_transport_mqtt.c | 195 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 D | pkparse.c | 616 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 D | module_aiot_gateway.c | 435 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 D | blecfg_linksdk.c | 42 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 D | pk.h | 157 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 D | pk_verify.c | 77 mbedtls_pk_context pk; in main() local
|
A D | rsa_verify_pss.c | 81 mbedtls_pk_context pk; in main() local
|
A D | pk_encrypt.c | 82 mbedtls_pk_context pk; in main() local
|
A D | pk_sign.c | 80 mbedtls_pk_context pk; in main() local
|
A D | pk_decrypt.c | 82 mbedtls_pk_context pk; in main() local
|
A D | rsa_sign_pss.c | 81 mbedtls_pk_context pk; in main() local
|
/AliOS-Things-master/components/uagent/internal/ |
A D | uagent_inner_api.h | 19 char pk[PK_STR_SIZE]; member
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | ssl_cert_test.c | 156 mbedtls_pk_context pk; in main() local
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.c | 85 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 D | dm_ota.c | 71 char pk[IOTX_PRODUCT_KEY_LEN + 1] = { 0 }; in dm_ota_switch_device() local
|