Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h51 SSLPointer CreateSSL();
Dcrypto_context.cc559 SSLPointer SecureContext::CreateSSL() { in CreateSSL() function in node::crypto::SecureContext
Dcrypto_tls.cc333 ssl_ = sc_->CreateSSL(); in TLSWrap()