Home
last modified time | relevance | path

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

/third_party/node/lib/internal/policy/
Dmanifest.js35 const HashUpdate = uncurryThis(crypto.Hash.prototype.update); constant
559 HashUpdate(hash, content, 'utf8');
/third_party/node/src/
Dnode_crypto.h642 bool HashUpdate(const char* data, int len);
646 static void HashUpdate(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_crypto.cc4295 env->SetProtoMethod(t, "update", HashUpdate); in Initialize()
4363 bool Hash::HashUpdate(const char* data, int len) { in HashUpdate() function in node::crypto::Hash
4371 void Hash::HashUpdate(const FunctionCallbackInfo<Value>& args) { in HashUpdate() function in node::crypto::Hash
4374 bool r = hash->HashUpdate(data, size); in HashUpdate()
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2355 …96f3ceea1d30b4affb66133016a3c2811005)] - crypto: use on-stack storage in HashUpdate (Fedor Indutny)