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

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.h95 // SetSSLSessionWithKey() if you already have the key.
98 // SetSSLSessionWithKey() triggers a check for, and removal of, expired
110 // SetSSLSessionWithKey() triggers a check for, and removal of, expired
114 bool SetSSLSessionWithKey(SSL* ssl, const std::string& cache_key);
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);
H A Dssl_session_cache_openssl_unittest.cc231 TEST_F(SSLSessionCacheOpenSSLTest, SetSSLSessionWithKey) {
239 EXPECT_TRUE(cache_.SetSSLSessionWithKey(ssl2.get(), key));
H A Dssl_client_socket_openssl.cc704 trying_cached_session_ = context->session_cache()->SetSSLSessionWithKey(

Completed in 82 milliseconds