Home
last modified time | relevance | path

Searched refs:KeystoreKeyGenerator (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DPerformanceTestBase.java166 private final KeystoreKeyGenerator mGenerator;
169 KeystoreKeyGenerator generator, String operation, int keySize, int messageSize) in KeystoreMeasurable()
187 KeystoreMeasurable(KeystoreKeyGenerator generator, String operation, int keySize) in KeystoreMeasurable()
235 KeystoreKeyPairGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreKeyPairGenMeasurable()
258 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable()
279 abstract class KeystoreKeyGenerator { class in PerformanceTestBase
285 KeystoreKeyGenerator(String algorithm, String provider) throws Exception { in KeystoreKeyGenerator() method in PerformanceTestBase.KeystoreKeyGenerator
290 KeystoreKeyGenerator(String algorithm) throws Exception { in KeystoreKeyGenerator() method in PerformanceTestBase.KeystoreKeyGenerator
329 abstract class AndroidKeystoreKeyGenerator extends KeystoreKeyGenerator {
354 class DefaultKeystoreKeyPairGenerator extends KeystoreKeyGenerator {
[all …]
DEcdsaSignaturePerformanceTest.java65 KeystoreKeyGenerator androidKeystoreEcGenerator = in testEcdsaSign()
67 KeystoreKeyGenerator defaultKeystoreEcGenerator = in testEcdsaSign()
83 private class DefaultKeystoreEcKeyGenerator extends KeystoreKeyGenerator {
110 KeystoreEcSignMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreEcSignMeasurable()
138 KeystoreEcVerifyMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreEcVerifyMeasurable()
DDesCipherPerformanceTest.java69 KeystoreKeyGenerator androidKeystoreDesGenerator = in testDesCipher()
71 KeystoreKeyGenerator defaultKeystoreDesGenerator = in testDesCipher()
109 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesEncryptMeasurable()
137 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesDecryptMeasurable()
DAesCipherPerformanceTest.java67 KeystoreKeyGenerator androidKeystoreAesGenerator = in testAesCipher()
69 KeystoreKeyGenerator defaultKeystoreAesGenerator = in testAesCipher()
107 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesEncryptMeasurable()
135 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesDecryptMeasurable()
DHmacMacPerformanceTest.java58 KeystoreKeyGenerator androidKeystoreHmacKeyGenerator = in testHmac()
60 KeystoreKeyGenerator defaultKeystoreHmacGenerator = in testHmac()
91 KeystoreKeyGenerator generator, int keySize, int messageSize) throws Exception { in KeystoreHmacMacMeasurable()
DRsaSignaturePerformanceTest.java104 KeystoreKeyGenerator androidKeystoreRsaGenerator = in testRsaSign()
106 KeystoreKeyGenerator defaultKeystoreRsaGenerator = in testRsaSign()
143 KeystoreRsaSignMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreRsaSignMeasurable()
171 KeystoreRsaVerifyMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreRsaVerifyMeasurable()
DRsaCipherPerformanceTest.java114 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaEncryptMeasurable()
142 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaDecryptMeasurable()
DEcKeyGenPerformanceTest.java58 private class DefaultKeystoreEcKeyGenerator extends KeystoreKeyGenerator {
DRsaKeyGenPerformanceTest.java55 private void measureKeyGen(KeystoreKeyGenerator generator, int keySize) throws Exception { in measureKeyGen()