Home
last modified time | relevance | path

Searched defs:sslContext (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native.Apple/
H A Dpal_ssl.cpp15 extern "C" int32_t AppleCryptoNative_SslSetAcceptClientCert(SSLContextRef sslContext) in AppleCryptoNative_SslSetAcceptClientCert()
64 AppleCryptoNative_SslCopyCertChain(SSLContextRef sslContext, SecTrustRef* pChainOut, int32_t* pOSSt… in AppleCryptoNative_SslCopyCertChain()
94 static int32_t AppleCryptoNative_SslSetSessionOption(SSLContextRef sslContext, in AppleCryptoNative_SslSetSessionOption()
111 AppleCryptoNative_SslSetBreakOnServerAuth(SSLContextRef sslContext, int32_t setBreak, int32_t* pOSS… in AppleCryptoNative_SslSetBreakOnServerAuth()
117 AppleCryptoNative_SslSetBreakOnClientAuth(SSLContextRef sslContext, int32_t setBreak, int32_t* pOSS… in AppleCryptoNative_SslSetBreakOnClientAuth()
122 extern "C" int32_t AppleCryptoNative_SslSetCertificate(SSLContextRef sslContext, CFArrayRef certRef… in AppleCryptoNative_SslSetCertificate()
128 extern "C" int32_t AppleCryptoNative_SslSetTargetName(SSLContextRef sslContext, in AppleCryptoNative_SslSetTargetName()
157 AppleCryptoNative_SslSetIoCallbacks(SSLContextRef sslContext, SSLReadFunc readFunc, SSLWriteFunc wr… in AppleCryptoNative_SslSetIoCallbacks()
162 extern "C" PAL_TlsHandshakeState AppleCryptoNative_SslHandshake(SSLContextRef sslContext) in AppleCryptoNative_SslHandshake()
218 AppleCryptoNative_SslRead(SSLContextRef sslContext, uint8_t* buf, uint32_t bufLen, uint32_t* writte… in AppleCryptoNative_SslRead()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/devel/py-thrift/thrift-0.14.0/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/devel/thrift/thrift-0.14.0/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/devel/node-thrift/thrift-0.14.0/lib/d/src/thrift/server/transport/
H A Dssl.d53 this(ushort port, TSSLContext sslContext) { in this()
69 TSSLContext sslContext) in this()
81 void setSSLContext(TSSLContext sslContext) { in setSSLContext()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/spi/
H A DEncryptionArtifactFactory.java172 final SSLContext sslContext = getUninitializedSSLContext(); in getSSLContext() local
188 final SSLContext sslContext = getSSLContext(); in createSSLEngine() local
343 final SSLContext sslContext = getSSLContext(); in createServerModeSslFilter() local
365 final SSLContext sslContext = getSSLContext(); in createClientModeSslFilter() local
382 private static SslFilter createSslFilter( SSLContext sslContext, SSLEngine sslEngine ) { in createSslFilter()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java57 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
60 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
67 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
75 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java57 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
60 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
67 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
75 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java57 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
60 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
67 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
75 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java57 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
60 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
68 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
77 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java57 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
60 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
67 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
75 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java58 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
62 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
69 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
77 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java58 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
62 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
69 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
77 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java58 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
62 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
69 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
77 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java58 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
62 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
69 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
77 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java58 private final SSLContextImpl sslContext; field in SSLServerSocketImpl
62 SSLServerSocketImpl(SSLContextImpl sslContext) throws IOException { in SSLServerSocketImpl()
70 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
79 SSLServerSocketImpl(SSLContextImpl sslContext, in SSLServerSocketImpl()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/common/
H A DSSLContextAndOptions.java54 private final SSLContext sslContext; field in SSLContextAndOptions
64 …SSLContextAndOptions(final X509Util x509Util, final ZKConfig config, final SSLContext sslContext) { in SSLContextAndOptions()
104 public SslContext createNettyJdkSslContext(SSLContext sslContext, boolean isClientSocket) { in createNettyJdkSslContext()
170 private String[] getEnabledProtocols(final ZKConfig config, final SSLContext sslContext) { in getEnabledProtocols()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientBuilderImpl.java49 SSLContext sslContext; field in HttpClientBuilderImpl
70 public HttpClientBuilderImpl sslContext(SSLContext sslContext) { in sslContext() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientBuilderImpl.java49 SSLContext sslContext; field in HttpClientBuilderImpl
70 public HttpClientBuilderImpl sslContext(SSLContext sslContext) { in sslContext() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientBuilderImpl.java49 SSLContext sslContext; field in HttpClientBuilderImpl
70 public HttpClientBuilderImpl sslContext(SSLContext sslContext) { in sslContext() argument

12345678910>>...36