Searched refs:bt_mesh_aes_cmac_one (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.c | 54 err = bt_mesh_aes_cmac_one(salt, ikm, ikm_len, okm); in bt_mesh_k1() 59 return bt_mesh_aes_cmac_one(okm, info, strlen(info), okm); in bt_mesh_k1() 80 err = bt_mesh_aes_cmac_one(salt, n, 16, t); in bt_mesh_k2() 139 err = bt_mesh_aes_cmac_one(tmp, n, 16, t); in bt_mesh_k3() 144 err = bt_mesh_aes_cmac_one(t, id64, sizeof(id64), tmp); in bt_mesh_k3() 166 err = bt_mesh_aes_cmac_one(tmp, n, 16, t); in bt_mesh_k4() 171 err = bt_mesh_aes_cmac_one(t, id6, sizeof(id6), tmp); in bt_mesh_k4() 803 err = bt_mesh_aes_cmac_one(salt, virtual_label, 16, tmp); in bt_mesh_virtual_addr() 817 return bt_mesh_aes_cmac_one(conf_salt_key, conf_inputs, 145, salt); in bt_mesh_prov_conf_salt() 869 err = bt_mesh_aes_cmac_one(beacon_key, msg, sizeof(msg), tmp); in bt_mesh_beacon_auth()
|
D | crypto.h | 28 static inline int bt_mesh_aes_cmac_one(const uint8_t key[16], const void *m, in bt_mesh_aes_cmac_one() function 40 return bt_mesh_aes_cmac_one(zero, m, strlen(m), salt); in bt_mesh_s1()
|