Searched defs:ExportKeyTest (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 2255 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 D | keymaster_hidl_hal_test.cpp | 1872 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 D | android_keymaster_test.cpp | 1371 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 D | KeyMintTest.cpp | 3069 typedef KeyMintAidlTestBase ExportKeyTest; typedef
|