Home
last modified time | relevance | path

Searched defs:sslParameters (Results 1 – 25 of 31) sorted by relevance

12

/external/conscrypt/common/src/main/java/org/conscrypt/
DJava8FileDescriptorSocket.java35 Java8FileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
39 Java8FileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in Java8FileDescriptorSocket()
44 Java8FileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in Java8FileDescriptorSocket()
50 SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
55 SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
60 SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
DJava8EngineSocket.java35 Java8EngineSocket(SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
39 Java8EngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in Java8EngineSocket()
44 Java8EngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in Java8EngineSocket()
50 SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
55 SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
60 SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
DConscryptEngineSocket.java67 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
71 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
77 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
84 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
90 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
96 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
102 SSLParametersImpl sslParameters, final ConscryptEngineSocket socket) { in newEngine()
DConscryptServerSocket.java28 private final SSLParametersImpl sslParameters; field in ConscryptServerSocket
32 ConscryptServerSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptServerSocket()
36 ConscryptServerSocket(int port, SSLParametersImpl sslParameters) in ConscryptServerSocket()
42 ConscryptServerSocket(int port, int backlog, SSLParametersImpl sslParameters) in ConscryptServerSocket()
51 SSLParametersImpl sslParameters) in ConscryptServerSocket()
DConscryptFileDescriptorSocket.java88 private final SSLParametersImpl sslParameters; field in ConscryptFileDescriptorSocket
122 ConscryptFileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
128 ConscryptFileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
136 ConscryptFileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
145 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
153 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
161 SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
168 private static NativeSsl newSsl(SSLParametersImpl sslParameters, in newSsl()
DConscryptEngine.java115 private final SSLParametersImpl sslParameters; field in ConscryptEngine
182 ConscryptEngine(SSLParametersImpl sslParameters) { in ConscryptEngine()
189 ConscryptEngine(String host, int port, SSLParametersImpl sslParameters) { in ConscryptEngine()
196 ConscryptEngine(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider) { in ConscryptEngine()
203 private static NativeSsl newSsl(SSLParametersImpl sslParameters, ConscryptEngine engine) { in newSsl()
DOpenSSLServerSocketFactoryImpl.java34 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl
48 OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
DOpenSSLSocketFactoryImpl.java39 private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
55 OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
DOpenSSLContextImpl.java56 SSLParametersImpl sslParameters; field in OpenSSLContextImpl
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DJava8FileDescriptorSocket.java36 Java8FileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
40 Java8FileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in Java8FileDescriptorSocket()
45 Java8FileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in Java8FileDescriptorSocket()
51 SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
56 SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
61 SSLParametersImpl sslParameters) throws IOException { in Java8FileDescriptorSocket()
DJava8EngineSocket.java36 Java8EngineSocket(SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
40 Java8EngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in Java8EngineSocket()
45 Java8EngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in Java8EngineSocket()
51 SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
56 SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
61 SSLParametersImpl sslParameters) throws IOException { in Java8EngineSocket()
DConscryptEngineSocket.java68 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
72 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
78 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
85 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
91 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
97 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
103 SSLParametersImpl sslParameters, final ConscryptEngineSocket socket) { in newEngine()
DConscryptServerSocket.java29 private final SSLParametersImpl sslParameters; field in ConscryptServerSocket
33 ConscryptServerSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptServerSocket()
37 ConscryptServerSocket(int port, SSLParametersImpl sslParameters) in ConscryptServerSocket()
43 ConscryptServerSocket(int port, int backlog, SSLParametersImpl sslParameters) in ConscryptServerSocket()
52 SSLParametersImpl sslParameters) in ConscryptServerSocket()
DConscryptFileDescriptorSocket.java89 private final SSLParametersImpl sslParameters; field in ConscryptFileDescriptorSocket
123 ConscryptFileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
129 ConscryptFileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
137 ConscryptFileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
146 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
154 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
162 SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
169 private static NativeSsl newSsl(SSLParametersImpl sslParameters, in newSsl()
DConscryptEngine.java116 private final SSLParametersImpl sslParameters; field in ConscryptEngine
183 ConscryptEngine(SSLParametersImpl sslParameters) { in ConscryptEngine()
190 ConscryptEngine(String host, int port, SSLParametersImpl sslParameters) { in ConscryptEngine()
197 ConscryptEngine(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider) { in ConscryptEngine()
204 private static NativeSsl newSsl(SSLParametersImpl sslParameters, ConscryptEngine engine) { in newSsl()
DOpenSSLServerSocketFactoryImpl.java35 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl
49 OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
DOpenSSLSocketFactoryImpl.java41 private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
58 OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
DOpenSSLContextImpl.java59 SSLParametersImpl sslParameters; field in OpenSSLContextImpl
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java44 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
48 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters, String[] enabledProtocols, in OpenSSLSocketImpl()
53 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
58 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
64 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
69 int clientPort, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
74 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java44 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
48 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters, String[] enabledProtocols, in OpenSSLSocketImpl()
53 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
58 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
64 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
69 int clientPort, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
74 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
/external/conscrypt/platform/src/main/java/org/conscrypt/
DPlatform.java292 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
298 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
303 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
308 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
314 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
320 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
324 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
330 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
335 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
340 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DPlatform.java293 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
299 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
304 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
309 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
315 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
321 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
325 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
331 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
336 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
341 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DPlatform.java372 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
381 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
389 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
397 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
406 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
415 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
422 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
431 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
439 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
447 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DPlatform.java371 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
380 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
388 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
396 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
405 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
414 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
421 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
430 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
438 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
446 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java559 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
568 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
576 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
584 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
593 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
602 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
609 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
618 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
626 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
634 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]

12