Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h95 static void AddRootCerts(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc278 SetProtoMethod(isolate, tmpl, "addRootCerts", AddRootCerts); in GetConstructorTemplate()
357 registry->Register(AddRootCerts); in RegisterExternalReferences()
785 void SecureContext::AddRootCerts(const FunctionCallbackInfo<Value>& args) { in AddRootCerts() function in node::crypto::SecureContext