/system/bt/gd/security/record/ |
D | security_record_storage_test.cc | 63 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
|
D | security_record.h | 51 void SetLinkKey(std::array<uint8_t, 16> link_key, hci::KeyType key_type) { in SetLinkKey()
|
/system/bt/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 230 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 …]
|
/system/bt/stack/test/ |
D | crypto_toolbox_test.cc | 351 Octet16 link_key = ltk_to_link_key(LTK, true); in TEST() local 366 Octet16 link_key = ltk_to_link_key(LTK, false); in TEST() local 372 Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, in TEST() local 387 Octet16 link_key{0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x09, 0x08, in TEST() local
|
/system/bt/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 311 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
|
D | crypto_toolbox.cc | 156 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
|
/system/bt/test/mock/ |
D | mock_stack_crypto_toolbox.cc | 91 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
|
D | mock_bta_dm_api.cc | 66 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
|
D | mock_btif_storage.cc | 74 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
|
D | mock_stack_btm_sec.cc | 276 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
|
D | mock_hcic_hcicmds.cc | 141 const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
|
D | mock_main_shim_btm_api.cc | 87 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
|
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.cc | 171 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
|
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 203 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.remote_ltk), use_h7); in PairingMain() local
|
/system/bt/btif/src/ |
D | btif_storage.cc | 414 LinkKey link_key; in btif_in_fetch_bonded_device() local 453 LinkKey link_key; in btif_in_fetch_bonded_devices() local 807 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
|
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 236 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
|
D | bta_dm_int.h | 138 LinkKey link_key; member
|
/system/bt/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 471 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
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 955 Octet16 link_key = in smp_calculate_link_key_from_long_term_key() local
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 91 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
|
/system/bt/stack/btm/ |
D | security_device_record.h | 216 LinkKey link_key; /* Device link key */ member
|
D | btm_sec.cc | 3810 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
|
/system/bt/main/shim/ |
D | btm_api.cc | 1251 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 646 const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
|