Home
last modified time | relevance | path

Searched refs:SetPrivateKey (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_dh.cc81 SetProtoMethod(isolate, t, "setPrivateKey", SetPrivateKey); in Initialize()
124 registry->Register(SetPrivateKey); in RegisterExternalReferences()
466 void DiffieHellman::SetPrivateKey(const FunctionCallbackInfo<Value>& args) { in SetPrivateKey() function in node::crypto::DiffieHellman
Dcrypto_dh.h40 static void SetPrivateKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.h47 static void SetPrivateKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.cc78 SetProtoMethod(isolate, t, "setPrivateKey", SetPrivateKey); in Initialize()
100 registry->Register(SetPrivateKey); in RegisterExternalReferences()
291 void ECDH::SetPrivateKey(const FunctionCallbackInfo<Value>& args) { in SetPrivateKey() function in node::crypto::ECDH
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md372 …odejs/node/commit/ba6eb8af12)] - **crypto**: fix memory leak in ECDH::SetPrivateKey (Karl Skomski)…