Home
last modified time | relevance | path

Searched refs:PURPOSE_ENCRYPT (Results 1 – 6 of 6) 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.java186 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineInit()
286 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineGenerateKey()
DAndroidKeyStoreSpi.java306 KeyProperties.PURPOSE_ENCRYPT in getLegacyKeyProtectionParameter()
480 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0) in setPrivateKeyEntry()
669 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0) in setSecretKeyEntry()
706 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0) in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java229 KeyProperties.PURPOSE_ENCRYPT in initialize()
308 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in initialize()
/frameworks/base/api/
Dcurrent.txt28432 field public static final int PURPOSE_ENCRYPT = 1; // 0x1
Dsystem-current.txt30491 field public static final int PURPOSE_ENCRYPT = 1; // 0x1