Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc201 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
Dcrypto_toolbox.cc77 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/
Dbtm_ble_sec_api_types.h32 Octet16 ltk; member
48 Octet16 ltk; member
Dbt_octets.h31 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/
Dmigrate.rs384 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 Dphase_2_secure_connections_test.cc107 [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 Dsecurity_manager.cc752 bool SecurityManagerImpl::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey()
984 void SecurityManagerImpl::OnNewLongTermKey(const LTK& ltk) { in OnNewLongTermKey()
H A Dtest_security_manager.cc37 bool TestSecurityManager::AssignLongTermKey(const LTK& ltk) { in AssignLongTermKey()
H A Dphase_3.cc82 void Phase3::OnEncryptionInformation(const EncryptionInformationParams& ltk) { in OnEncryptionInformation()
H A Dsecurity_manager_test.cc319 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 Dphase_3_test.cc820 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 Dutil.h184 UInt128 ltk; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_connection.cc409 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 Dhelpers.cc519 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 Dacl_connection.h51 const std::optional<hci_spec::LinkKey>& ltk() const { return ltk_; } in ltk() function
/aosp_15_r20/external/python/bumble/bumble/
Dlink.py194 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/
Dmock_stack_hcic_hciblecmds.cc124 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/
Dhciblecmds.cc252 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/
Dlink_layer_controller.cc5621 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/
Dsmp_keys.cc506 Octet16 ltk = aes_128(er, div16); in smp_generate_ltk_cont() local
Dsmp_int.h341 Octet16 ltk; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dconnection_test.cc439 auto ltk = hci_spec::LinkKey(); in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc601 UInt128 ltk) { in LEStartEncryptionPacket()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h34482 …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 Dtokenizer.json47183 "ltk": 44771, number

12