Searched refs:bt_mesh_sha256_hmac_raw_key (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 85 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
|
D | crypto.h | 40 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len,
|
D | crypto_psa.c | 177 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
|
D | crypto.c | 47 return bt_mesh_sha256_hmac_raw_key(key, &sg, 1, mac); in bt_mesh_sha256_hmac_one_raw_key()
|