Searched refs:bt_mesh_aes_cmac (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 14 int bt_mesh_aes_cmac(const u8_t key[16], struct bt_mesh_sg *sg, 22 return bt_mesh_aes_cmac(key, &sg, 1, mac); in bt_mesh_aes_cmac_one() 118 return bt_mesh_aes_cmac(prov_salt_key, sg, ARRAY_SIZE(sg), prov_salt); in bt_mesh_prov_salt()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 39 int bt_mesh_aes_cmac(const u8_t key[16], struct bt_mesh_sg *sg, in bt_mesh_aes_cmac() function 90 err = bt_mesh_aes_cmac(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 101 err = bt_mesh_aes_cmac(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 110 err = bt_mesh_aes_cmac(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 842 return bt_mesh_aes_cmac(conf_key, sg, ARRAY_SIZE(sg), conf); in bt_mesh_prov_conf()
|
Completed in 4 milliseconds