Searched refs:KM_PURPOSE_SIGN (Results 1 – 3 of 3) sorted by relevance
42 import static android.security.keymaster.KeymasterDefs.KM_PURPOSE_SIGN;582 allPurposes.add(new DERInteger(KM_PURPOSE_SIGN)); in makeRsaAuthList()634 allPurposes.add(new DERInteger(KM_PURPOSE_SIGN)); in makeEcAuthList()
31 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_SIGN;210 KM_PURPOSE_SIGN, KM_PURPOSE_VERIFY, KM_PURPOSE_SIGN | KM_PURPOSE_VERIFY in testEcAttestation()348 KM_PURPOSE_SIGN, devicePropertiesAttestation, isStrongBox); in testEcAttestation_TooLargeChallenge()1885 builder.add(KM_PURPOSE_SIGN); in buildPurposeSet()
84 public static final int KM_PURPOSE_SIGN = 2; field in AuthorizationList170 .put(KM_PURPOSE_SIGN, "SIGN")