Searched defs:SSL_CTX (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.h14 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
25 // associating it with a given SSL_CTX object.
72 // |ctx| is a SSL_CTX context handle that will be associated with this cache.
79 SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) {
83 // Destroy this instance. This must be called before the SSL_CTX handle
88 void Reset(SSL_CTX* ctx, const Config& config);
/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.h23 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
129 bool ConfigureIdentity(SSL_CTX* ctx);
H A Dopenssladapter.h18 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
68 static bool ConfigureTrustedRootCertificates(SSL_CTX* ctx);
69 static SSL_CTX* SetupSSLContext();
78 SSL_CTX* ssl_ctx_;
H A Dopensslstreamadapter.h22 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
149 SSL_CTX* SetupSSLContext();
169 SSL_CTX* ssl_ctx_;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h202 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
/external/openssl/crypto/
H A Dossl_typ.h177 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
/external/openssl/include/openssl/
H A Dossl_typ.h177 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st

Completed in 1299 milliseconds