Home
last modified time | relevance | path

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

/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc185 void ReceiveLinkKeyNotification(hci::AddressWithType device, std::array<uint8_t, 16> link_key, in ReceiveLinkKeyNotification()
271 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
309 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
347 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
385 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
423 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
461 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
499 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
537 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/test/
Dcrypto_toolbox_test.cc351 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/
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()
/system/bt/gd/security/record/
Dsecurity_record.h63 void SetLinkKey(std::array<uint8_t, 16> link_key, hci::KeyType key_type) { in SetLinkKey()
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc171 Octet16 link_key_to_ltk(const Octet16& link_key, bool use_h7) { in link_key_to_ltk()
/system/bt/gd/security/
Dpairing_handler_le.cc181 Octet16 link_key = crypto_toolbox::ltk_to_link_key(*(distributed_keys.ltk), use_h7); in PairingMain() local
Dinitial_informations.h50 std::optional<crypto_toolbox::Octet16> link_key; member
/system/bt/btif/src/
Dbtif_storage.cc415 LinkKey link_key; in btif_in_fetch_bonded_device() local
456 LinkKey link_key; in btif_in_fetch_bonded_devices() local
811 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
/system/bt/gd/security/channel/
Dsecurity_manager_channel_unittest.cc467 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
499 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/bta/dm/
Dbta_dm_api.cc295 const LinkKey& link_key, tBTA_SERVICE_MASK trusted_mask, in BTA_DmAddDevice()
Dbta_dm_int.h153 LinkKey link_key; member
/system/bt/stack/smp/
Dsmp_keys.cc963 Octet16 link_key = in smp_calculate_link_key_from_long_term_key() local
/system/bt/stack/hcic/
Dhcicmds.cc208 const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
/system/bt/stack/btm/
Dbtm_sec.cc4339 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
Dbtm_int_types.h460 LinkKey link_key; /* Device link key */ member