Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_crypto_toolbox.cc87 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
91 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
/aosp12/system/bt/stack/crypto_toolbox/
H A Dcrypto_toolbox.cc154 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
171 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
/aosp12/system/bt/gd/crypto_toolbox/
H A Dcrypto_toolbox.cc139 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
156 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
/aosp12/system/bt/gd/security/
H A Dpairing_handler_le.cc202 bool use_h7 = (pairing_response.GetAuthReq() & AuthReqMaskCt2); in PairingMain() local