Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DChaCha20.php298 * @param int $x6 (by reference)
309 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
314 static::quarterRound($x2, $x6, $x10, $x14);
318 static::quarterRound($x1, $x6, $x11, $x12);
340 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp…
347 $z6 = $x6;
370 $x2+= $x6; $x14 = self::leftRotate(intval($x14) ^ intval($x2), 16);
371 $x10+= $x14; $x6 = self::leftRotate(intval($x6) ^ intval($x10), 12);
372 $x2+= $x6; $x14 = self::leftRotate(intval($x14) ^ intval($x2), 8);
373 $x10+= $x14; $x6 = self::leftRotate(intval($x6) ^ intval($x10), 7);
[all …]
DSalsa20.php447 * @param int $x6 (by reference)
458 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
463 static::quarterRound($x10, $x14, $x2, $x6);
467 static::quarterRound($x5, $x6, $x7, $x4);