Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyAttestationTest.java204 public void testEcAttestation() throws Exception { in testEcAttestation() method in KeyAttestationTest
220 private void testEcAttestation(boolean isStrongBox) throws Exception { in testEcAttestation() method in KeyAttestationTest
1210 private void testEcAttestation(byte[] challenge, boolean includeValidityDates, String ecCurve, in testEcAttestation() method in KeyAttestationTest
/aosp_15_r20/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
H A DAttestationTest.java113 private void testEcAttestation() throws Exception { in testEcAttestation() method in AttestationTest