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/performance/
DDesKeyGenPerformanceTest.java35 new KeystoreSecretKeyGenMeasurable( in testDesKeyGen()
37 new KeystoreSecretKeyGenMeasurable( in testDesKeyGen()
DHmacKeyGenPerformanceTest.java35 new KeystoreSecretKeyGenMeasurable( in testHmacKeyGen()
37 new KeystoreSecretKeyGenMeasurable( in testHmacKeyGen()
DAesKeyGenPerformanceTest.java35 new KeystoreSecretKeyGenMeasurable( in testAesKeyGen()
37 new KeystoreSecretKeyGenMeasurable( in testAesKeyGen()
DPerformanceTestBase.java256 class KeystoreSecretKeyGenMeasurable extends KeystoreMeasurable { class in PerformanceTestBase
258 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable() method in PerformanceTestBase.KeystoreSecretKeyGenMeasurable