Searched refs:SetPublicKey (Results 1 – 4 of 4) sorted by relevance
80 SetProtoMethod(isolate, t, "setPublicKey", SetPublicKey); in Initialize()123 registry->Register(SetPublicKey); in RegisterExternalReferences()460 void DiffieHellman::SetPublicKey(const FunctionCallbackInfo<Value>& args) { in SetPublicKey() function in node::crypto::DiffieHellman
39 static void SetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
49 static void SetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
77 SetProtoMethod(isolate, t, "setPublicKey", SetPublicKey); in Initialize()99 registry->Register(SetPublicKey); in RegisterExternalReferences()347 void ECDH::SetPublicKey(const FunctionCallbackInfo<Value>& args) { in SetPublicKey() function in node::crypto::ECDH