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

1 2

  /cts/tests/tests/keystore/src/android/keystore/cts/
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,
CipherTest.java 328 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
390 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
474 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
531 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT,
576 KeyProperties.PURPOSE_DECRYPT,
    [all...]
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 63 KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_VERIFY)
81 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;
253 PURPOSE_ENCRYPT | PURPOSE_DECRYPT,
    [all...]
SecretKeyFactoryTest.java 109 purposes = KeyProperties.PURPOSE_DECRYPT;
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 44 PURPOSE_DECRYPT,
59 public static final int PURPOSE_DECRYPT = 1 << 1;
86 case PURPOSE_DECRYPT:
104 return PURPOSE_DECRYPT;
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
ApplicationKeyStorage.java 88 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /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)
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyGeneratorTest.java 140 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
WrappedKeyTest.java 159 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
PlatformKeyManagerTest.java 152 assertEquals(KeyProperties.PURPOSE_DECRYPT, getDecryptKeyProtection().getPurposes());
  /frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordCrypto.java 154 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
PlatformKeyManager.java 396 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
  /developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 254 val keyProperties = KeyProperties.PURPOSE_ENCRYPT or KeyProperties.PURPOSE_DECRYPT
  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 254 val keyProperties = KeyProperties.PURPOSE_ENCRYPT or KeyProperties.PURPOSE_DECRYPT
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 220 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 246 KeyProperties.PURPOSE_DECRYPT)
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 246 KeyProperties.PURPOSE_DECRYPT)
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 244 KeyProperties.PURPOSE_DECRYPT)

Completed in 657 milliseconds

1 2