Searched refs:bt_mesh_encrypt (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 367 err = bt_mesh_encrypt(privacy_key, priv_rand, tmp); in bt_mesh_net_obfuscate() 727 err = bt_mesh_encrypt(pbk, salt, salt); in private_beacon_obf() 753 err = bt_mesh_encrypt(pbk, salt, tmp); in private_beacon_auth() 764 err = bt_mesh_encrypt(pbk, tmp, tmp); in private_beacon_auth() 776 err = bt_mesh_encrypt(pbk, salt, tmp); in private_beacon_auth()
|
D | crypto_tc.c | 36 int bt_mesh_encrypt(const struct bt_mesh_key *key, const uint8_t plaintext[16], in bt_mesh_encrypt() function
|
D | crypto.h | 23 int bt_mesh_encrypt(const struct bt_mesh_key *key, const uint8_t plaintext[16],
|
D | proxy_cli.c | 213 err = bt_mesh_encrypt(&sub->keys[idx].identity, in, out); in is_hash_equal()
|
D | crypto_psa.c | 60 int bt_mesh_encrypt(const struct bt_mesh_key *key, const uint8_t plaintext[16], in bt_mesh_encrypt() function
|
D | proxy_srv.c | 510 err = bt_mesh_encrypt(&sub->keys[SUBNET_KEY_TX_IDX(sub)].identity, hash, hash); in enc_id_adv()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 1614 bt_mesh_encrypt(&net->id_key, tmp, tmp); in proxy_adv_hash_calc()
|