Searched refs:x7 (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | ChaCha20.php | 299 * @param int $x7 (by reference) 309 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument 315 static::quarterRound($x3, $x7, $x11, $x15); 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… 348 $z7 = $x7; 375 $x3+= $x7; $x15 = self::leftRotate(intval($x15) ^ intval($x3), 16); 376 $x11+= $x15; $x7 = self::leftRotate(intval($x7) ^ intval($x11), 12); 377 $x3+= $x7; $x15 = self::leftRotate(intval($x15) ^ intval($x3), 8); 378 $x11+= $x15; $x7 = self::leftRotate(intval($x7) ^ intval($x11), 7); [all …]
|
| H A D | Salsa20.php | 448 * @param int $x7 (by reference) 458 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument 464 static::quarterRound($x15, $x3, $x7, $x11); 467 static::quarterRound($x5, $x6, $x7, $x4);
|