Lines Matching refs:kHandle
26 kHandle,
99 this[kHandle] = new CipherBase(decipher);
101 this[kHandle].init(cipher, credential, authTagLength);
103 this[kHandle].initiv(cipher, credential, iv, authTagLength);
135 this.push(this[kHandle].update(chunk, encoding));
141 this.push(this[kHandle].final());
161 const ret = this[kHandle].update(data, inputEncoding);
174 const ret = this[kHandle].final();
186 if (!this[kHandle].setAutoPadding(!!ap))
192 const ret = this[kHandle].getAuthTag();
205 if (!this[kHandle].setAuthTag(tagbuf))
218 if (!this[kHandle].setAAD(aadbuf, plaintextLength))