Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyAttestationTest.java384 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation_NoChallenge()
427 .setDigests(TestUtils.getDigestsForKeyMintImplementation(expectStrongBox)) in testEcAttestation_DeviceLocked()
567 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation_KeyStoreExceptionWhenRequestingUniqueId()
613 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation_UniqueIdWorksWithCorrectPermission()
821 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testRsaAttestation_NoChallenge()
861 .setDigests(TestUtils.getDigestsForKeyMintImplementation(expectStrongBox)) in testRsaAttestation_DeviceLocked()
1150 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testRsaAttestation()
1225 .setDigests(TestUtils.getDigestsForKeyMintImplementation(isStrongBox)) in testEcAttestation()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/
H A DTestUtils.java151 public static @KeyProperties.DigestEnum String[] getDigestsForKeyMintImplementation( in getDigestsForKeyMintImplementation() method in TestUtils