Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java44 PURPOSE_ENCRYPT,
54 public static final int PURPOSE_ENCRYPT = 1 << 0; field in KeyProperties
79 case PURPOSE_ENCRYPT: in toKeymaster()
95 return PURPOSE_ENCRYPT; in fromKeymaster()
DAndroidKeyStoreKeyGeneratorSpi.java187 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineInit()
298 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineGenerateKey()
DAndroidKeyStoreSpi.java307 KeyProperties.PURPOSE_ENCRYPT in getLegacyKeyProtectionParameter()
484 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0) in setPrivateKeyEntry()
677 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0) in setSecretKeyEntry()
717 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0) in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java239 KeyProperties.PURPOSE_ENCRYPT in initialize()
319 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in initialize()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java1197 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()
/frameworks/base/api/
Dcurrent.txt36760 field public static final int PURPOSE_ENCRYPT = 1; // 0x1
Dsystem-current.txt39829 field public static final int PURPOSE_ENCRYPT = 1; // 0x1