Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java379 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation_NoChallenge()
421 .setDigests(TestUtils.getDigestsForKeyMintImplementation(expectStrongBox)) in testEcAttestation_DeviceLocked()
558 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation_KeyStoreExceptionWhenRequestingUniqueId()
603 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation_UniqueIdWorksWithCorrectPermission()
806 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testRsaAttestation_NoChallenge()
845 .setDigests(TestUtils.getDigestsForKeyMintImplementation(expectStrongBox)) in testRsaAttestation_DeviceLocked()
1136 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testRsaAttestation()
1211 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java134 public static @KeyProperties.DigestEnum String[] getDigestsForKeyMintImplementation( in getDigestsForKeyMintImplementation() method in TestUtils