Searched refs:untrustedChain (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | TrustManagerImpl.java | 493 ArrayList<X509Certificate> untrustedChain = new ArrayList<X509Certificate>(); in checkTrusted() local 504 untrustedChain.add(leaf); in checkTrusted() 508 untrustedChain, trustedChain, used); in checkTrusted() 536 ArrayList<X509Certificate> untrustedChain, ArrayList<TrustAnchor> trustAnchorChain, in checkTrustedRecursive() argument 541 current = untrustedChain.get(untrustedChain.size() - 1); in checkTrustedRecursive() 551 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 573 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() 587 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 615 untrustedChain.add(candidateIssuer); in checkTrustedRecursive() 618 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() [all …]
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | TrustManagerImpl.java | 479 ArrayList<X509Certificate> untrustedChain = new ArrayList<X509Certificate>(); in checkTrusted() local 490 untrustedChain.add(leaf); in checkTrusted() 494 untrustedChain, trustedChain, used); in checkTrusted() 522 ArrayList<X509Certificate> untrustedChain, ArrayList<TrustAnchor> trustAnchorChain, in checkTrustedRecursive() argument 527 current = untrustedChain.get(untrustedChain.size() - 1); in checkTrustedRecursive() 537 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 559 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() 573 return verifyChain(untrustedChain, trustAnchorChain, host, clientAuth, ocspData, in checkTrustedRecursive() 601 untrustedChain.add(candidateIssuer); in checkTrustedRecursive() 604 untrustedChain, trustAnchorChain, used); in checkTrustedRecursive() [all …]
|