Searched refs:btstack_crypto_aes128_cmac_message (Results 1 – 8 of 8) sorted by relevance
/btstack/src/mesh/ |
H A D | mesh_crypto.c | 57 …btstack_crypto_aes128_cmac_message(request, mesh_k1_temp, mesh_k1_p_len, mesh_k1_p, mesh_k1_result… in mesh_k1_temp_calculated() 67 …btstack_crypto_aes128_cmac_message(request, salt, n_len, n, mesh_k1_temp, mesh_k1_temp_calculated,… in mesh_k1() 100 …btstack_crypto_aes128_cmac_message(request, mesh_k2_t, 18, mesh_k2_t1, mesh_k2_t2, mesh_k2_callbac… in mesh_k2_callback_c() 111 …btstack_crypto_aes128_cmac_message(request, mesh_k2_t, 18, mesh_k2_t1, mesh_k2_t2, mesh_k2_callbac… in mesh_k2_callback_b() 119 …btstack_crypto_aes128_cmac_message(request, mesh_k2_t, 2, mesh_k2_t1, mesh_k2_t2, mesh_k2_callback… in mesh_k2_callback_a() 125 …btstack_crypto_aes128_cmac_message(request, mesh_salt_smk2, 16, n, mesh_k2_t, mesh_k2_callback_a, … in mesh_k2() 148 …btstack_crypto_aes128_cmac_message(request, mesh_k3_temp, sizeof(mesh_k3_tag), mesh_k3_tag, mesh_k… in mesh_k3_temp_callback() 155 …btstack_crypto_aes128_cmac_message(request, mesh_salt_smk3, 16, mesh_k3_n, mesh_k3_temp, mesh_k3_t… in mesh_k3() 181 …btstack_crypto_aes128_cmac_message(request, mesh_k4_temp, sizeof(mesh_k4_tag), mesh_k4_tag, mesh_k… in mesh_k4_temp_callback() 188 …btstack_crypto_aes128_cmac_message(request, mesh_salt_smk4, 16, mesh_k4_n, mesh_k4_temp, mesh_k4_t… in mesh_k4() [all …]
|
H A D | beacon.c | 160 …btstack_crypto_aes128_cmac_message(&mesh_secure_network_beacon_cmac_request, network_key->beacon_k… in mesh_secure_network_beacon_setup() 333 …btstack_crypto_aes128_cmac_message(&mesh_secure_network_beacon_cmac_request, network_key->beacon_k… in beacon_handle_secure_beacon()
|
H A D | provisioning_provisioner.c | 386 …btstack_crypto_aes128_cmac_message(&prov_cmac_request, confirmation_key, 32, prov_confirmation_inp… in provisioning_handle_random_provisioner()
|
H A D | provisioning_device.c | 595 …btstack_crypto_aes128_cmac_message(&prov_cmac_request, confirmation_key, 32, prov_confirmation_inp… in provisioning_handle_confirmation_random_device()
|
/btstack/test/crypto/ |
H A D | aes_cmac_test2.cpp | 114 …btstack_crypto_aes128_cmac_message(&cmac_context, k, 0, NULL, cmac_calculated, gatt_hash_calculate… in TEST() 125 …btstack_crypto_aes128_cmac_message(&cmac_context, k, 16, m, cmac_calculated, gatt_hash_calculated,… in TEST() 136 …btstack_crypto_aes128_cmac_message(&cmac_context, k, 40, m, cmac_calculated, gatt_hash_calculated,… in TEST()
|
/btstack/src/ |
H A D | btstack_crypto.h | 183 void btstack_crypto_aes128_cmac_message(btstack_crypto_aes128_cmac_t * request, const uint8_t * key…
|
H A D | btstack_crypto.c | 1219 void btstack_crypto_aes128_cmac_message(btstack_crypto_aes128_cmac_t * request, const uint8_t * key… in btstack_crypto_aes128_cmac_message() function
|
/btstack/src/ble/ |
H A D | sm.c | 998 …btstack_crypto_aes128_cmac_message(&sm_cmac_request, key, message_len, message, sm_cmac_hash, sm_c… in sm_cmac_message_start()
|