Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DChaCha20.php307 * @param int $x15 (by reference)
309 …x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) argument
315 static::quarterRound($x3, $x7, $x11, $x15);
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…
356 $z15 = $x15;
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 …]
DSalsa20.php456 * @param int $x15 (by reference)
458 …x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) argument
464 static::quarterRound($x15, $x3, $x7, $x11);
469 static::quarterRound($x15, $x12, $x13, $x14);