Searched refs:x509tm (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ConscryptFileDescriptorSocket.java | 385 X509TrustManager x509tm = sslParameters.getX509TrustManager(); in verifyCertificateChain() local 386 if (x509tm == null) { in verifyCertificateChain() 399 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain() 402 Platform.checkClientTrusted(x509tm, peerCertChain, authType, this); in verifyCertificateChain()
|
D | ConscryptEngine.java | 1564 X509TrustManager x509tm = sslParameters.getX509TrustManager(); in verifyCertificateChain() local 1565 if (x509tm == null) { in verifyCertificateChain() 1578 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain() 1581 Platform.checkClientTrusted(x509tm, peerCertChain, authType, this); in verifyCertificateChain()
|