Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_ec.h38 static void GetCurves(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.cc83 SetMethodNoSideEffect(context, target, "getCurves", ECDH::GetCurves); in Initialize()
102 registry->Register(ECDH::GetCurves); in RegisterExternalReferences()
109 void ECDH::GetCurves(const FunctionCallbackInfo<Value>& args) { in GetCurves() function in node::crypto::ECDH
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md2575 …://github.com/nodejs/node/commit/2be8acad18)] - **src**: simplify ECDH::GetCurves() (Tobias Nießen…