HomeSort by relevance Sort by last modified time
    Searched refs:SSLSessionCacheOpenSSLImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/socket/
ssl_session_cache_openssl.h 19 class SSLSessionCacheOpenSSLImpl;
139 SSLSessionCacheOpenSSLImpl* impl_;
ssl_session_cache_openssl.cc 23 // to their corresponding SSLSessionCacheOpenSSLImpl object.
149 class SSLSessionCacheOpenSSLImpl {
155 SSLSessionCacheOpenSSLImpl(SSL_CTX* ctx,
178 ~SSLSessionCacheOpenSSLImpl() {
347 static SSLSessionCacheOpenSSLImpl* GetCache(SSL_CTX* ctx) {
351 return reinterpret_cast<SSLSessionCacheOpenSSLImpl*>(result);
360 SSLSessionCacheOpenSSLImpl* cache = GetCache(ssl->ctx);
505 impl_ = new SSLSessionCacheOpenSSLImpl(ctx, config);

Completed in 69 milliseconds