Searched refs:x12 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | ChaCha20.php | 304 * @param int $x12 (by reference) 309 …$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x1… argument 312 static::quarterRound($x0, $x4, $x8, $x12); 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… 353 $z12 = $x12; 360 $x0+= $x4; $x12 = self::leftRotate(intval($x12) ^ intval($x0), 16); 361 $x8+= $x12; $x4 = self::leftRotate(intval($x4) ^ intval($x8), 12); 362 $x0+= $x4; $x12 = self::leftRotate(intval($x12) ^ intval($x0), 8); 363 $x8+= $x12; $x4 = self::leftRotate(intval($x4) ^ intval($x8), 7); [all …]
|
D | Salsa20.php | 453 * @param int $x12 (by reference) 458 …$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x1… argument 461 static::quarterRound($x0, $x4, $x8, $x12); 469 static::quarterRound($x15, $x12, $x13, $x14);
|