Home
last modified time | relevance | path

Searched refs:newSsl (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptFileDescriptorSocket.java112 this.ssl = newSsl(sslParameters, this); in ConscryptFileDescriptorSocket()
120 this.ssl = newSsl(sslParameters, this); in ConscryptFileDescriptorSocket()
128 this.ssl = newSsl(sslParameters, this); in ConscryptFileDescriptorSocket()
136 this.ssl = newSsl(sslParameters, this); in ConscryptFileDescriptorSocket()
144 this.ssl = newSsl(sslParameters, this); in ConscryptFileDescriptorSocket()
152 this.ssl = newSsl(sslParameters, this); in ConscryptFileDescriptorSocket()
156 private static SslWrapper newSsl(SSLParametersImpl sslParameters, in newSsl() method in ConscryptFileDescriptorSocket
DConscryptEngine.java173 this.ssl = newSsl(sslParameters, this); in ConscryptEngine()
181 this.ssl = newSsl(sslParameters, this); in ConscryptEngine()
189 this.ssl = newSsl(sslParameters, this); in ConscryptEngine()
194 private static SslWrapper newSsl(SSLParametersImpl sslParameters, ConscryptEngine engine) { in newSsl() method in ConscryptEngine