Home
last modified time | relevance | path

Searched refs:bt_mesh_net_obfuscate (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsolicitation.c155 err = bt_mesh_net_obfuscate(out->data, 0, &sub->keys[i].msg.privacy); in sol_pdu_decrypt()
318 err = bt_mesh_net_obfuscate(pdu->data, 0, in sol_pdu_create()
Dcrypto.h101 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, const struct bt_mesh_key *privacy_key);
Dnet.c489 return bt_mesh_net_obfuscate(buf->data, iv_index, &cred->privacy); in net_encrypt()
640 if (bt_mesh_net_obfuscate(out->data, BT_MESH_NET_IVI_RX(rx), in net_decrypt()
Dcrypto.c353 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, const struct bt_mesh_key *privacy_key) in bt_mesh_net_obfuscate() function
Dfriend.c533 if (bt_mesh_net_obfuscate(buf->data, iv_index, &cred->privacy)) { in encrypt_friend_pdu()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c170 ASSERT_OK(bt_mesh_net_obfuscate(pdu->data, 0, in sol_fixed_pdu_create()