Home
last modified time | relevance | path

Searched refs:ltk_to_link_key (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc341 Octet16 link_key = ltk_to_link_key(LTK, true); in TEST()
356 Octet16 link_key = ltk_to_link_key(LTK, false); in TEST()
Dcrypto_toolbox.h48 bluetooth::hci::Octet16 ltk_to_link_key(const bluetooth::hci::Octet16& ltk, bool use_h7);
Dcrypto_toolbox.cc150 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc950 Octet16 link_key = crypto_toolbox::ltk_to_link_key(p_cb->ltk, p_cb->key_derivation_h7_used); in smp_calculate_link_key_from_long_term_key()