Searched refs:bt_mesh_net_encrypt (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | crypto.h | 103 int bt_mesh_net_encrypt(const struct bt_mesh_key *key, struct net_buf_simple *buf,
|
| D | solicitation.c | 310 err = bt_mesh_net_encrypt(&sub->keys[SUBNET_KEY_TX_IDX(sub)].msg.enc, in sol_pdu_create()
|
| D | crypto.c | 379 int bt_mesh_net_encrypt(const struct bt_mesh_key *key, struct net_buf_simple *buf, in bt_mesh_net_encrypt() function
|
| D | net.c | 484 err = bt_mesh_net_encrypt(&cred->enc, buf, iv_index, proxy); in net_encrypt()
|
| D | friend.c | 528 if (bt_mesh_net_encrypt(&cred->enc, &buf->b, iv_index, BT_MESH_NONCE_NETWORK)) { in encrypt_friend_pdu()
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
| D | test_proxy_sol.c | 167 ASSERT_OK(bt_mesh_net_encrypt(&sub->keys[SUBNET_KEY_TX_IDX(sub)].msg.enc, pdu, 0, in sol_fixed_pdu_create()
|