SSL_CTX           246 net/socket/ssl_client_socket_openssl.cc   SSL_CTX* ssl_ctx() { return ssl_ctx_.get(); }
SSL_CTX           324 net/socket/ssl_client_socket_openssl.cc   crypto::ScopedOpenSSL<SSL_CTX, SSL_CTX_free> ssl_ctx_;
SSL_CTX           155 net/socket/ssl_session_cache_openssl.cc   SSLSessionCacheOpenSSLImpl(SSL_CTX* ctx,
SSL_CTX           332 net/socket/ssl_session_cache_openssl.cc   static SSLSessionCacheOpenSSLImpl* GetCache(SSL_CTX* ctx) {
SSL_CTX           351 net/socket/ssl_session_cache_openssl.cc   static void RemoveSessionCallbackStatic(SSL_CTX* ctx, SSL_SESSION* session) {
SSL_CTX           467 net/socket/ssl_session_cache_openssl.cc   SSL_CTX* ctx_;
SSL_CTX           485 net/socket/ssl_session_cache_openssl.cc void SSLSessionCacheOpenSSL::Reset(SSL_CTX* ctx, const Config& config) {
SSL_CTX            14 net/socket/ssl_session_cache_openssl.h typedef struct ssl_ctx_st SSL_CTX;
SSL_CTX            79 net/socket/ssl_session_cache_openssl.h   SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) {
SSL_CTX            88 net/socket/ssl_session_cache_openssl.h   void Reset(SSL_CTX* ctx, const Config& config);
SSL_CTX           145 net/socket/ssl_session_cache_openssl_unittest.cc   crypto::ScopedOpenSSL<SSL_CTX, SSL_CTX_free> ctx_;
SSL_CTX           116 net/test/openssl_helper.cc   SSL_CTX* ctx;
SSL_CTX            95 net/tools/flip_server/spdy_ssl.cc SSL* CreateSSLContext(SSL_CTX* ssl_ctx) {
SSL_CTX            16 net/tools/flip_server/spdy_ssl.h   SSL_CTX* ssl_ctx;
SSL_CTX            25 net/tools/flip_server/spdy_ssl.h SSL* CreateSSLContext(SSL_CTX* ssl_ctx);