Searched refs:x14 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | ChaCha20.php | 306 * @param int $x14 (by reference) 309 …x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) argument 314 static::quarterRound($x2, $x6, $x10, $x14); 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… 355 $z14 = $x14; 370 $x2+= $x6; $x14 = self::leftRotate(intval($x14) ^ intval($x2), 16); 371 $x10+= $x14; $x6 = self::leftRotate(intval($x6) ^ intval($x10), 12); 372 $x2+= $x6; $x14 = self::leftRotate(intval($x14) ^ intval($x2), 8); 373 $x10+= $x14; $x6 = self::leftRotate(intval($x6) ^ intval($x10), 7); [all …]
|
H A D | Salsa20.php | 455 * @param int $x14 (by reference) 458 …x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, &$x10, &$x11, &$x12, &$x13, &$x14, &$x15) argument 463 static::quarterRound($x10, $x14, $x2, $x6); 469 static::quarterRound($x15, $x12, $x13, $x14);
|