Home
last modified time | relevance | path

Searched refs:GetKeyType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/crypto/include/adb/crypto/
Dkey.h37 adb::proto::KeyType GetKeyType() const { return key_type_; } in GetKeyType() function
/packages/modules/adb/crypto/tests/
Dkey_test.cpp35 EXPECT_EQ(rsa_2048->GetKeyType(), adb::proto::KeyType::RSA_2048); in TEST()
Drsa_2048_key_test.cpp35 EXPECT_EQ(rsa_2048->GetKeyType(), adb::proto::KeyType::RSA_2048); in TEST()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc137 static_cast<uint8_t>(notification.GetKeyType())); in parse_link_key_notification()