Home
last modified time | relevance | path

Searched defs:ltk (Results 1 – 13 of 13) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/
Dlink_key.cc21 LinkKey::LinkKey(const UInt128& ltk, uint64_t rand, uint16_t ediv) in LinkKey()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
Dutil.h184 UInt128 ltk; member
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
Dacl_connection.h51 const std::optional<hci_spec::LinkKey>& ltk() const { return ltk_; } in ltk() function
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dtest_security_manager.cc37 bool TestSecurityManager::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey()
Dphase_3.cc81 void Phase3::OnEncryptionInformation(const EncryptionInformationParams& ltk) { in OnEncryptionInformation()
Dsecurity_manager.cc747 bool SecurityManagerImpl::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey()
978 void SecurityManagerImpl::OnNewLongTermKey(const LTK& ltk) { in OnNewLongTermKey()
Dphase_2_secure_connections_test.cc107 [this](const UInt128& ltk) { in NewPhase2SecureConnections()
204 UInt128 ltk; member
259 UInt128 ltk() const { return ltk_; } in ltk() function in bt::sm::__anon7003b7780111::Phase2SecureConnectionsTest
Dsecurity_manager_test.cc317 void ReceiveEncryptionInformation(const UInt128& ltk) { in ReceiveEncryptionInformation()
2855 LTK ltk(sec_props, hci_spec::LinkKey()); in TEST_F() local
3572 auto ltk = pairing_data().local_ltk->key().value(); in TEST_F() local
3683 LTK ltk(sec_props, hci_spec::LinkKey()); in TEST_F() local
Dphase_3_test.cc818 auto ltk = pairing_data().local_ltk->key().value(); in TEST_F() local
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connection.cc353 std::optional<sm::LTK> ltk; in OnL2capFixedChannelsOpened() local
747 const std::optional<sm::LTK> ltk = in OnNewPairingData() local
/external/python/bumble/bumble/
Dlink.py189 self, central_address, peripheral_address, rand, ediv, ltk argument
628 def on_connection_encrypted(self, _, peripheral_address, rand, ediv, ltk): argument
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc472 UInt128 ltk) { in LEStartEncryptionPacket()
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dconnection_test.cc438 auto ltk = hci_spec::LinkKey(); in TEST_F() local