Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lmp/src/procedure/
Dlegacy_pairing.rs34 let link_key = [0; 16]; in initiate() localVariable
76 let link_key = [0; 16]; in respond() localVariable
Dsecure_simple_pairing.rs493 let link_key = [0; 16]; in initiate() localVariable
676 let link_key = [0; 16]; in respond() localVariable
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc230 void ReceiveLinkKeyNotification(hci::AddressWithType device, std::array<uint8_t, 16> link_key, in ReceiveLinkKeyNotification()
317 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
355 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
393 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
431 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
469 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
507 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
545 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
583 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
665 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
[all …]
/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage_test.cc63 std::array<uint8_t, 16> link_key = { in TEST_F() local
124 std::array<uint8_t, 16> link_key = { in TEST_F() local
157 std::array<uint8_t, 16> link_key = { in TEST_F() local
178 std::array<uint8_t, 16> link_key = { in TEST_F() local
Dsecurity_record.h51 void SetLinkKey(std::array<uint8_t, 16> link_key, hci::KeyType key_type) { in SetLinkKey()
/packages/modules/Bluetooth/system/stack/test/
Dcrypto_toolbox_test.cc353 Octet16 link_key = ltk_to_link_key(LTK, true); in TEST() local
368 Octet16 link_key = ltk_to_link_key(LTK, false); in TEST() local
374 Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, in TEST() local
389 Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, in TEST() local
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc311 Octet16 link_key = ltk_to_link_key(LTK, true); in TEST() local
325 Octet16 link_key = ltk_to_link_key(LTK, false); in TEST() local
331 …Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x0… in TEST() local
344 …Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x0… in TEST() local
Dcrypto_toolbox.cc156 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_crypto_toolbox.cc91 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
Dmock_btif_storage.cc75 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
Dmock_bta_dm_api.cc93 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
Dmock_stack_btm_sec.cc290 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
Dmock_main_shim_btm_api.cc92 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
Dmock_stack_hcic_hcicmds.cc243 const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Dcrypto_toolbox.cc173 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc203 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.remote_ltk), use_h7); in PairingMain() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc231 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
Dbta_dm_int.h155 LinkKey link_key; member
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc471 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
503 std::array<uint8_t, 16> link_key = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc440 LinkKey link_key; in btif_in_fetch_bonded_device() local
479 LinkKey link_key; in btif_in_fetch_bonded_devices() local
852 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc979 Octet16 link_key = in smp_calculate_link_key_from_long_term_key() local
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h224 LinkKey link_key; /* Device link key */ member
Dbtm_sec.cc3921 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc1230 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc645 const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()