HomeSort by relevance Sort by last modified time
    Searched refs:PURPOSE_DECRYPT (Results 1 - 25 of 28) sorted by null

1 2

  /cts/tests/tests/keystore/src/android/keystore/cts/
CipherTest.java 258 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
320 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
365 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
410 KeyProperties.PURPOSE_DECRYPT,
587 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
    [all...]
RSACipherTest.java 46 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
79 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
197 KeyProperties.PURPOSE_DECRYPT,
228 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
KeyPairGeneratorTest.java 541 | KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
575 | KeyProperties.PURPOSE_DECRYPT)
602 | KeyProperties.PURPOSE_DECRYPT)
631 | KeyProperties.PURPOSE_DECRYPT)
656 | KeyProperties.PURPOSE_DECRYPT)
    [all...]
KeyProtectionTest.java 60 KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_VERIFY)
76 KeyProperties.PURPOSE_DECRYPT| KeyProperties.PURPOSE_VERIFY, spec.getPurposes());
AESCipherNistCavpKatTest.java 276 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
KeyAttestationTest.java 41 import static android.security.keystore.KeyProperties.PURPOSE_DECRYPT;
222 PURPOSE_ENCRYPT | PURPOSE_DECRYPT,
    [all...]
SecretKeyFactoryTest.java 101 purposes = KeyProperties.PURPOSE_DECRYPT;
KeyFactoryTest.java 108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN;
KeyGeneratorTest.java 481 purposes = KeyProperties.PURPOSE_DECRYPT;
MacTest.java 371 int badPurposes = KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT
SignatureTest.java     [all...]
BlockCipherTestBase.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 45 PURPOSE_DECRYPT,
59 public static final int PURPOSE_DECRYPT = 1 << 1;
81 case PURPOSE_DECRYPT:
97 return PURPOSE_DECRYPT;
AndroidKeyStoreKeyPairGeneratorSpi.java 239 | KeyProperties.PURPOSE_DECRYPT
    [all...]
AndroidKeyStoreSpi.java 308 | KeyProperties.PURPOSE_DECRYPT
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java 123 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
FingerprintBoundKeysTest.java 139 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 149 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 149 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java 149 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 237 KeyProperties.PURPOSE_DECRYPT)
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 237 KeyProperties.PURPOSE_DECRYPT)
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 237 KeyProperties.PURPOSE_DECRYPT)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 215 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java     [all...]

Completed in 862 milliseconds

1 2