Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java40 import static android.security.keymaster.KeymasterDefs.KM_PURPOSE_DECRYPT;
532 allPurposes.add(new DERInteger(KM_PURPOSE_DECRYPT)); in makeSymKeyAuthList()
581 allPurposes.add(new DERInteger(KM_PURPOSE_DECRYPT)); in makeRsaAuthList()
DKeyAttestationTest.java29 import static android.keystore.cts.AuthorizationList.KM_PURPOSE_DECRYPT;
1891 builder.add(KM_PURPOSE_DECRYPT); in buildPurposeSet()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java83 public static final int KM_PURPOSE_DECRYPT = 1; field in AuthorizationList
168 .put(KM_PURPOSE_DECRYPT, "DECRYPT")