Home
last modified time | relevance | path

Searched defs:link_key (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc341 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
Dcrypto_toolbox.cc167 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/
Dlegacy_pairing.rs48 let link_key = [0; 16]; in initiate() localVariable
90 let link_key = [0; 16]; in respond() localVariable
Dsecure_simple_pairing.rs570 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 Dlegacy_pairing_state.cc217 std::optional<sm::LTK> link_key; in OnLinkKeyRequest() local
374 void LegacyPairingState::OnLinkKeyNotification(const UInt128& link_key, in OnLinkKeyNotification()
H A Dsecure_simple_pairing_state.cc408 std::optional<sm::LTK> link_key; in OnLinkKeyRequest() local
461 const UInt128& link_key, in OnLinkKeyNotification()
H A Dpairing_state_manager.cc168 const UInt128& link_key, in OnLinkKeyNotification()
H A Dpeer_cache.cc215 const sm::LTK& link_key) { in StoreBrEdrBond()
H A Dpeer.cc491 void Peer::BrEdrData::SetBondData(const sm::LTK& link_key) { in SetBondData()
H A Dbredr_connection_manager.cc1376 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/
Dbtif_storage.cc424 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 Dbredr_connection.h37 void set_link_key(const hci_spec::LinkKey& link_key, in set_link_key()
H A Dacl_connection.h71 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 Dlegacy_pairing_state.h158 std::optional<hci_spec::LinkKey> link_key() { return link_key_; } in link_key() function
H A Dpeer.h450 const std::optional<sm::LTK>& link_key() const { return link_key_; } in link_key() function
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc111 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 Dtest_packets.cc640 UInt128 link_key, in LinkKeyNotificationPacket()
722 UInt128 link_key) { in LinkKeyRequestReplyPacket()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc86 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, LinkKey link_key, in BTM_SecAddDevice()
Dsecurity_device_record.h223 LinkKey link_key; /* Device link key */ member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_storage.cc152 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LinkKey link_key, in btif_storage_add_bonded_device()
Dmock_bta_dm_api.cc116 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, const LinkKey& link_key, in BTA_DmAddDevice()
Dmock_stack_hcic_hcicmds.cc170 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
Dmock_stack_btm_sec.cc351 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/
Dsmp_keys.cc950 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 Dagx_state.c2200 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

12