Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAuthorizationList.java78 public static final int KM_PURPOSE_ENCRYPT = 0; field in AuthorizationList
150 .put(KM_PURPOSE_ENCRYPT, "ENCRYPT")
DKeyAttestationTest.java29 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_ENCRYPT;
858 builder.add(KM_PURPOSE_ENCRYPT); in buildPurposeSet()