Home
last modified time | relevance | path

Searched refs:bio_trace_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/quic/
H A Dtlscontext.h164 crypto::BIOPointer bio_trace_; member in node::quic::final
H A Dtlscontext.cc363 EnableTrace(env, &bio_trace_, ssl_.get());
/third_party/node/src/crypto/
H A Dcrypto_tls.h290 BIOPointer bio_trace_; member in node::crypto::TLSWrap
H A Dcrypto_tls.cc1227 wrap->bio_trace_.reset(BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT)); in EnableTrace()
1239 SSL_set_msg_callback_arg(wrap->ssl_.get(), wrap->bio_trace_.get()); in EnableTrace()

Completed in 6 milliseconds