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

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc240 bool SSLSessionIsInCache(const std::string& cache_key) const { function in class:net::SSLSessionCacheOpenSSLImpl
518 bool SSLSessionCacheOpenSSL::SSLSessionIsInCache( function in class:net::SSLSessionCacheOpenSSL
520 return impl_->SSLSessionIsInCache(cache_key);

Completed in 32 milliseconds