Searched defs:SSLSessionCacheOpenSSL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.h49 class NET_EXPORT SSLSessionCacheOpenSSL { class in namespace:net
69 SSLSessionCacheOpenSSL() : impl_(NULL) {} function in class:net::SSLSessionCacheOpenSSL
79 SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) { function in class:net::SSLSessionCacheOpenSSL
85 ~SSLSessionCacheOpenSSL();
137 DISALLOW_COPY_AND_ASSIGN(SSLSessionCacheOpenSSL);
H A Dssl_session_cache_openssl.cc156 const SSLSessionCacheOpenSSL::Config& config)
484 SSLSessionCacheOpenSSL::Config config_;
497 SSLSessionCacheOpenSSL::~SSLSessionCacheOpenSSL() { delete impl_; }
499 size_t SSLSessionCacheOpenSSL::size() const { return impl_->size(); }
501 void SSLSessionCacheOpenSSL::Reset(SSL_CTX* ctx, const Config& config) {
508 bool SSLSessionCacheOpenSSL::SetSSLSession(SSL* ssl) {
512 bool SSLSessionCacheOpenSSL::SetSSLSessionWithKey(
518 bool SSLSessionCacheOpenSSL::SSLSessionIsInCache(
523 void SSLSessionCacheOpenSSL
[all...]

Completed in 257 milliseconds