Searched refs:x13 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | ChaCha20.php | 305 * @param int $x13 (by reference) 309 …x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) argument 313 static::quarterRound($x1, $x5, $x9, $x13); 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… 354 $z13 = $x13; 365 $x1+= $x5; $x13 = self::leftRotate(intval($x13) ^ intval($x1), 16); 366 $x9+= $x13; $x5 = self::leftRotate(intval($x5) ^ intval($x9), 12); 367 $x1+= $x5; $x13 = self::leftRotate(intval($x13) ^ intval($x1), 8); 368 $x9+= $x13; $x5 = self::leftRotate(intval($x5) ^ intval($x9), 7); [all …]
|
H A D | Salsa20.php | 454 * @param int $x13 (by reference) 458 …x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) argument 462 static::quarterRound($x5, $x9, $x13, $x1); 469 static::quarterRound($x15, $x12, $x13, $x14);
|