Searched refs:KM_PURPOSE_VERIFY (Results 1 – 3 of 3) sorted by relevance
43 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()
32 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()
85 public static final int KM_PURPOSE_VERIFY = 3; field in AuthorizationList171 .put(KM_PURPOSE_VERIFY, "VERIFY")