Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php296 * @param int $x4 (by reference)
309 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
312 static::quarterRound($x0, $x4, $x8, $x12);
320 static::quarterRound($x3, $x4, $x9, $x14);
340 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp…
345 $z4 = $x4;
360 $x0+= $x4; $x12 = self::leftRotate(intval($x12) ^ intval($x0), 16);
361 $x8+= $x12; $x4 = self::leftRotate(intval($x4) ^ intval($x8), 12);
362 $x0+= $x4; $x12 = self::leftRotate(intval($x12) ^ intval($x0), 8);
363 $x8+= $x12; $x4 = self::leftRotate(intval($x4) ^ intval($x8), 7);
[all …]
H A DSalsa20.php445 * @param int $x4 (by reference)
458 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
461 static::quarterRound($x0, $x4, $x8, $x12);
467 static::quarterRound($x5, $x6, $x7, $x4);
H A DHash.php644 list(, $x1, $x2, $x3, $x4) = unpack('n4', $x);
646 $a = $x4 + $y4;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php199 $x4 = $aa->multiply($bb);
204 [$x4, $z4],