Searched refs:PURPOSE_ENCRYPT (Results 1 – 7 of 7) sorted by relevance
44 PURPOSE_ENCRYPT,54 public static final int PURPOSE_ENCRYPT = 1 << 0; field in KeyProperties79 case PURPOSE_ENCRYPT: in toKeymaster()95 return PURPOSE_ENCRYPT; in fromKeymaster()
187 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineInit()298 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineGenerateKey()
307 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()
239 KeyProperties.PURPOSE_ENCRYPT in initialize()319 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in initialize()
1197 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()
36760 field public static final int PURPOSE_ENCRYPT = 1; // 0x1
39829 field public static final int PURPOSE_ENCRYPT = 1; // 0x1