Searched refs:bt_mesh_net_obfuscate (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | solicitation.c | 155 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()
|
D | crypto.h | 101 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, const struct bt_mesh_key *privacy_key);
|
D | net.c | 489 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()
|
D | crypto.c | 353 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
|
D | friend.c | 533 if (bt_mesh_net_obfuscate(buf->data, iv_index, &cred->privacy)) { in encrypt_friend_pdu()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_proxy_sol.c | 170 ASSERT_OK(bt_mesh_net_obfuscate(pdu->data, 0, in sol_fixed_pdu_create()
|