Home
last modified time | relevance | path

Searched refs:hextostring (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_crypto.c35 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 Dgenie_provision.c215 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 Dali_vendormodel_profile.c346 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 Dlog.h95 void hextostring(const uint8_t *source, char *dest, int len);
/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dlog.h95 void hextostring(const uint8_t *source, char *dest, int len);
/AliOS-Things-master/components/ble_host/bt_host/common/
A Dlog.c69 void hextostring(const uint8_t *source, char *dest, int len) in hextostring() function

Completed in 8 milliseconds