Home
last modified time | relevance | path

Searched refs:KM_DIGEST_SHA1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java70 public static final int KM_DIGEST_SHA1 = 2; field in AuthorizationList
158 .put(KM_DIGEST_SHA1, "SHA1")
/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java25 import static android.security.keymaster.KeymasterDefs.KM_DIGEST_SHA1;
597 allDigests.add(new DERInteger(KM_DIGEST_SHA1)); in makeRsaAuthList()