Home
last modified time | relevance | path

Searched refs:x9 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php301 * @param int $x9 (by reference)
309 …nction doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12… argument
313 static::quarterRound($x1, $x5, $x9, $x13);
320 static::quarterRound($x3, $x4, $x9, $x14);
340 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp…
350 $z9 = $x9;
366 $x9+= $x13; $x5 = self::leftRotate(intval($x5) ^ intval($x9), 12);
368 $x9+= $x13; $x5 = self::leftRotate(intval($x5) ^ intval($x9), 7);
397 $x9+= $x14; $x4 = self::leftRotate(intval($x4) ^ intval($x9), 12);
399 $x9+= $x14; $x4 = self::leftRotate(intval($x4) ^ intval($x9), 7);
[all …]
H A DSalsa20.php450 * @param int $x9 (by reference)
458 …nction doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12… argument
462 static::quarterRound($x5, $x9, $x13, $x1);
468 static::quarterRound($x10, $x11, $x8, $x9);