Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc312 Octet16 link_key = ltk_to_link_key(LTK, true); in TEST()
326 Octet16 link_key = ltk_to_link_key(LTK, false); in TEST()
Dcrypto_toolbox.h70 bluetooth::hci::Octet16 ltk_to_link_key(const bluetooth::hci::Octet16& ltk, bool use_h7);
Dcrypto_toolbox.cc163 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key() function
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc208 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.remote_ltk), use_h7); in PairingMain()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc987 crypto_toolbox::ltk_to_link_key(p_cb->ltk, p_cb->key_derivation_h7_used); in smp_calculate_link_key_from_long_term_key()