Home
last modified time | relevance | path

Searched defs:ImportWrappedKeyTest (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp3720 class ImportWrappedKeyTest : public KeyMintAidlTestBase {}; class
3722 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
3749 TEST_P(ImportWrappedKeyTest, SuccessSidsIgnored) { in TEST_P() argument
3773 TEST_P(ImportWrappedKeyTest, SuccessMasked) { in TEST_P() argument
3788 TEST_P(ImportWrappedKeyTest, WrongMask) { in TEST_P() argument
3804 TEST_P(ImportWrappedKeyTest, WrongPurpose) { in TEST_P() argument
3819 TEST_P(ImportWrappedKeyTest, WrongPaddingMode) { in TEST_P() argument
3834 TEST_P(ImportWrappedKeyTest, WrongDigest) { in TEST_P() argument
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2284 class ImportWrappedKeyTest : public KeymasterHidlTest {}; class
2286 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
2307 TEST_P(ImportWrappedKeyTest, SuccessMasked) { in TEST_P() argument
2322 TEST_P(ImportWrappedKeyTest, WrongMask) { in TEST_P() argument
2337 TEST_P(ImportWrappedKeyTest, WrongPurpose) { in TEST_P() argument
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1617 class ImportWrappedKeyTest : public testing::Test { class
1619 ImportWrappedKeyTest() : keymaster_(new PureSoftKeymasterContext(kCurrentKmVersion), 16) {} in ImportWrappedKeyTest() function in keymaster::test::ImportWrappedKeyTest
1675 TEST_F(ImportWrappedKeyTest, GoldenKeySuccess) { in TEST_F() argument
1720 TEST_F(ImportWrappedKeyTest, SuccessMaskingKey) { in TEST_F() argument
1752 TEST_F(ImportWrappedKeyTest, WrongMaskingKey) { in TEST_F() argument
1784 TEST_F(ImportWrappedKeyTest, WrongPurpose) { in TEST_F() argument