Home
last modified time | relevance | path

Searched defs:ExportKeyTest (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2255 typedef KeymasterHidlTest ExportKeyTest; typedef
2262 TEST_P(ExportKeyTest, RsaUnsupportedKeyFormat) { in TEST_P() argument
2277 TEST_P(ExportKeyTest, RsaCorruptedKeyBlob) { in TEST_P() argument
2300 TEST_P(ExportKeyTest, EcCorruptedKeyBlob) { in TEST_P() argument
2321 TEST_P(ExportKeyTest, AesKeyUnexportable) { in TEST_P() argument
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp1872 typedef KeymasterHidlTest ExportKeyTest; typedef
1879 TEST_P(ExportKeyTest, RsaUnsupportedKeyFormat) { in TEST_P() argument
1894 TEST_P(ExportKeyTest, RsaCorruptedKeyBlob) { in TEST_P() argument
1917 TEST_P(ExportKeyTest, EcCorruptedKeyBlob) { in TEST_P() argument
1938 TEST_P(ExportKeyTest, AesKeyUnexportable) { in TEST_P() argument
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1371 typedef Keymaster2Test ExportKeyTest; typedef
1374 TEST_P(ExportKeyTest, RsaSuccess) { in TEST_P() argument
1386 TEST_P(ExportKeyTest, EcdsaSuccess) { in TEST_P() argument
1396 TEST_P(ExportKeyTest, RsaUnsupportedKeyFormat) { in TEST_P() argument
1405 TEST_P(ExportKeyTest, RsaCorruptedKeyBlob) { in TEST_P() argument
1415 TEST_P(ExportKeyTest, AesKeyExportFails) { in TEST_P() argument
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp3069 typedef KeyMintAidlTestBase ExportKeyTest; typedef