Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_dh.cc80 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
Dcrypto_dh.h39 static void SetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.h49 static void SetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.cc77 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