Searched refs:AddCRL (Results 1 – 2 of 2) sorted by relevance
94 static void AddCRL(const v8::FunctionCallbackInfo<v8::Value>& args);
277 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