Home
last modified time | relevance | path

Searched refs:SetDHParam (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_context.h100 static void SetDHParam(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc283 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
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md375 …b.com/nodejs/node/commit/f45487cd6e)] - **crypto**: fix memory leak in SetDHParam (Karl Skomski) […