SetSSLSessionWithKey  803 net/socket/ssl_client_socket_openssl.cc   trying_cached_session_ = context->session_cache()->SetSSLSessionWithKey(
SetSSLSessionWithKey  202 net/socket/ssl_session_cache_openssl.cc     return SetSSLSessionWithKey(ssl, cache_key);
SetSSLSessionWithKey  499 net/socket/ssl_session_cache_openssl.cc   return impl_->SetSSLSessionWithKey(ssl, cache_key);
SetSSLSessionWithKey  114 net/socket/ssl_session_cache_openssl.h   bool SetSSLSessionWithKey(SSL* ssl, const std::string& cache_key);
SetSSLSessionWithKey  229 net/socket/ssl_session_cache_openssl_unittest.cc TEST_F(SSLSessionCacheOpenSSLTest, SetSSLSessionWithKey) {
SetSSLSessionWithKey  237 net/socket/ssl_session_cache_openssl_unittest.cc   EXPECT_TRUE(cache_.SetSSLSessionWithKey(ssl2.get(), key));