Searched refs:HashUpdate (Results 1 – 4 of 4) sorted by relevance
35 const HashUpdate = uncurryThis(crypto.Hash.prototype.update); constant559 HashUpdate(hash, content, 'utf8');
642 bool HashUpdate(const char* data, int len);646 static void HashUpdate(const v8::FunctionCallbackInfo<v8::Value>& args);
4295 env->SetProtoMethod(t, "update", HashUpdate); in Initialize()4363 bool Hash::HashUpdate(const char* data, int len) { in HashUpdate() function in node::crypto::Hash4371 void Hash::HashUpdate(const FunctionCallbackInfo<Value>& args) { in HashUpdate() function in node::crypto::Hash4374 bool r = hash->HashUpdate(data, size); in HashUpdate()
2355 …96f3ceea1d30b4affb66133016a3c2811005)] - crypto: use on-stack storage in HashUpdate (Fedor Indutny)