Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DPerformanceTestBase.java161 private final KeystoreKeyGenerator mGenerator;
164 KeystoreKeyGenerator generator, String operation, int keySize, int messageSize) in KeystoreMeasurable()
182 KeystoreMeasurable(KeystoreKeyGenerator generator, String operation, int keySize) in KeystoreMeasurable()
230 KeystoreKeyPairGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreKeyPairGenMeasurable()
253 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable()
274 abstract class KeystoreKeyGenerator { class in PerformanceTestBase
280 KeystoreKeyGenerator(String algorithm, String provider) throws Exception { in KeystoreKeyGenerator() method in PerformanceTestBase.KeystoreKeyGenerator
285 KeystoreKeyGenerator(String algorithm) throws Exception { in KeystoreKeyGenerator() method in PerformanceTestBase.KeystoreKeyGenerator
324 abstract class AndroidKeystoreKeyGenerator extends KeystoreKeyGenerator {
349 class DefaultKeystoreKeyPairGenerator extends KeystoreKeyGenerator {
[all …]
DEcdsaSignaturePerformanceTest.java58 KeystoreKeyGenerator androidKeystoreEcGenerator = in testEcdsaSign()
60 KeystoreKeyGenerator defaultKeystoreEcGenerator = in testEcdsaSign()
76 private class DefaultKeystoreEcKeyGenerator extends KeystoreKeyGenerator {
103 KeystoreEcSignMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreEcSignMeasurable()
131 KeystoreEcVerifyMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreEcVerifyMeasurable()
DDesCipherPerformanceTest.java52 KeystoreKeyGenerator androidKeystoreDesGenerator = in testDesCipher()
54 KeystoreKeyGenerator defaultKeystoreDesGenerator = in testDesCipher()
92 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesEncryptMeasurable()
120 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesDecryptMeasurable()
DAesCipherPerformanceTest.java60 KeystoreKeyGenerator androidKeystoreAesGenerator = in testAesCipher()
62 KeystoreKeyGenerator defaultKeystoreAesGenerator = in testAesCipher()
100 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesEncryptMeasurable()
128 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesDecryptMeasurable()
DRsaSignaturePerformanceTest.java91 KeystoreKeyGenerator androidKeystoreRsaGenerator = in testRsaSign()
93 KeystoreKeyGenerator defaultKeystoreRsaGenerator = in testRsaSign()
130 KeystoreRsaSignMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreRsaSignMeasurable()
158 KeystoreRsaVerifyMeasurable(KeystoreKeyGenerator keyGen, int keySize, int messageSize) in KeystoreRsaVerifyMeasurable()
DHmacMacPerformanceTest.java53 KeystoreKeyGenerator androidKeystoreHmacKeyGenerator = in testHmac()
55 KeystoreKeyGenerator defaultKeystoreHmacGenerator = in testHmac()
86 KeystoreKeyGenerator generator, int keySize, int messageSize) throws Exception { in KeystoreHmacMacMeasurable()
DRsaCipherPerformanceTest.java108 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaEncryptMeasurable()
136 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaDecryptMeasurable()
DEcKeyGenPerformanceTest.java53 private class DefaultKeystoreEcKeyGenerator extends KeystoreKeyGenerator {