Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dcrypto_toolbox.h37 extern Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);
39 bool use_h7);
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.h36 extern Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7);
37 extern Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7);
Dcrypto_toolbox.cc154 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key() argument
156 if (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() argument
173 if (use_h7) { in link_key_to_ltk()
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.h48 extern Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7);
49 extern Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7);
Dcrypto_toolbox.cc139 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key() argument
141 if (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() argument
158 if (use_h7) { in link_key_to_ltk()
Dcrypto_toolbox_test.cc299 extern Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);
/system/bt/gd/security/
Dpairing_handler_le.cc180 bool use_h7 = (pairing_response.GetAuthReq() & AuthReqMaskCt2); in PairingMain() local
181 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.ltk), use_h7); in PairingMain()
/system/bt/stack/test/
Dcrypto_toolbox_test.cc338 extern Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);