Home
last modified time | relevance | path

Searched refs:SetNewSessionCallback (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_context.h55 void SetNewSessionCallback(NewSessionCb cb);
Dcrypto_context.cc563 void SecureContext::SetNewSessionCallback(NewSessionCb cb) { in SetNewSessionCallback() function in node::crypto::SecureContext
Dcrypto_tls.cc337 sc_->SetNewSessionCallback(NewSessionCallback); in TLSWrap()