Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h53 void SetGetSessionCallback(GetSessionCb cb);
Dcrypto_context.cc567 void SecureContext::SetGetSessionCallback(GetSessionCb cb) { in SetGetSessionCallback() function in node::crypto::SecureContext
Dcrypto_tls.cc374 sc_->SetGetSessionCallback(GetSessionCallback); in TLSWrap()