Searched refs:bt_mesh_aes_cmac (Results 1 – 2 of 2) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | crypto.h | 25 int bt_mesh_aes_cmac(const uint8_t key[16], struct bt_mesh_sg *sg, 33 return bt_mesh_aes_cmac(key, &sg, 1, mac); in bt_mesh_aes_cmac_one() 129 return bt_mesh_aes_cmac(prov_salt_key, sg, ARRAY_SIZE(sg), prov_salt); in bt_mesh_prov_salt()
|
| D | crypto.c | 25 int bt_mesh_aes_cmac(const uint8_t key[16], struct bt_mesh_sg *sg, in bt_mesh_aes_cmac() function 94 err = bt_mesh_aes_cmac(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 105 err = bt_mesh_aes_cmac(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 114 err = bt_mesh_aes_cmac(t, sg, ARRAY_SIZE(sg), out); in bt_mesh_k2() 835 return bt_mesh_aes_cmac(conf_key, sg, ARRAY_SIZE(sg), conf); in bt_mesh_prov_conf()
|