Home
last modified time | relevance | path

Searched defs:TLSWrap (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-wrap-no-abort.js10 const TLSWrap = internalBinding('tls_wrap').TLSWrap; constant
/third_party/node/lib/
D_tls_wrap.js635 tls_wrap.TLSWrap.prototype[proxiedMethod] = class in tls_wrap
/third_party/node/src/crypto/
Dcrypto_tls.cc356 TLSWrap::TLSWrap(Environment* env, in TLSWrap() function in node::crypto::TLSWrap