Searched refs:use_h7 (Results 1 – 4 of 4) sorted by relevance
163 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key() argument165 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() argument182 if (use_h7) { in link_key_to_ltk()
70 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);
300 Octet16 smp_calculate_ltk_to_link_key(const Octet16& ltk, bool use_h7);
207 bool use_h7 = (pairing_response.GetAuthReq() & AuthReqMaskCt2); in PairingMain() local208 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.remote_ltk), use_h7); in PairingMain()