Home
last modified time | relevance | path

Searched refs:ComputeSecret (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_dh.cc75 SetProtoMethod(isolate, t, "computeSecret", ComputeSecret); in Initialize()
118 registry->Register(ComputeSecret); in RegisterExternalReferences()
387 void DiffieHellman::ComputeSecret(const FunctionCallbackInfo<Value>& args) { in ComputeSecret() function in node::crypto::DiffieHellman
Dcrypto_dh.h38 static void ComputeSecret(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.h45 static void ComputeSecret(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.cc74 SetProtoMethod(isolate, t, "computeSecret", ComputeSecret); in Initialize()
96 registry->Register(ComputeSecret); in RegisterExternalReferences()
196 void ECDH::ComputeSecret(const FunctionCallbackInfo<Value>& args) { in ComputeSecret() function in node::crypto::ECDH