Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java68 public static final int KM_DIGEST_NONE = 0; field in AuthorizationList
156 .put(KM_DIGEST_NONE, "NONE")
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java24 import static android.keystore.cts.AuthorizationList.KM_DIGEST_NONE;
1113 ImmutableSet.of(KM_DIGEST_NONE), startTime, false, in testCurve25519Attestations()
1324 Set digests = ImmutableSet.of(KM_DIGEST_NONE, KM_DIGEST_SHA_2_256, KM_DIGEST_SHA_2_512); in checkKeyIndependentAttestationInfo()
1326 digests = ImmutableSet.of(KM_DIGEST_NONE, KM_DIGEST_SHA_2_256); in checkKeyIndependentAttestationInfo()
1546 teeEnforcedDigests, hasItems(KM_DIGEST_NONE, KM_DIGEST_SHA_2_256)); in checkDigests()
DImportWrappedKeyTest.java24 import static android.security.keymaster.KeymasterDefs.KM_DIGEST_NONE;
595 allDigests.add(new DERInteger(KM_DIGEST_NONE)); in makeRsaAuthList()