Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c79 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_mesh_key() function
Dcrypto_psa.c125 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_mesh_key() function
170 err = bt_mesh_aes_cmac_mesh_key(&key_id, sg, sg_len, mac); in bt_mesh_aes_cmac_raw_key()
Dcrypto.h34 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, size_t sg_len,
Dcrypto.c39 return bt_mesh_aes_cmac_mesh_key(key, &sg, 1, mac); in bt_mesh_aes_cmac_one_mesh_key()