Searched refs:KeymasterHidlTest (Results 1 – 7 of 7) sorted by relevance
43 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 …]
22 "KeymasterHidlTest.cpp",
25 class VerificationTokenTest : public KeymasterHidlTest {
310 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 …]
29 class HmacKeySharingTest : public KeymasterHidlTest {
87 class KeymasterHidlTest : public ::testing::VtsHalHidlTargetTestBase {
430 class KeymasterHidlTest : public ::testing::VtsHalHidlTargetTestBase { class1013 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 …]