HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ALGORITHM_AES (Results 1 - 21 of 21) sorted by null

  /frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordCrypto.java 61 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
74 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/"
91 KeyProperties.KEY_ALGORITHM_AES);
104 KeyProperties.KEY_ALGORITHM_AES);
149 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES);
LockSettingsService.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java 118 KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
148 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
FingerprintBoundKeysTest.java 134 KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
188 mCipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
  /developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 104 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
144 KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
  /developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 104 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
144 KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
  /development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java 104 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
144 KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 88 .getInstance(KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
95 defaultCipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
98 cipherNotInvalidated = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 88 .getInstance(KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
95 defaultCipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
98 cipherNotInvalidated = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 85 .getInstance(KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore");
92 defaultCipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
95 cipherNotInvalidated = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/"
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 141 KEY_ALGORITHM_AES,
157 public static final String KEY_ALGORITHM_AES = "AES";
163 * KeyProperties#KEY_ALGORITHM_AES} for new development.
216 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) {
233 return KEY_ALGORITHM_AES;
AndroidKeyStoreUnauthenticatedAESCipherSpi.java 131 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) {
134 KeyProperties.KEY_ALGORITHM_AES + " supported");
AndroidKeyStoreAuthenticatedAESCipherSpi.java 279 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) {
282 KeyProperties.KEY_ALGORITHM_AES + " supported");
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
ApplicationKeyStorage.java 86 new SecretKeySpec(secretKey, KeyProperties.KEY_ALGORITHM_AES)),
  /developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 30 import android.security.keystore.KeyProperties.KEY_ALGORITHM_AES
130 keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM_AES, ANDROID_KEY_STORE)
148 val cipherString = "$KEY_ALGORITHM_AES/$BLOCK_MODE_CBC/$ENCRYPTION_PADDING_PKCS7"
  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 30 import android.security.keystore.KeyProperties.KEY_ALGORITHM_AES
130 keyGenerator = KeyGenerator.getInstance(KEY_ALGORITHM_AES, ANDROID_KEY_STORE)
148 val cipherString = "$KEY_ALGORITHM_AES/$BLOCK_MODE_CBC/$ENCRYPTION_PADDING_PKCS7"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 70 private static final String CIPHER_TRANSFORMATION = KeyProperties.KEY_ALGORITHM_AES + "/"
230 KeyProperties.KEY_ALGORITHM_AES, KEYSTORE_NAME);
  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 644 return KeyProperties.KEY_ALGORITHM_AES;
    [all...]
CipherTest.java     [all...]
KeyAttestationTest.java 343 generateKey(spec, KeyProperties.KEY_ALGORITHM_AES);
    [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 427 milliseconds