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.java72 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
76 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
82 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
89 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
95 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
101 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
107 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
125 ConscryptFileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
131 ConscryptFileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
139 ConscryptFileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
148 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
156 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
164 SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
171 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()
203 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.java73 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
77 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
83 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
90 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
96 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
102 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
108 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
125 ConscryptFileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
131 ConscryptFileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
139 ConscryptFileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
148 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
156 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
164 SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
171 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/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DPlatform.java383 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
392 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
400 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
408 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
417 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
426 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
433 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
442 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
450 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
458 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/platform/src/main/java/org/conscrypt/
DPlatform.java304 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
310 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
315 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
320 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
326 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
332 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
336 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
342 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
347 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
352 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DPlatform.java382 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
391 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
399 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
407 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
416 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
425 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
432 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
441 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
449 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
457 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DPlatform.java305 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
311 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
316 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
321 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
327 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
333 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
337 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
343 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
348 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
353 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java580 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
589 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
597 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
605 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
614 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
623 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
630 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
639 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
647 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
655 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]

12