Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java42 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()
DKeyAttestationTest.java31 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()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java84 public static final int KM_PURPOSE_SIGN = 2; field in AuthorizationList
170 .put(KM_PURPOSE_SIGN, "SIGN")