Home
last modified time | relevance | path

Searched defs:keyGenerator (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java115 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testGenerateWithoutInitThrowsIllegalStateException() local
129 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeThrowsUnsupportedOperationException() local
146 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
162 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsThrowsInvalidAlgorithmParameterException() local
178 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
202 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithAlgParamsAndNullSecureRandomHelper() local
220 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithUnsupportedAlgParamsTypeThrowsInvalidAlgorithmParameterException() local
243 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testDefaultKeySize() local
261 KeyGenerator keyGenerator = getKeyGenerator("AES"); in testAesKeySupportedSizesHelper() local
308 KeyGenerator keyGenerator = getKeyGenerator("DESede"); in testDESKeySupportedSizes() local
[all …]
DKeyFactoryTest.java109 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
158 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyRejectsKeyInfo() local
186 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyRejectsTransparentKeySpecAndEncodedKeySpec() local
211 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsX509EncodedKeySpec() local
231 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
292 KeyPairGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
451 KeyPairGenerator keyGenerator = in testGeneratePrivateAndPublicRejectKeyInfo() local
DSecretKeyFactoryTest.java111 KeyGenerator keyGenerator = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
177 KeyGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
231 KeyGenerator keyGenerator = in testGenerateSecretRejectsKeyInfo() local
DRsaCipherPerformanceTest.java108 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaEncryptMeasurable()
136 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaDecryptMeasurable()
DDesCipherPerformanceTest.java102 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesEncryptMeasurable()
130 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesDecryptMeasurable()
DAesCipherPerformanceTest.java100 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesEncryptMeasurable()
128 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesDecryptMeasurable()
DPerformanceTestBase.java230 KeystoreKeyPairGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreKeyPairGenMeasurable()
253 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable()
DKeyGenParameterSpecTest.java350 KeyGenerator keyGenerator = KeyGenerator.getInstance( in testBuilderSetUidGenerateKeyThrowsException() local
DKeyAttestationTest.java1310 KeyGenerator keyGenerator = KeyGenerator.getInstance(algorithm, "AndroidKeyStore"); in generateKey() local
DKeyPairGeneratorTest.java1487 KeyPairGenerator keyGenerator = KeyPairGenerator.getInstance( in testGenerateWithFarsiLocaleHelper() local
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DUtils.java170 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey_deprecated() local
190 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey() local
220 KeyGenerator keyGenerator = KeyGenerator in generateBiometricBoundKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DUtils.java43 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createBiometricBoundKey() local
63 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey_deprecated() local
DAbstractUserAuthenticationCipherTest.java43 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DAbstractUserAuthenticationMacTest.java38 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
/cts/hostsidetests/appsecurity/test-apps/AuthBoundKeyApp/src/com/android/cts/authboundkey/
DAuthBoundKeyAppTest.java53 KeyGenerator keyGenerator = KeyGenerator.getInstance( in testGenerateAuthBoundKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java117 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
DFingerprintBoundKeysTest.java157 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
DUnlockedDeviceRequiredTest.java174 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java229 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local