Searched refs:x10 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | ChaCha20.php | 302 * @param int $x10 (by reference) 309 … doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x1… argument 314 static::quarterRound($x2, $x6, $x10, $x14); 317 static::quarterRound($x0, $x5, $x10, $x15); 340 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp… 351 $z10 = $x10; 371 $x10+= $x14; $x6 = self::leftRotate(intval($x6) ^ intval($x10), 12); 373 $x10+= $x14; $x6 = self::leftRotate(intval($x6) ^ intval($x10), 7); 382 $x10+= $x15; $x5 = self::leftRotate(intval($x5) ^ intval($x10), 12); 384 $x10+= $x15; $x5 = self::leftRotate(intval($x5) ^ intval($x10), 7); [all …]
|
D | Salsa20.php | 451 * @param int $x10 (by reference) 458 … doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x1… argument 463 static::quarterRound($x10, $x14, $x2, $x6); 468 static::quarterRound($x10, $x11, $x8, $x9);
|