Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.cc163 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key() argument
165 if (use_h7) { in ltk_to_link_key()
180 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk() argument
182 if (use_h7) { in link_key_to_ltk()
Dcrypto_toolbox.h70 bluetooth::hci::Octet16 ltk_to_link_key(const bluetooth::hci::Octet16& ltk, bool use_h7);
71 bluetooth::hci::Octet16 link_key_to_ltk(const bluetooth::hci::Octet16& link_key, bool use_h7);
Dcrypto_toolbox_test.cc300 Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc207 bool use_h7 = (pairing_response.GetAuthReq() & AuthReqMaskCt2); in PairingMain() local
208 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.remote_ltk), use_h7); in PairingMain()