Home
last modified time | relevance | path

Searched refs:SSLSessionPointer (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_common.h43 const SSLSessionPointer& session);
45 SSLSessionPointer GetTLSSession(const unsigned char* buf, size_t length);
Dcrypto_tls.h249 SSLSessionPointer next_sess_;
Dcrypto_common.cc113 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()
Dcrypto_util.h60 using SSLSessionPointer = DeleteFnPtr<SSL_SESSION, SSL_SESSION_free>; variable
DREADME.md77 using SSLSessionPointer = DeleteFnPtr<SSL_SESSION, SSL_SESSION_free>;
Dcrypto_tls.cc1700 SSLSessionPointer sess = GetTLSSession(sbuf.data(), sbuf.length()); in SetSession()
/third_party/node/src/quic/
Dtlscontext.cc481 crypto::SSLSessionPointer ticket = crypto::GetTLSSession( in MaybeSetEarlySession()