Searched refs:verifyCertificateChain (Results 1 – 2 of 2) sorted by relevance
74 assertTrue(verifyCertificateChain(certChain)); in attestationTest()140 private static boolean verifyCertificateChain(Collection<X509Certificate> certChain) {
270 verifyCertificateChain(certificates, TestUtils.hasStrongBox(getContext())); in testEcAttestation_DeviceLocked()439 verifyCertificateChain(certificates, TestUtils.hasStrongBox(getContext())); in testRsaAttestation_DeviceLocked()557 verifyCertificateChain(certificates, false /* expectStrongBox */); in testRsaAttestation()616 verifyCertificateChain(certificates, false /* expectStrongBox */); in testEcAttestation()1178 private void verifyCertificateChain(Certificate[] certChain, boolean expectStrongBox) in verifyCertificateChain() method in KeyAttestationTest