Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DPlatform.java296 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
302 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
307 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
312 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
318 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
324 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
328 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
334 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
339 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
344 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/aosp_15_r20/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
H A DPlatform.java300 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
306 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
311 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
316 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
322 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
328 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
332 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
338 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
343 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
348 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/aosp_15_r20/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DPlatform.java380 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
389 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
397 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
405 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
414 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
423 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
430 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
439 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
447 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
455 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
H A 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 …]
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DConscryptEngineSocket.java77 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
81 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
87 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
94 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
100 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
106 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
112 SSLParametersImpl sslParameters, final ConscryptEngineSocket socket) { in newEngine()
H A 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()
H A 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()
H A DConscryptFileDescriptorSocket.java92 private final SSLParametersImpl sslParameters; field in ConscryptFileDescriptorSocket
128 ConscryptFileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
134 ConscryptFileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
142 ConscryptFileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
151 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
159 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
167 SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
174 private static NativeSsl newSsl(SSLParametersImpl sslParameters, in newSsl()
H A 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()
H A DConscryptEngine.java120 private final SSLParametersImpl sslParameters; field in ConscryptEngine
185 ConscryptEngine(SSLParametersImpl sslParameters) { in ConscryptEngine()
192 ConscryptEngine(String host, int port, SSLParametersImpl sslParameters) { in ConscryptEngine()
199 ConscryptEngine(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider, in ConscryptEngine()
208 SSLParametersImpl sslParameters, ConscryptEngine engine, AliasChooser aliasChooser) { in newSsl()
H A DOpenSSLServerSocketFactoryImpl.java37 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl
51 OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
H A DOpenSSLSocketFactoryImpl.java41 @android.compat.annotation.UnsupportedAppUsage private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
58 OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscryptEngineSocket.java76 ConscryptEngineSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
80 ConscryptEngineSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
86 ConscryptEngineSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptEngineSocket()
93 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
99 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
105 SSLParametersImpl sslParameters) throws IOException { in ConscryptEngineSocket()
111 SSLParametersImpl sslParameters, final ConscryptEngineSocket socket) { in newEngine()
H A 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()
H A 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()
H A DConscryptFileDescriptorSocket.java92 private final SSLParametersImpl sslParameters; field in ConscryptFileDescriptorSocket
128 ConscryptFileDescriptorSocket(SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
134 ConscryptFileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
142 ConscryptFileDescriptorSocket(InetAddress address, int port, SSLParametersImpl sslParameters) in ConscryptFileDescriptorSocket()
151 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
159 int clientPort, SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
167 SSLParametersImpl sslParameters) throws IOException { in ConscryptFileDescriptorSocket()
174 private static NativeSsl newSsl(SSLParametersImpl sslParameters, in newSsl()
H A 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()
H A 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()
H A DOpenSSLServerSocketFactoryImpl.java35 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl
49 OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
H A DOpenSSLSocketFactoryImpl.java40 private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
56 OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
/aosp_15_r20/external/conscrypt/android/src/main/java/org/conscrypt/
H A DPlatform.java485 static ConscryptEngineSocket createEngineSocket(SSLParametersImpl sslParameters) in createEngineSocket()
494 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
502 SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
510 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
519 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createEngineSocket()
528 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in createEngineSocket()
535 static ConscryptFileDescriptorSocket createFileDescriptorSocket(SSLParametersImpl sslParameters) in createFileDescriptorSocket()
544 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
552 SSLParametersImpl sslParameters) throws IOException { in createFileDescriptorSocket()
560 InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) in createFileDescriptorSocket()
[all …]
/aosp_15_r20/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A 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()
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/trust/
H A DXdsX509TrustManagerTest.java649 public void setSSLParameters(SSLParameters sslParameters) { in setSSLParameters()
653 private SSLParameters sslParameters; field in XdsX509TrustManagerTest.TestSslSocket
664 public void setSSLParameters(SSLParameters sslParameters) { in setSSLParameters()
668 private SSLParameters sslParameters; field in XdsX509TrustManagerTest.TestSslEngine
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_glibc/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/local-javac-header/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...

12345