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

  /external/chromium_org/net/socket/
ssl_session_cache_openssl.h 95 // 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);
ssl_session_cache_openssl.cc 202 return SetSSLSessionWithKey(ssl, cache_key);
207 bool SetSSLSessionWithKey(SSL* ssl, const std::string& cache_key) {
512 bool SSLSessionCacheOpenSSL::SetSSLSessionWithKey(
515 return impl_->SetSSLSessionWithKey(ssl, cache_key);
ssl_session_cache_openssl_unittest.cc 231 TEST_F(SSLSessionCacheOpenSSLTest, SetSSLSessionWithKey) {
239 EXPECT_TRUE(cache_.SetSSLSessionWithKey(ssl2.get(), key));
ssl_client_socket_openssl.cc 704 trying_cached_session_ = context->session_cache()->SetSSLSessionWithKey(
    [all...]

Completed in 64 milliseconds