Home
last modified time | relevance | path

Searched refs:GetTLSSession (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_common.h45 SSLSessionPointer GetTLSSession(const unsigned char* buf, size_t length);
Dcrypto_common.cc117 SSLSessionPointer GetTLSSession(const unsigned char* buf, size_t length) { in GetTLSSession() function
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()