Home
last modified time | relevance | path

Searched defs:digests (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DSecretKeyFactoryTest.java111 String[] digests; in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyProtectionTest.java195 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
DKeyGeneratorTest.java611 String[] digests; in testInitWithUnknownDigestFailsHelper() local
730 String[] digests; in testGenerateHonorsRequestedAuthorizationsHelper() local
DKeyGenParameterSpecTest.java263 String[] digests = new String[] {KeyProperties.DIGEST_MD5, KeyProperties.DIGEST_SHA512}; in testImmutabilityViaSetterParams() local
DKeyFactoryTest.java129 String[] digests = new String[] {KeyProperties.DIGEST_SHA1, in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
DKeyAttestationTest.java1324 Set digests = ImmutableSet.of(KM_DIGEST_NONE, KM_DIGEST_SHA_2_256, KM_DIGEST_SHA_2_512); in checkKeyIndependentAttestationInfo() local
1334 Set digests, Date startTime, boolean includesValidityDates, in checkKeyIndependentAttestationInfo()
DKeyPairGeneratorTest.java376 String[] digests = in testGenerateHonorsRequestedAuthorizationsHelper() local
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java178 private Set<Integer> digests; field in AuthorizationList
500 public static String digestsToString(Set<Integer> digests) { in digestsToString()