Searched refs:pub_key (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/linkkit/ota/ |
A D | ota_fetch.c | 26 char *pub_key = NULL; in ofc_Init() local 54 pub_key = (char *)iotx_ca_crt; in ofc_Init() 104 wrapper_http_setopt(h_odc->http_handle, IOTX_HTTPOPT_CERT, (void *)pub_key); in ofc_Init()
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | iotx_http_api.c | 349 const char *pub_key = NULL; in IOT_HTTP_DeviceNameAuth() local 456 pub_key = iotx_ca_crt; in IOT_HTTP_DeviceNameAuth() 469 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_CERT, (void *)pub_key); in IOT_HTTP_DeviceNameAuth() 607 const char *pub_key = NULL; in IOT_HTTP_SendMessage() local 684 pub_key = iotx_ca_crt; in IOT_HTTP_SendMessage() 703 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_CERT, (void *)pub_key); in IOT_HTTP_SendMessage()
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_preauth.c | 202 char *pub_key = (char *)iotx_ca_crt; in preauth_get_connection_info() local 205 char *pub_key = NULL; in preauth_get_connection_info() local 239 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_CERT, (void *)pub_key); in preauth_get_connection_info()
|
A D | infra_compat.c | 56 g_iotx_conn_info.pub_key = g_empty_string; in IOT_SetupConnInfo()
|
/AliOS-Things-master/components/linkkit/include/linkkit/ |
A D | mqtt_api.h | 153 const char *pub_key; member
|
/AliOS-Things-master/components/linkkit/dynamic_register/ |
A D | dynreg.c | 185 const char *pub_key = NULL; in _fetch_dynreg_http_resp() local 217 pub_key = iotx_ca_crt; in _fetch_dynreg_http_resp() 226 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_CERT, (void *)pub_key); in _fetch_dynreg_http_resp()
|
/AliOS-Things-master/hardware/chip/haas1000/release/write_flash_tool/ |
A D | bes_dld_cfg.yaml | 59 FILE_NAME: pub_key.bin
|
A D | bes_dld_cfg_factory_nosec.yaml | 59 FILE_NAME: pub_key.bin
|
A D | bes_dld_cfg_factory_sec.yaml | 59 FILE_NAME: pub_key.bin
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_compat.h | 187 const char *pub_key; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_prov.c | 1251 bool pub_key; in reset_link() local 1276 pub_key = atomic_test_bit(link[i].flags, LOCAL_PUB_KEY); in reset_link() 1286 if (pub_key) { in reset_link() 2153 u8_t pub_key[64]; in prov_gen_dh_key() local 2159 sys_memcpy_swap(&pub_key[0], &link[i].conf_inputs[81], 32); in prov_gen_dh_key() 2160 sys_memcpy_swap(&pub_key[32], &link[i].conf_inputs[113], 32); in prov_gen_dh_key() 2162 if (bt_dh_key_gen(pub_key, prov_dh_key_cb)) { in prov_gen_dh_key() 3312 bool pub_key; in provisioner_pb_gatt_close() local 3346 pub_key = atomic_test_bit(link[i].flags, LOCAL_PUB_KEY); in provisioner_pb_gatt_close() 3350 if (pub_key) { in provisioner_pb_gatt_close()
|
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_api.c | 287 mqtt_params.pub_key = iotx_ca_crt; in IOT_MQTT_Construct()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.c | 97 static u8_t pub_key[64]; variable 4713 memcpy(pub_key, evt->key, 64); in le_pkey_complete() 4718 cb->func(evt->status ? NULL : pub_key); in le_pkey_complete() 4745 memcpy(pub_key, key, 64); in hci_api_le_event_pkey_complete() 9849 return pub_key; in bt_pub_key_get()
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.c | 225 pInitParams->pub_key); in iotx_mc_init()
|
Completed in 43 milliseconds