Searched refs:calculate_mac_key_or_ltk (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/stack/crypto_toolbox/ |
H A D | crypto_toolbox.cc | 55 static Octet16 calculate_mac_key_or_ltk(const Octet16& t, uint8_t counter, in calculate_mac_key_or_ltk() function 92 *mac_key = calculate_mac_key_or_ltk(t, 0, key_id, n1, n2, a1, a2, length); in f5() 94 *ltk = calculate_mac_key_or_ltk(t, 1, key_id, n1, n2, a1, a2, length); in f5()
|
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | crypto_toolbox.cc | 53 static Octet16 calculate_mac_key_or_ltk( in calculate_mac_key_or_ltk() function 91 *mac_key = calculate_mac_key_or_ltk(t, 0, key_id, n1, n2, a1, a2, length); in f5() 93 *ltk = calculate_mac_key_or_ltk(t, 1, key_id, n1, n2, a1, a2, length); in f5()
|