Searched refs:GetPublicKey (Results 1 – 4 of 4) sorted by relevance
78 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
36 static void GetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
48 static void GetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
75 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