Searched defs:ltk (Results 1 – 13 of 13) sorted by relevance
| /external/pigweed/pw_bluetooth_sapphire/host/hci-spec/ |
| D | link_key.cc | 21 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/ |
| D | util.h | 184 UInt128 ltk; member
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
| D | acl_connection.h | 51 const std::optional<hci_spec::LinkKey>& ltk() const { return ltk_; } in ltk() function
|
| /external/pigweed/pw_bluetooth_sapphire/host/sm/ |
| D | test_security_manager.cc | 37 bool TestSecurityManager::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey()
|
| D | phase_3.cc | 81 void Phase3::OnEncryptionInformation(const EncryptionInformationParams& ltk) { in OnEncryptionInformation()
|
| D | security_manager.cc | 747 bool SecurityManagerImpl::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey() 978 void SecurityManagerImpl::OnNewLongTermKey(const LTK& ltk) { in OnNewLongTermKey()
|
| D | phase_2_secure_connections_test.cc | 107 [this](const UInt128& ltk) { in NewPhase2SecureConnections() 204 UInt128 ltk; member 259 UInt128 ltk() const { return ltk_; } in ltk() function in bt::sm::__anon7003b7780111::Phase2SecureConnectionsTest
|
| D | security_manager_test.cc | 317 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
|
| D | phase_3_test.cc | 818 auto ltk = pairing_data().local_ltk->key().value(); in TEST_F() local
|
| /external/pigweed/pw_bluetooth_sapphire/host/gap/ |
| D | low_energy_connection.cc | 353 std::optional<sm::LTK> ltk; in OnL2capFixedChannelsOpened() local 747 const std::optional<sm::LTK> ltk = in OnNewPairingData() local
|
| /external/python/bumble/bumble/ |
| D | link.py | 189 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/ |
| D | test_packets.cc | 472 UInt128 ltk) { in LEStartEncryptionPacket()
|
| /external/pigweed/pw_bluetooth_sapphire/host/hci/ |
| D | connection_test.cc | 438 auto ltk = hci_spec::LinkKey(); in TEST_F() local
|