Searched refs:genie_crypto_get_auth (Results 1 – 5 of 5) sorted by relevance
13 uint8_t *genie_crypto_get_auth(const uint8_t random[16]);
25 uint8_t *genie_crypto_get_auth(const uint8_t random[16]) in genie_crypto_get_auth() function
215 genie_mesh_provision.static_val = genie_crypto_get_auth(random); in genie_mesh_init()
160 bt_mesh_prov_conf(key, random_hex, genie_crypto_get_auth(random_hex), cfm); in ultra_prov_get_auth()
871 memcpy(plink.auth, genie_crypto_get_auth(plink.rand), STATIC_OOB_LENGTH); in send_confirm()1079 memcpy(plink.auth, genie_crypto_get_auth(data), STATIC_OOB_LENGTH); in prov_random()
Completed in 9 milliseconds