Searched refs:SignUpdate (Results 1 – 2 of 2) sorted by relevance
74 static void SignUpdate(const v8::FunctionCallbackInfo<v8::Value>& args);
338 SetProtoMethod(isolate, t, "update", SignUpdate); in Initialize()358 registry->Register(SignUpdate); in RegisterExternalReferences()377 void Sign::SignUpdate(const FunctionCallbackInfo<Value>& args) { in SignUpdate() function in node::crypto::Sign