Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dcrypto.h146 int bt_mesh_beacon_encrypt(const uint8_t pbk[16], uint8_t flags, uint32_t iv_index,
Dbeacon.c191 err = bt_mesh_beacon_encrypt(keys->priv_beacon, flags, bt_mesh.iv_index, in private_beacon_update()
Dcrypto.c767 int bt_mesh_beacon_encrypt(const uint8_t pbk[16], uint8_t flags, in bt_mesh_beacon_encrypt() function
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1163 bt_mesh_beacon_encrypt(priv_beacon_key, flags, bt_mesh.iv_index + 1, in private_beacon_create()