Home
last modified time | relevance | path

Searched refs:KM_PURPOSE_DECRYPT (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAuthorizationList.java78 public static final int KM_PURPOSE_DECRYPT = 1; field in AuthorizationList
147 .put(KM_PURPOSE_DECRYPT, "DECRYPT")
DKeyAttestationTest.java28 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_DECRYPT;
804 builder.add(KM_PURPOSE_DECRYPT); in buildPurposeSet()