Searched refs:bt_mesh_prov_conf (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 150 int bt_mesh_prov_conf(const u8_t conf_key[16], const u8_t rand[16],
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_provision.c | 160 bt_mesh_prov_conf(key, random_hex, genie_crypto_get_auth(random_hex), cfm); in ultra_prov_get_auth()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | prov.c | 875 if (bt_mesh_prov_conf(plink.conf_key, plink.rand, plink.auth, net_buf_simple_add(&cfm, 16))) { in send_confirm() 1083 if (bt_mesh_prov_conf(plink.conf_key, data, plink.auth, conf_verify)) { in prov_random()
|
A D | crypto.c | 833 int bt_mesh_prov_conf(const u8_t conf_key[16], const u8_t rand[16], in bt_mesh_prov_conf() function
|
A D | provisioner_prov.c | 2014 if (bt_mesh_prov_conf(link[i].conf_key, link[i].rand, link[i].auth, in send_confirm() 2502 if (bt_mesh_prov_conf(link[i].conf_key, data, link[i].auth, conf_verify)) { in prov_random()
|
Completed in 14 milliseconds