Home
last modified time | relevance | path

Searched refs:bt_mesh_encrypt (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.c367 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()
Dcrypto_tc.c36 int bt_mesh_encrypt(const struct bt_mesh_key *key, const uint8_t plaintext[16], in bt_mesh_encrypt() function
Dcrypto.h23 int bt_mesh_encrypt(const struct bt_mesh_key *key, const uint8_t plaintext[16],
Dproxy_cli.c213 err = bt_mesh_encrypt(&sub->keys[idx].identity, in, out); in is_hash_equal()
Dcrypto_psa.c60 int bt_mesh_encrypt(const struct bt_mesh_key *key, const uint8_t plaintext[16], in bt_mesh_encrypt() function
Dproxy_srv.c510 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/
Dtest_beacon.c1614 bt_mesh_encrypt(&net->id_key, tmp, tmp); in proxy_adv_hash_calc()