Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_dh.cc78 SetProtoMethodNoSideEffect(isolate, t, "getPublicKey", GetPublicKey); in Initialize()
121 registry->Register(GetPublicKey); in RegisterExternalReferences()
371 void DiffieHellman::GetPublicKey(const FunctionCallbackInfo<Value>& args) { in GetPublicKey() function in node::crypto::DiffieHellman
Dcrypto_dh.h36 static void GetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.h48 static void GetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_ec.cc75 SetProtoMethodNoSideEffect(isolate, t, "getPublicKey", GetPublicKey); in Initialize()
97 registry->Register(GetPublicKey); in RegisterExternalReferences()
239 void ECDH::GetPublicKey(const FunctionCallbackInfo<Value>& args) { in GetPublicKey() function in node::crypto::ECDH