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

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc202 return SetSSLSessionWithKey(ssl, cache_key);
207 bool SetSSLSessionWithKey(SSL* ssl, const std::string& cache_key) { function in class:net::SSLSessionCacheOpenSSLImpl
512 bool SSLSessionCacheOpenSSL::SetSSLSessionWithKey( function in class:net::SSLSessionCacheOpenSSL
515 return impl_->SetSSLSessionWithKey(ssl, cache_key);

Completed in 106 milliseconds