Searched refs:hextostring (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_crypto.c | 35 hextostring(p_genie_triple->mac, mac_str, GENIE_TRIPLE_MAC_SIZE); in genie_crypto_get_auth() 36 hextostring(p_genie_triple->key, key_str, GENIE_TRIPLE_KEY_SIZE); in genie_crypto_get_auth() 37 hextostring(random, rad_str, 16); in genie_crypto_get_auth() 115 hextostring(p_genie_triple->mac, mac_str, GENIE_TRIPLE_MAC_SIZE); in genie_ais_get_cipher() 116 hextostring(p_genie_triple->key, key_str, GENIE_TRIPLE_KEY_SIZE); in genie_ais_get_cipher()
|
A D | genie_provision.c | 215 hextostring(buf, (char *)random_a, 8); in genie_provision_ultra_prov_recv_random() 217 hextostring(buf + 8, (char *)random_b, 8); in genie_provision_ultra_prov_recv_random() 254 hextostring(p_confirm, (char *)tmp, 16); in genie_provision_ultra_prov_recv_random()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 346 static void hextostring(const uint8_t *source, char *dest, int len) in hextostring() function 366 hextostring(pid, pid_string, PID_STRING_LEN); in bt_mesh_profile_calculate_digest() 368 hextostring(mac_addr, mac_addr_string, DEVICE_NAME_LEN); in bt_mesh_profile_calculate_digest()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/thirdparty/bluetooth/bt_host/bt_common/include/common/ |
A D | log.h | 95 void hextostring(const uint8_t *source, char *dest, int len);
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 95 void hextostring(const uint8_t *source, char *dest, int len);
|
/AliOS-Things-master/components/ble_host/bt_host/common/ |
A D | log.c | 69 void hextostring(const uint8_t *source, char *dest, int len) in hextostring() function
|
Completed in 6 milliseconds