Home
last modified time | relevance | path

Searched refs:x5 (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DChaCha20.php297 * @param int $x5 (by reference)
309 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
313 static::quarterRound($x1, $x5, $x9, $x13);
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…
346 $z5 = $x5;
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 …]
DSalsa20.php446 * @param int $x5 (by reference)
458 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
462 static::quarterRound($x5, $x9, $x13, $x1);
467 static::quarterRound($x5, $x6, $x7, $x4);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DMontgomery.php196 $x5 = $temp->multiply($temp);
205 [$x5, $z5]
/dokuwiki/lib/tpl/dokuwiki/css/
Dpagetools.less19 min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */