Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp5106 class ImportWrappedKeyTest : public KeyMintAidlTestBase {}; class
5108 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
5135 TEST_P(ImportWrappedKeyTest, SuccessSidsIgnored) { in TEST_P() argument
5159 TEST_P(ImportWrappedKeyTest, SuccessMasked) { in TEST_P() argument
5174 TEST_P(ImportWrappedKeyTest, WrongMask) { in TEST_P() argument
5190 TEST_P(ImportWrappedKeyTest, WrongPurpose) { in TEST_P() argument
5205 TEST_P(ImportWrappedKeyTest, WrongPaddingMode) { in TEST_P() argument
5220 TEST_P(ImportWrappedKeyTest, WrongDigest) { in TEST_P() argument
5316 TEST_P(ImportWrappedKeyTest, RsaKey) { in TEST_P() argument
5347 TEST_P(ImportWrappedKeyTest, EcKey) { in TEST_P() argument
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2291 class ImportWrappedKeyTest : public KeymasterHidlTest {}; class
2293 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
2314 TEST_P(ImportWrappedKeyTest, SuccessMasked) { in TEST_P() argument
2329 TEST_P(ImportWrappedKeyTest, WrongMask) { in TEST_P() argument
2344 TEST_P(ImportWrappedKeyTest, WrongPurpose) { in TEST_P() argument
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DImportWrappedKeyTest.java105 public class ImportWrappedKeyTest { class