Searched refs:KM_PURPOSE_DECRYPT (Results 1 – 2 of 2) sorted by relevance
78 public static final int KM_PURPOSE_DECRYPT = 1; field in AuthorizationList147 .put(KM_PURPOSE_DECRYPT, "DECRYPT")
28 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_DECRYPT;804 builder.add(KM_PURPOSE_DECRYPT); in buildPurposeSet()