Searched refs:x8 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | ChaCha20.php | 300 * @param int $x8 (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); 319 static::quarterRound($x2, $x7, $x8, $x13); 340 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp… 349 $z8 = $x8; 361 $x8+= $x12; $x4 = self::leftRotate(intval($x4) ^ intval($x8), 12); 363 $x8+= $x12; $x4 = self::leftRotate(intval($x4) ^ intval($x8), 7); 392 $x8+= $x13; $x7 = self::leftRotate(intval($x7) ^ intval($x8), 12); 394 $x8+= $x13; $x7 = self::leftRotate(intval($x7) ^ intval($x8), 7); [all …]
|
D | Salsa20.php | 449 * @param int $x8 (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); 468 static::quarterRound($x10, $x11, $x8, $x9);
|