Home
last modified time | relevance | path

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

/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
/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()
/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()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc434 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/
Dbtm_dev.cc83 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, LinkKey link_key, in BTM_SecAddDevice()
Dsecurity_device_record.h221 LinkKey link_key; /* Device link key */ member
Dbtm_sec.cc4048 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/
Dmock_btif_storage.cc143 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.cc115 void BTA_DmAddDevice(RawAddress bd_addr, DEV_CLASS dev_class, LinkKey link_key, uint8_t key_type, 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.cc340 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/
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
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc537 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()