/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 341 Octet16 link_key = ltk_to_link_key(LTK, true); in TEST() local 356 Octet16 link_key = ltk_to_link_key(LTK, false); in TEST() local 362 Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, in TEST() local 377 Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, in TEST() local
|
D | crypto_toolbox.cc | 167 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | legacy_pairing.rs | 48 let link_key = [0; 16]; in initiate() localVariable 90 let link_key = [0; 16]; in respond() localVariable
|
D | secure_simple_pairing.rs | 570 let link_key = [0; 16]; in initiate() localVariable 827 let link_key = [0; 16]; in respond() localVariable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | legacy_pairing_state.cc | 217 std::optional<sm::LTK> link_key; in OnLinkKeyRequest() local 374 void LegacyPairingState::OnLinkKeyNotification(const UInt128& link_key, in OnLinkKeyNotification()
|
H A D | secure_simple_pairing_state.cc | 408 std::optional<sm::LTK> link_key; in OnLinkKeyRequest() local 461 const UInt128& link_key, in OnLinkKeyNotification()
|
H A D | pairing_state_manager.cc | 168 const UInt128& link_key, in OnLinkKeyNotification()
|
H A D | peer_cache.cc | 215 const sm::LTK& link_key) { in StoreBrEdrBond()
|
H A D | peer.cc | 491 void Peer::BrEdrData::SetBondData(const sm::LTK& link_key) { in SetBondData()
|
H A D | bredr_connection_manager.cc | 1376 std::optional<hci_spec::LinkKey> link_key = std::nullopt; in OnLinkKeyRequest() local 2086 hci_spec::LinkKey link_key, in SendLinkKeyRequestReply()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 424 LinkKey link_key; in btif_in_fetch_bonded_device() local 461 LinkKey link_key; in btif_in_fetch_bonded_devices() local 793 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LinkKey link_key, in btif_storage_add_bonded_device()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
H A D | bredr_connection.h | 37 void set_link_key(const hci_spec::LinkKey& link_key, in set_link_key()
|
H A D | acl_connection.h | 71 void set_ltk(const hci_spec::LinkKey& link_key) { ltk_ = link_key; } in set_ltk()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
H A D | legacy_pairing_state.h | 158 std::optional<hci_spec::LinkKey> link_key() { return link_key_; } in link_key() function
|
H A D | peer.h | 450 const std::optional<sm::LTK>& link_key() const { return link_key_; } in link_key() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 111 void BTA_DmAddDevice(RawAddress bd_addr, DEV_CLASS dev_class, LinkKey link_key, uint8_t key_type, in BTA_DmAddDevice()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 640 UInt128 link_key, in LinkKeyNotificationPacket() 722 UInt128 link_key) { in LinkKeyRequestReplyPacket()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_dev.cc | 86 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, LinkKey link_key, in BTM_SecAddDevice()
|
D | security_device_record.h | 223 LinkKey link_key; /* Device link key */ member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_storage.cc | 152 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LinkKey link_key, in btif_storage_add_bonded_device()
|
D | mock_bta_dm_api.cc | 116 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, const LinkKey& link_key, in BTA_DmAddDevice()
|
D | mock_stack_hcic_hcicmds.cc | 170 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
|
D | mock_stack_btm_sec.cc | 351 void btm_sec_link_key_notification(const RawAddress& p_bda, const Octet16& link_key, in btm_sec_link_key_notification()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 950 Octet16 link_key = crypto_toolbox::ltk_to_link_key(p_cb->ltk, p_cb->key_derivation_h7_used); in smp_calculate_link_key_from_long_term_key() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 2200 struct agx_fast_link_key link_key = { in agx_update_vs() local 2322 struct agx_fast_link_key link_key = { in agx_update_fs() local
|