Searched refs:calculate_mac_key_or_ltk (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox.cc | 56 static Octet16 calculate_mac_key_or_ltk(const Octet16& t, uint8_t counter, uint8_t* key_id, in calculate_mac_key_or_ltk() function 95 *mac_key = calculate_mac_key_or_ltk(t, 0, key_id, n1, n2, a1, a2, length); in f5() 97 *ltk = calculate_mac_key_or_ltk(t, 1, key_id, n1, n2, a1, a2, length); in f5()
|