Searched refs:PURPOSE_DECRYPT (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java45 PURPOSE_DECRYPT,
59 public static final int PURPOSE_DECRYPT = 1 << 1; field in class:KeyProperties
81 case PURPOSE_DECRYPT:
97 return PURPOSE_DECRYPT;
H A DAndroidKeyStoreKeyPairGeneratorSpi.java240 | KeyProperties.PURPOSE_DECRYPT
H A DAndroidKeyStoreSpi.java308 | KeyProperties.PURPOSE_DECRYPT
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordCrypto.java154 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
H A DLockSettingsService.java1346 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)

Completed in 93 milliseconds