Searched refs:untrustedChain (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | TrustManagerImpl.java | 477 ArrayList<X509Certificate> untrustedChain = new ArrayList<X509Certificate>(); in checkTrusted() local 488 untrustedChain.add(leaf); in checkTrusted() 492 untrustedChain, trustedChain, used); in checkTrusted() 520 ArrayList<X509Certificate> untrustedChain, ArrayList<TrustAnchor> trustAnchorChain, in checkTrustedRecursive() argument 525 current = untrustedChain.get(untrustedChain.size() - 1); in checkTrustedRecursive() 535 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 557 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() 571 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 599 untrustedChain.add(candidateIssuer); in checkTrustedRecursive() 602 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() [all …]
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | TrustManagerImpl.java | 491 ArrayList<X509Certificate> untrustedChain = new ArrayList<X509Certificate>(); in checkTrusted() local 502 untrustedChain.add(leaf); in checkTrusted() 506 untrustedChain, trustedChain, used); in checkTrusted() 534 ArrayList<X509Certificate> untrustedChain, ArrayList<TrustAnchor> trustAnchorChain, in checkTrustedRecursive() argument 539 current = untrustedChain.get(untrustedChain.size() - 1); in checkTrustedRecursive() 549 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 571 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() 585 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 613 untrustedChain.add(candidateIssuer); in checkTrustedRecursive() 616 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() [all …]
|