Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java136 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testGenerateWithoutInitThrowsIllegalStateException() local
151 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeThrowsUnsupportedOperationException() local
169 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
186 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsThrowsInvalidAlgorithmParameterException() local
203 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
228 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithAlgParamsAndNullSecureRandomHelper() local
247 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithUnsupportedAlgParamsTypeThrowsInvalidAlgorithmParameterException() local
271 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testDefaultKeySize() local
290 KeyGenerator keyGenerator = getKeyGenerator("AES"); in testAesKeySupportedSizesHelper() local
338 KeyGenerator keyGenerator = getKeyGenerator("DESede"); in testDESKeySupportedSizes() local
[all …]
DKeyFactoryTest.java130 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
180 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyRejectsKeyInfo() local
209 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyRejectsTransparentKeySpecAndEncodedKeySpec() local
235 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsX509EncodedKeySpec() local
256 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
320 KeyPairGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
486 KeyPairGenerator keyGenerator = in testGeneratePrivateAndPublicRejectKeyInfo() local
DSecretKeyFactoryTest.java121 KeyGenerator keyGenerator = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
190 KeyGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
247 KeyGenerator keyGenerator = in testGenerateSecretRejectsKeyInfo() local
DKeyGenParameterSpecTest.java385 KeyGenerator keyGenerator = KeyGenerator.getInstance( in testBuilderSetUidGenerateKeyThrowsException() local
DKeyAttestationTest.java1567 KeyGenerator keyGenerator = KeyGenerator.getInstance(algorithm, "AndroidKeyStore"); in generateKey() local
DKeyPairGeneratorTest.java1676 KeyPairGenerator keyGenerator = KeyPairGenerator.getInstance( in testGenerateWithFarsiLocaleHelper() local
/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DDesCipherPerformanceTest.java109 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesEncryptMeasurable()
137 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesDecryptMeasurable()
DRsaCipherPerformanceTest.java114 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaEncryptMeasurable()
142 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaDecryptMeasurable()
DAesCipherPerformanceTest.java107 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesEncryptMeasurable()
135 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesDecryptMeasurable()
DPerformanceTestBase.java233 KeystoreKeyPairGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreKeyPairGenMeasurable()
256 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable()
/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/biometrics/
DAbstractUserAuthenticationAeadCipherTest.java44 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DAbstractUserAuthenticationCipherTest.java43 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DAbstractUserAuthenticationMacTest.java38 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DUtils.java40 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createBiometricBoundKey() local
60 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey_deprecated() local
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DUtils.java204 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey_deprecated() local
224 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey() local
254 KeyGenerator keyGenerator = KeyGenerator in generateBiometricBoundKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java117 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
DFingerprintBoundKeysTest.java187 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.java239 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local