Searched refs:KM_PURPOSE_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
41 import static android.security.keymaster.KeymasterDefs.KM_PURPOSE_ENCRYPT;531 allPurposes.add(new DERInteger(KM_PURPOSE_ENCRYPT)); in makeSymKeyAuthList()580 allPurposes.add(new DERInteger(KM_PURPOSE_ENCRYPT)); in makeRsaAuthList()
30 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_ENCRYPT;1889 builder.add(KM_PURPOSE_ENCRYPT); in buildPurposeSet()
82 public static final int KM_PURPOSE_ENCRYPT = 0; field in AuthorizationList169 .put(KM_PURPOSE_ENCRYPT, "ENCRYPT")