Home
last modified time | relevance | path

Searched refs:AddCACert (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_context.h93 static void AddCACert(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc276 SetProtoMethod(isolate, tmpl, "addCACert", AddCACert); in GetConstructorTemplate()
355 registry->Register(AddCACert); in RegisterExternalReferences()
727 void SecureContext::AddCACert(const FunctionCallbackInfo<Value>& args) { in AddCACert() function in node::crypto::SecureContext