Searched refs:bt_mesh_aes_cmac_raw_key (Results 1 – 5 of 5) 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() function 82 return bt_mesh_aes_cmac_raw_key(key->key, sg, sg_len, mac); in bt_mesh_aes_cmac_mesh_key()
|
D | crypto.c | 31 return bt_mesh_aes_cmac_raw_key(key, &sg, 1, mac); in bt_mesh_aes_cmac_one_raw_key() 109 err = bt_mesh_aes_cmac_raw_key(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 120 err = bt_mesh_aes_cmac_raw_key(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 132 err = bt_mesh_aes_cmac_raw_key(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 607 return bt_mesh_aes_cmac_raw_key(prov_salt_key, sg, ARRAY_SIZE(sg), prov_salt); in bt_mesh_prov_salt() 665 return bt_mesh_aes_cmac_raw_key(conf_key, sg, ARRAY_SIZE(sg), conf); in bt_mesh_prov_conf()
|
D | dfu_metadata.c | 80 err = bt_mesh_aes_cmac_raw_key(key, &sg, 1, mac); in bt_mesh_dfu_metadata_comp_hash_get()
|
D | crypto.h | 37 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, size_t sg_len,
|
D | crypto_psa.c | 159 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_raw_key() function
|