Searched refs:PURPOSE_ENCRYPT (Results 1 – 6 of 6) 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()
186 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineInit()286 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in engineGenerateKey()
306 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()
229 KeyProperties.PURPOSE_ENCRYPT in initialize()308 if (((spec.getPurposes() & KeyProperties.PURPOSE_ENCRYPT) != 0) in initialize()
28432 field public static final int PURPOSE_ENCRYPT = 1; // 0x1
30491 field public static final int PURPOSE_ENCRYPT = 1; // 0x1