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

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

Completed in 138 milliseconds