Home
last modified time | relevance | path

Searched refs:KeymasterHidlTest (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp43 sp<IKeymasterDevice> KeymasterHidlTest::keymaster_;
44 std::vector<sp<IKeymasterDevice>> KeymasterHidlTest::all_keymasters_;
45 uint32_t KeymasterHidlTest::os_version_;
46 uint32_t KeymasterHidlTest::os_patch_level_;
47 SecurityLevel KeymasterHidlTest::securityLevel_;
48 hidl_string KeymasterHidlTest::name_;
49 hidl_string KeymasterHidlTest::author_;
51 void KeymasterHidlTest::SetUpTestCase() { in SetUpTestCase()
84 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey()
110 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc) { in GenerateKey()
[all …]
DAndroid.bp22 "KeymasterHidlTest.cpp",
DVerificationTokenTest.cpp25 class VerificationTokenTest : public KeymasterHidlTest {
Dkeymaster_hidl_hal_test.cpp310 EXPECT_EQ(KeymasterHidlTest::IsSecure() ? SecurityLevel::TRUSTED_ENVIRONMENT in verify_attestation_record()
313 EXPECT_EQ(KeymasterHidlTest::IsSecure() ? SecurityLevel::TRUSTED_ENVIRONMENT in verify_attestation_record()
331 class NewKeyGenerationTest : public KeymasterHidlTest {
686 typedef KeymasterHidlTest SigningOperationsTest;
1308 typedef KeymasterHidlTest VerificationOperationsTest;
1548 typedef KeymasterHidlTest ExportKeyTest;
1627 class ImportKeyTest : public KeymasterHidlTest {
1896 class ImportWrappedKeyTest : public KeymasterHidlTest {};
1955 typedef KeymasterHidlTest EncryptionOperationsTest;
3719 typedef KeymasterHidlTest MaxOperationsTest;
[all …]
DHmacKeySharingTest.cpp29 class HmacKeySharingTest : public KeymasterHidlTest {
DKeymasterHidlTest.h87 class KeymasterHidlTest : public ::testing::VtsHalHidlTargetTestBase {
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp430 class KeymasterHidlTest : public ::testing::VtsHalHidlTargetTestBase { class
1013 if (!KeymasterHidlTest::IsSecure()) { in verify_attestation_record()
1018 if (KeymasterHidlTest::SupportsSymmetric()) { in verify_attestation_record()
1022 if (KeymasterHidlTest::SupportsAttestation()) { in verify_attestation_record()
1026 EXPECT_EQ(KeymasterHidlTest::IsSecure() ? SecurityLevel::TRUSTED_ENVIRONMENT in verify_attestation_record()
1029 EXPECT_EQ(KeymasterHidlTest::SupportsAttestation() ? SecurityLevel::TRUSTED_ENVIRONMENT in verify_attestation_record()
1049 sp<IKeymasterDevice> KeymasterHidlTest::keymaster_;
1050 uint32_t KeymasterHidlTest::os_version_;
1051 uint32_t KeymasterHidlTest::os_patch_level_;
1052 bool KeymasterHidlTest::is_secure_;
[all …]