Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_nonce (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h94 int bt_mesh_prov_nonce(const uint8_t dhkey[32], const uint8_t prov_salt[16], uint8_t nonce[13]);
Dprovisionee.c532 err = bt_mesh_prov_nonce(bt_mesh_prov_link.dhkey, in prov_data()
Dcrypto.c247 int bt_mesh_prov_nonce(const uint8_t dhkey[32], const uint8_t prov_salt[16], uint8_t nonce[13]) in bt_mesh_prov_nonce() function
Dprovisioner.c509 err = bt_mesh_prov_nonce(bt_mesh_prov_link.dhkey, in send_prov_data()