Home
last modified time | relevance | path

Searched refs:PURPOSE_DECRYPT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java45 PURPOSE_DECRYPT,
59 public static final int PURPOSE_DECRYPT = 1 << 1; field in KeyProperties
81 case PURPOSE_DECRYPT: in toKeymaster()
97 return PURPOSE_DECRYPT; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java240 | KeyProperties.PURPOSE_DECRYPT in initialize()
DAndroidKeyStoreSpi.java308 | KeyProperties.PURPOSE_DECRYPT in getLegacyKeyProtectionParameter()
/frameworks/base/services/core/java/com/android/server/
DSyntheticPasswordCrypto.java140 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in createBlob()
DLockSettingsService.java1204 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
/frameworks/base/api/
Dcurrent.txt36759 field public static final int PURPOSE_DECRYPT = 2; // 0x2
Dsystem-current.txt39828 field public static final int PURPOSE_DECRYPT = 2; // 0x2