Searched refs:sg_len (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 56 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, size_t sg_len, in bt_mesh_aes_cmac_raw_key() argument 66 for (; sg_len; sg_len--, sg++) { in bt_mesh_aes_cmac_raw_key() 80 size_t sg_len, uint8_t mac[16]) in bt_mesh_aes_cmac_mesh_key() argument 82 return bt_mesh_aes_cmac_raw_key(key->key, sg, sg_len, mac); in bt_mesh_aes_cmac_mesh_key() 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() argument 98 for (; sg_len; sg_len--, sg++) { in bt_mesh_sha256_hmac_raw_key()
|
D | crypto_psa.c | 127 size_t sg_len, uint8_t mac[16]) in bt_mesh_aes_cmac_mesh_key() argument 138 for (; sg_len; sg_len--, sg++) { in bt_mesh_aes_cmac_mesh_key() 161 size_t sg_len, uint8_t mac[16]) in bt_mesh_aes_cmac_raw_key() argument 171 err = bt_mesh_aes_cmac_mesh_key(&key_id, sg, sg_len, mac); in bt_mesh_aes_cmac_raw_key() 178 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() argument 211 for (; sg_len; sg_len--, sg++) { in bt_mesh_sha256_hmac_raw_key()
|
D | crypto.h | 34 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, size_t sg_len, 37 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, size_t sg_len, 40 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len,
|