Searched refs:bt_mesh_prov_decrypt (Results 1 – 3 of 3) sorted by relevance
139 int bt_mesh_prov_decrypt(struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t data[25 + 8],
542 err = bt_mesh_prov_decrypt(&session_key, nonce, data, pdu); in prov_data()
671 int bt_mesh_prov_decrypt(struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t data[25 + 8], in bt_mesh_prov_decrypt() function