/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
|
/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()
|
/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()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 434 LinkKey link_key; in btif_in_fetch_bonded_device() local 470 LinkKey link_key; in btif_in_fetch_bonded_devices() local 803 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LinkKey link_key, in btif_storage_add_bonded_device()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_dev.cc | 83 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, LinkKey link_key, in BTM_SecAddDevice()
|
D | security_device_record.h | 221 LinkKey link_key; /* Device link key */ member
|
D | btm_sec.cc | 4048 void btm_sec_link_key_notification(const RawAddress& p_bda, const Octet16& link_key, in btm_sec_link_key_notification()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_storage.cc | 143 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 | 115 void BTA_DmAddDevice(RawAddress bd_addr, DEV_CLASS dev_class, LinkKey link_key, uint8_t key_type, 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 | 340 void btm_sec_link_key_notification(const RawAddress& p_bda, const Octet16& link_key, in btm_sec_link_key_notification()
|
/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
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 537 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
|