Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h94 static void AddCRL(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc277 SetProtoMethod(isolate, tmpl, "addCRL", AddCRL); in GetConstructorTemplate()
356 registry->Register(AddCRL); in RegisterExternalReferences()
764 void SecureContext::AddCRL(const FunctionCallbackInfo<Value>& args) { in AddCRL() function in node::crypto::SecureContext