Searched refs:use_h7 (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/smp/ |
D | crypto_toolbox.h | 37 extern Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7); 39 bool use_h7);
|
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.h | 36 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);
|
D | crypto_toolbox.cc | 154 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/ |
D | crypto_toolbox.h | 48 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);
|
D | crypto_toolbox.cc | 139 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()
|
D | crypto_toolbox_test.cc | 299 extern Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);
|
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 180 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/ |
D | crypto_toolbox_test.cc | 338 extern Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);
|