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.java137 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testGenerateWithoutInitThrowsIllegalStateException() local
152 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeThrowsUnsupportedOperationException() local
170 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
187 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsThrowsInvalidAlgorithmParameterException() local
204 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
229 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithAlgParamsAndNullSecureRandomHelper() local
248 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testInitWithUnsupportedAlgParamsTypeThrowsInvalidAlgorithmParameterException() local
273 KeyGenerator keyGenerator = getKeyGenerator(algorithm); in testDefaultKeySize() local
293 KeyGenerator keyGenerator = getKeyGenerator("AES"); in testAesKeySupportedSizesHelper() local
341 KeyGenerator keyGenerator = getKeyGenerator("DESede"); in testDESKeySupportedSizes() local
[all …]
DKeyFactoryTest.java134 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
184 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyRejectsKeyInfo() local
213 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePrivateKeyRejectsTransparentKeySpecAndEncodedKeySpec() local
239 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsX509EncodedKeySpec() local
260 KeyPairGenerator keyGenerator = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
324 KeyPairGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
490 KeyPairGenerator keyGenerator = in testGeneratePrivateAndPublicRejectKeyInfo() local
DSecretKeyFactoryTest.java121 KeyGenerator keyGenerator = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
190 KeyGenerator keyGenerator = in testTranslateKeyAcceptsAndroidKeystoreKeys() local
247 KeyGenerator keyGenerator = in testGenerateSecretRejectsKeyInfo() local
DKeyInfoTest.java165 KeyGenerator keyGenerator = KeyGenerator.getInstance("AES", "AndroidKeyStore"); in testUnlockedDeviceRequiredKey() local
DKeyGenParameterSpecTest.java417 KeyGenerator keyGenerator = KeyGenerator.getInstance( in testBuilderSetUidGenerateKeyThrowsException() local
DKeyAttestationTest.java1901 KeyGenerator keyGenerator = KeyGenerator.getInstance(algorithm, "AndroidKeyStore"); in generateKey() local
DKeyPairGeneratorTest.java1735 KeyPairGenerator keyGenerator = KeyPairGenerator.getInstance( in testGenerateWithFarsiLocaleHelper() local
/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DRsaCipherPerformanceTest.java114 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaEncryptMeasurable()
142 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreRsaDecryptMeasurable()
DDesCipherPerformanceTest.java109 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesEncryptMeasurable()
137 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreDesDecryptMeasurable()
DAesCipherPerformanceTest.java107 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesEncryptMeasurable()
135 KeystoreKeyGenerator keyGenerator, int keySize, int messageSize) throws Exception { in KeystoreAesDecryptMeasurable()
DPerformanceTestBase.java235 KeystoreKeyPairGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreKeyPairGenMeasurable()
258 KeystoreSecretKeyGenMeasurable(KeystoreKeyGenerator keyGenerator, int keySize) in KeystoreSecretKeyGenMeasurable()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationMacTest.java38 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DAbstractUserAuthenticationAeadCipherTest.java44 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DAbstractUserAuthenticationCipherTest.java43 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createUserAuthenticationKey() local
DUtils.java42 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createBiometricBoundKey() local
62 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey_deprecated() local
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DUtils.java205 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey_deprecated() local
225 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createTimeBoundSecretKey() local
255 KeyGenerator keyGenerator = KeyGenerator in generateBiometricBoundKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DLskfBoundKeysTest.java117 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
DFingerprintBoundKeysTest.java187 KeyGenerator keyGenerator = KeyGenerator.getInstance( in createKey() local
DUnlockedDeviceRequiredKeysTest.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