Home
last modified time | relevance | path

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 Dcrypto.h150 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 Dgenie_provision.c160 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 Dprov.c875 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 Dcrypto.c833 int bt_mesh_prov_conf(const u8_t conf_key[16], const u8_t rand[16], in bt_mesh_prov_conf() function
A Dprovisioner_prov.c2014 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