Searched refs:SSLSessionPointer (Results 1 – 7 of 7) sorted by relevance
43 const SSLSessionPointer& session);45 SSLSessionPointer GetTLSSession(const unsigned char* buf, size_t length);
249 SSLSessionPointer next_sess_;
113 const SSLSessionPointer& session) { in SetTLSSession()117 SSLSessionPointer GetTLSSession(const unsigned char* buf, size_t length) { in GetTLSSession()118 return SSLSessionPointer(d2i_SSL_SESSION(nullptr, &buf, length)); in GetTLSSession()
60 using SSLSessionPointer = DeleteFnPtr<SSL_SESSION, SSL_SESSION_free>; variable
77 using SSLSessionPointer = DeleteFnPtr<SSL_SESSION, SSL_SESSION_free>;
1700 SSLSessionPointer sess = GetTLSSession(sbuf.data(), sbuf.length()); in SetSession()
481 crypto::SSLSessionPointer ticket = crypto::GetTLSSession( in MaybeSetEarlySession()