Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java43 import static android.security.keymaster.KeymasterDefs.KM_PURPOSE_VERIFY;
583 allPurposes.add(new DERInteger(KM_PURPOSE_VERIFY)); in makeRsaAuthList()
635 allPurposes.add(new DERInteger(KM_PURPOSE_VERIFY)); in makeEcAuthList()
DKeyAttestationTest.java32 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_VERIFY;
210 KM_PURPOSE_SIGN, KM_PURPOSE_VERIFY, KM_PURPOSE_SIGN | KM_PURPOSE_VERIFY in testEcAttestation()
1887 builder.add(KM_PURPOSE_VERIFY); in buildPurposeSet()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java85 public static final int KM_PURPOSE_VERIFY = 3; field in AuthorizationList
171 .put(KM_PURPOSE_VERIFY, "VERIFY")