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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java 124 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
148 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
FingerprintBoundKeysTest.java 140 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
189 + KeyProperties.BLOCK_MODE_CBC + "/"
  /developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 104 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
150 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 104 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
150 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java 104 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_CBC + "/"
150 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 96 + KeyProperties.BLOCK_MODE_CBC + "/"
99 + KeyProperties.BLOCK_MODE_CBC + "/"
247 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 96 + KeyProperties.BLOCK_MODE_CBC + "/"
99 + KeyProperties.BLOCK_MODE_CBC + "/"
247 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 93 + KeyProperties.BLOCK_MODE_CBC + "/"
96 + KeyProperties.BLOCK_MODE_CBC + "/"
245 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyGenParameterSpecTest.java 85 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
110 KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC);
188 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
274 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
KeyProtectionTest.java 143 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
215 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
SecretKeyFactoryTest.java 182 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
CipherTest.java     [all...]
KeyGeneratorTest.java 477 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
KeyPairGeneratorTest.java 310 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
    [all...]
AndroidKeyStoreTest.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 294 BLOCK_MODE_CBC,
304 public static final String BLOCK_MODE_CBC = "CBC";
321 } else if (BLOCK_MODE_CBC.equalsIgnoreCase(blockMode)) {
338 return BLOCK_MODE_CBC;
AndroidKeyStoreSpi.java     [all...]
  /developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 28 import android.security.keystore.KeyProperties.BLOCK_MODE_CBC
148 val cipherString = "$KEY_ALGORITHM_AES/$BLOCK_MODE_CBC/$ENCRYPTION_PADDING_PKCS7"
256 .setBlockModes(BLOCK_MODE_CBC)
  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 28 import android.security.keystore.KeyProperties.BLOCK_MODE_CBC
148 val cipherString = "$KEY_ALGORITHM_AES/$BLOCK_MODE_CBC/$ENCRYPTION_PADDING_PKCS7"
256 .setBlockModes(BLOCK_MODE_CBC)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 71 + KeyProperties.BLOCK_MODE_CBC + "/" + KeyProperties.ENCRYPTION_PADDING_PKCS7;
221 .setBlockModes(KeyProperties.BLOCK_MODE_CBC)
  /frameworks/base/keystore/tests/src/android/security/
ParcelableKeyGenParameterSpecTest.java 54 static final String BLOCK_MODE = KeyProperties.BLOCK_MODE_CBC;
  /prebuilts/sdk/25/
android.jar 

Completed in 464 milliseconds