Home
last modified time | relevance | path

Searched refs:sbox1 (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php377 * Each box ($sbox1-$sbox8) has been vectorized, then each value pre-permuted using the
382 protected static $sbox1 = [
674 static $sbox1, $sbox2, $sbox3, $sbox4, $sbox5, $sbox6, $sbox7, $sbox8, $shuffleip, $shuffleinvip;
675 if (!$sbox1) {
676 $sbox1 = array_map('intval', self::$sbox1);
720 $t = $sbox1[($b1 >> 24) & 0x3F] ^ $sbox2[($b2 >> 24) & 0x3F] ^
1293 $init_crypt = 'static $sbox1, $sbox2, $sbox3, $sbox4, $sbox5, $sbox6, $sbox7, $sbox8, $shuffleip, $shuffleinvip;
1294 if (!$sbox1) {
1295 $sbox1
387 var $sbox1 = array( global() variable in phpseclib\\Crypt\\DES
[all...]
H A DBlowfish.php200 private static $sbox1 = [
433 self::$sbox1,
478 self::$sbox1 = array_map('intval', self::$sbox1);
499 $sbox1 = self::$sbox1;
507 self::expandstate($sha2salt, $sha2pass, $sbox0, $sbox1, $sbox2, $sbox3, $p);
509 self::expand0state($sha2salt, $sbox0, $sbox1, $sbox2, $sbox3, $p);
510 self::expand0state($sha2pass, $sbox0, $sbox1, $sbox2, $sbox3, $p);
515 list($cdata[$j], $cdata[$j + 1]) = self::encryptBlockHelperFast($cdata[$j], $cdata[$j + 1], $sbox0, $sbox1,
216 var $sbox1 = array( global() variable in phpseclib\\Crypt\\Blowfish
616 _expand0state($key, & $sbox0, & $sbox1, & $sbox2, & $sbox3, & $p) global() argument
689 _expandstate($data, $key, & $sbox0, & $sbox1, & $sbox2, & $sbox3, & $p) global() argument
785 _encryptBlockHelperFast($x0, $x1, $sbox0, $sbox1, $sbox2, $sbox3, $p) global() argument
821 _encryptBlockHelperSlow($x0, $x1, $sbox0, $sbox1, $sbox2, $sbox3, $p) global() argument
[all...]