Searched refs:bt_mesh_aes_cmac_one_raw_key (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 26 static int bt_mesh_aes_cmac_one_raw_key(const uint8_t key[16], const void *m, in bt_mesh_aes_cmac_one_raw_key() function 54 return bt_mesh_aes_cmac_one_raw_key(zero, m, m_len, salt); in bt_mesh_s1() 69 err = bt_mesh_aes_cmac_one_raw_key(salt, ikm, ikm_len, okm); in bt_mesh_k1() 74 return bt_mesh_aes_cmac_one_raw_key(okm, info, strlen(info), okm); in bt_mesh_k1() 95 err = bt_mesh_aes_cmac_one_raw_key(salt, n, 16, t); in bt_mesh_k2() 160 err = bt_mesh_aes_cmac_one_raw_key(tmp, n, 16, t); in bt_mesh_k3() 165 err = bt_mesh_aes_cmac_one_raw_key(t, id64, sizeof(id64), tmp); in bt_mesh_k3() 187 err = bt_mesh_aes_cmac_one_raw_key(tmp, n, 16, t); in bt_mesh_k4() 192 err = bt_mesh_aes_cmac_one_raw_key(t, id6, sizeof(id6), tmp); in bt_mesh_k4() 583 err = bt_mesh_aes_cmac_one_raw_key(salt, virtual_label, 16, tmp); in bt_mesh_virtual_addr()
|