/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 201 Octet16 mac_key, ltk; in TEST() local 371 Octet16 ltk = link_key_to_ltk(link_key, true); in TEST() local 386 Octet16 ltk = link_key_to_ltk(link_key, false); in TEST() local
|
D | crypto_toolbox.cc | 77 Octet16* mac_key, Octet16* ltk) { in f5() 150 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_sec_api_types.h | 32 Octet16 ltk; member 48 Octet16 ltk; member
|
D | bt_octets.h | 31 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 384 let ltk: LtkInfo = LtkInfo::new_from_bluez(&bluez_conf, sec.as_str()); in convert_from_bluez_device() localVariable 792 let ltk = LtkInfo::try_from_penc(v.unwrap_or_default()).unwrap_or_default(); in convert_floss_conf() localVariable 809 let ltk = LtkInfo::try_from_lenc(v.unwrap_or_default()).unwrap_or_default(); in convert_floss_conf() localVariable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | phase_2_secure_connections_test.cc | 107 [this](const UInt128& ltk) { in NewPhase2SecureConnections() 203 UInt128 ltk; member 258 UInt128 ltk() const { return ltk_; } in ltk() function in bt::sm::__anon8f93765a0111::Phase2SecureConnectionsTest
|
H A D | security_manager.cc | 752 bool SecurityManagerImpl::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey() 984 void SecurityManagerImpl::OnNewLongTermKey(const LTK& ltk) { in OnNewLongTermKey()
|
H A D | test_security_manager.cc | 37 bool TestSecurityManager::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey()
|
H A D | phase_3.cc | 82 void Phase3::OnEncryptionInformation(const EncryptionInformationParams& ltk) { in OnEncryptionInformation()
|
H A D | security_manager_test.cc | 319 void ReceiveEncryptionInformation(const UInt128& ltk) { in ReceiveEncryptionInformation() 2857 LTK ltk(sec_props, hci_spec::LinkKey()); in TEST_F() local 3574 auto ltk = pairing_data().local_ltk->key().value(); in TEST_F() local 3685 LTK ltk(sec_props, hci_spec::LinkKey()); in TEST_F() local
|
H A D | phase_3_test.cc | 820 auto ltk = pairing_data().local_ltk->key().value(); in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/ |
H A D | util.h | 184 UInt128 ltk; member
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | low_energy_connection.cc | 409 std::optional<sm::LTK> ltk; in OnL2capFixedChannelsOpened() local 803 const std::optional<sm::LTK> ltk = in OnNewPairingData() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | helpers.cc | 519 bt::sm::LTK LtkFromFidl(const fsys::Ltk& ltk) { in LtkFromFidl() 525 fsys::PeerKey LtkToFidlPeerKey(const bt::sm::LTK& ltk) { in LtkToFidlPeerKey() 532 fsys::Ltk LtkToFidl(const bt::sm::LTK& ltk) { in LtkToFidl()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
H A D | acl_connection.h | 51 const std::optional<hci_spec::LinkKey>& ltk() const { return ltk_; } in ltk() function
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | link.py | 194 self, central_address, peripheral_address, rand, ediv, ltk argument 633 def on_connection_encrypted(self, _, peripheral_address, rand, ediv, ltk): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 124 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply() 251 const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 252 const Octet16& ltk) { in btsnd_hcic_ble_start_enc() 270 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 5621 std::array<uint8_t, kLtkSize> ltk) { in HandleLeEnableEncryption() 5634 std::array<uint8_t, kLtkSize> ltk) { in LeEnableEncryption() 5647 std::array<uint8_t, kLtkSize> ltk) { in LeLongTermKeyRequestReply()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 506 Octet16 ltk = aes_128(er, div16); in smp_generate_ltk_cont() local
|
D | smp_int.h | 341 Octet16 ltk; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
H A D | connection_test.cc | 439 auto ltk = hci_spec::LinkKey(); in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 601 UInt128 ltk) { in LEStartEncryptionPacket()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 34482 …st std::array<uint8_t,8>& rand, uint16_t ediv, const std::array<uint8_t,16>& ltk) {auto builder = … in Create() 34503 …st std::array<uint8_t,8>& rand, uint16_t ediv, const std::array<uint8_t,16>& ltk) :LeSecurityComma… in Create()
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 47183 "ltk": 44771, number
|