Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java753 public void testRsaAttestation_TooLargeChallenge() throws Exception { in testRsaAttestation_TooLargeChallenge() method in KeyAttestationTest
754 testRsaAttestation_TooLargeChallenge(512, false); in testRsaAttestation_TooLargeChallenge()
761 testRsaAttestation_TooLargeChallenge(2048, true); in testRsaAttestation_TooLargeChallenge_StrongBox()
764 private void testRsaAttestation_TooLargeChallenge(int keySize, boolean isStrongBox) in testRsaAttestation_TooLargeChallenge() method in KeyAttestationTest