Home
last modified time | relevance | path

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

12

/external/conscrypt/common/src/main/java/org/conscrypt/
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()
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()
DConscryptEngineSocket.java70 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
74 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
80 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
87 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
93 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
99 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
105 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.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.java115 private final SSLParametersImpl sslParameters; field in ConscryptEngine
180 ConscryptEngine(SSLParametersImpl sslParameters) { in ConscryptEngine()
187 ConscryptEngine(String host, int port, SSLParametersImpl sslParameters) { in ConscryptEngine()
194 ConscryptEngine(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider, in ConscryptEngine()
202 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.java40 private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
56 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.java71 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
75 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
81 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
88 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
94 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
100 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
106 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
181 ConscryptEngine(SSLParametersImpl sslParameters) { in ConscryptEngine()
188 ConscryptEngine(String host, int port, SSLParametersImpl sslParameters) { in ConscryptEngine()
195 ConscryptEngine(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider, in ConscryptEngine()
204 SSLParametersImpl sslParameters, ConscryptEngine engine, AliasChooser aliasChooser) { in newSsl()
DOpenSSLServerSocketFactoryImpl.java36 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl
50 OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
DOpenSSLSocketFactoryImpl.java41 @android.compat.annotation.UnsupportedAppUsage private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
58 OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
DOpenSSLContextImpl.java58 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.java294 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
300 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
305 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
310 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
316 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
322 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
326 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
332 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
337 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
342 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DPlatform.java295 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
301 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
306 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
311 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
317 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
323 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
327 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
333 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
338 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
343 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/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/android/src/main/java/org/conscrypt/
DPlatform.java561 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
570 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
578 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
586 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
595 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
604 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
611 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
620 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
628 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
636 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]

12