Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc339 Octet16 ltk = link_key_to_ltk(link_key, true); in TEST()
352 Octet16 ltk = link_key_to_ltk(link_key, false); in TEST()
Dcrypto_toolbox.h71 bluetooth::hci::Octet16 link_key_to_ltk(const bluetooth::hci::Octet16& link_key, bool use_h7);
Dcrypto_toolbox.cc180 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk() function
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc1048 p_cb->ltk = crypto_toolbox::link_key_to_ltk(rev_link_key, in smp_calculate_long_term_key_from_link_key()