Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java32 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_VERIFY;
178 KM_PURPOSE_SIGN, KM_PURPOSE_VERIFY, KM_PURPOSE_SIGN | KM_PURPOSE_VERIFY in testEcAttestation()
1299 builder.add(KM_PURPOSE_VERIFY); in buildPurposeSet()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java86 public static final int KM_PURPOSE_VERIFY = 3; field in AuthorizationList
170 .put(KM_PURPOSE_VERIFY, "VERIFY")