Lines Matching refs:kHandle
22 kHandle,
69 this[kHandle] = new _Hash(algorithm, xofLen);
84 return new Hash(this[kHandle], options);
88 this[kHandle].update(chunk, encoding);
93 this.push(this[kHandle].digest());
111 if (!this[kHandle].update(data, encoding))
124 const ret = this[kHandle].digest(`${outputEncoding}`);
135 this[kHandle] = new _Hmac();
136 this[kHandle].init(hmac, key);
158 const ret = this[kHandle].digest(`${outputEncoding}`);