Home
last modified time | relevance | path

Searched refs:KeystoreSecretKeyGenMeasurable (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DDesKeyGenPerformanceTest.java30 new KeystoreSecretKeyGenMeasurable( in testDesKeyGen()
32 new KeystoreSecretKeyGenMeasurable( in testDesKeyGen()
DAesKeyGenPerformanceTest.java30 new KeystoreSecretKeyGenMeasurable( in testAesKeyGen()
32 new KeystoreSecretKeyGenMeasurable( in testAesKeyGen()
DHmacKeyGenPerformanceTest.java30 new KeystoreSecretKeyGenMeasurable( in testHmacKeyGen()
32 new KeystoreSecretKeyGenMeasurable( in testHmacKeyGen()
DPerformanceTestBase.java251 class KeystoreSecretKeyGenMeasurable extends KeystoreMeasurable { class in PerformanceTestBase
253 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable() method in PerformanceTestBase.KeystoreSecretKeyGenMeasurable