Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h151 int bt_mesh_beacon_decrypt(const struct bt_mesh_key *pbk, const uint8_t random[13],
Dbeacon.c585 err = bt_mesh_beacon_decrypt(&sub->keys[i].priv_beacon, params->random, in priv_beacon_decrypt()
Dcrypto.c789 int bt_mesh_beacon_decrypt(const struct bt_mesh_key *pbk, const uint8_t random[13], in bt_mesh_beacon_decrypt() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c368 bt_mesh_beacon_decrypt(&priv_beacon_key, &buf->data[0], &buf->data[13], in beacon_scan_cb()