Home
last modified time | relevance | path

Searched refs:bt_mesh_sha256_hmac_raw_key (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c85 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len, in bt_mesh_sha256_hmac_raw_key() function
Dcrypto.h40 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len,
Dcrypto_psa.c177 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len, in bt_mesh_sha256_hmac_raw_key() function
Dcrypto.c47 return bt_mesh_sha256_hmac_raw_key(key, &sg, 1, mac); in bt_mesh_sha256_hmac_one_raw_key()