Searched refs:KM_PURPOSE_DECRYPT (Results 1 – 3 of 3) sorted by relevance
26 import static android.security.keymaster.KeymasterDefs.KM_PURPOSE_DECRYPT;305 allPurposes.add(new DERInteger(KM_PURPOSE_DECRYPT)); in makeAuthList()
28 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_DECRYPT;862 builder.add(KM_PURPOSE_DECRYPT); in buildPurposeSet()
80 public static final int KM_PURPOSE_DECRYPT = 1; field in AuthorizationList158 .put(KM_PURPOSE_DECRYPT, "DECRYPT")