Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_encrypt (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h142 int bt_mesh_prov_encrypt(struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t data[25],
Dcrypto.c681 int bt_mesh_prov_encrypt(struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t data[25], in bt_mesh_prov_encrypt() function
Dprovisioner.c553 err = bt_mesh_prov_encrypt(&session_key, nonce, &pdu.data[1], in send_prov_data()