Home
last modified time | relevance | path

Searched refs:ghash (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1160 $s = $this->ghash(
1547 $s = $this->ghash(
3297 $this->iv = $this->ghash(
3315 private function ghash($x) function in phpseclib3\\Crypt\\Common\\SymmetricKey
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36928 var ghash = new GHASH(ck);
36931 ghash.update(iv);
36935 ghash.update(Buffer.alloc(toPad, 0));
36938 ghash.update(Buffer.alloc(8, 0));
36942 ghash.update(tail);
36943 self._finID = ghash.state;
37338 GHASH.prototype.ghash = function (block) {
37389 this.ghash(chunk);
37395 this.ghash(Buffer.concat([this.cache, ZEROES], 16));
37398 this.ghash(fromArray([0, abl, 0, bl]));