Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java152 public void testEcAttestation() throws Exception { in testEcAttestation() method in KeyAttestationTest
177 testEcAttestation(challenges[challengeIndex], includeValidityDates, in testEcAttestation()
198 testEcAttestation(new byte[129], true /* includeValidityDates */, "secp256r1", 256, in testEcAttestation_TooLargeChallenge()
585 private void testEcAttestation(byte[] challenge, boolean includeValidityDates, String ecCurve, in testEcAttestation() method in KeyAttestationTest