Home | History | Annotate | Download | only in socket

Lines Matching refs:GetSessionCacheKey

197   static std::string GetSessionCacheKey(const SSL* ssl) {
200 return socket->GetSessionCacheKey();
321 &GetSessionCacheKey, // key_func
372 std::string SSLClientSocketOpenSSL::GetSessionCacheKey() const {
381 std::string cache_key = GetSessionCacheKey();
705 ssl_, GetSessionCacheKey());