Lines Matching refs:_hash
5773 _hash: {},
5784 var addr = value.length < 5 && this._hash[value];
5840 this._hash[value] = address;
5841 this._hash[address.$col$row] = address;
38311 this._hash = createHash(data.hash);
38319 this._hash.update(data);
38327 this._hash.update(data);
38335 var hash = this._hash.digest();
38345 this._hash = createHash(data.hash);
38353 this._hash.update(data);
38361 this._hash.update(data);
38370 var hash = this._hash.digest();
43749 this._hash = hash;
43755 this._hash.update(data);
43759 return this._hash.digest();
43823 this._hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg);
43825 this._hash.update(ipad);
43831 this._hash.update(data);
43835 var h = this._hash.digest();
43891 this._hash = [ipad];
43897 this._hash.push(data);
43901 var h = this._alg(Buffer.concat(this._hash));
78208 var hash = this._hash();
78319 Sha.prototype._hash = function () {
78419 Sha1.prototype._hash = function () {
78472 Sha224.prototype._hash = function () {
78592 Sha256.prototype._hash = function () {
78648 Sha384.prototype._hash = function () {
78852 Sha512.prototype._hash = function () {