Searched refs:SetDHParam (Results 1 – 3 of 3) sorted by relevance
100 static void SetDHParam(const v8::FunctionCallbackInfo<v8::Value>& args);
283 SetProtoMethod(isolate, tmpl, "setDHParam", SetDHParam); in GetConstructorTemplate()362 registry->Register(SetDHParam); in RegisterExternalReferences()847 void SecureContext::SetDHParam(const FunctionCallbackInfo<Value>& args) { in SetDHParam() function in node::crypto::SecureContext
375 …b.com/nodejs/node/commit/f45487cd6e)] - **crypto**: fix memory leak in SetDHParam (Karl Skomski) […