Searched refs:x11 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | ChaCha20.php | 303 * @param int $x11 (by reference) 309 …Round(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x1… argument 315 static::quarterRound($x3, $x7, $x11, $x15); 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… 352 $z11 = $x11; 376 $x11+= $x15; $x7 = self::leftRotate(intval($x7) ^ intval($x11), 12); 378 $x11+= $x15; $x7 = self::leftRotate(intval($x7) ^ intval($x11), 7); 387 $x11+= $x12; $x6 = self::leftRotate(intval($x6) ^ intval($x11), 12); 389 $x11+= $x12; $x6 = self::leftRotate(intval($x6) ^ intval($x11), 7); [all …]
|
D | Salsa20.php | 452 * @param int $x11 (by reference) 458 …Round(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x1… argument 464 static::quarterRound($x15, $x3, $x7, $x11); 468 static::quarterRound($x10, $x11, $x8, $x9);
|