Searched refs:ComputeSecret (Results 1 – 4 of 4) sorted by relevance
75 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
38 static void ComputeSecret(const v8::FunctionCallbackInfo<v8::Value>& args);
45 static void ComputeSecret(const v8::FunctionCallbackInfo<v8::Value>& args);
74 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