Home
last modified time | relevance | path

Searched refs:bctx (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php333 private $bctx;
429 $this->bctx = [
451 $this->bctx['p'][] = self::$parray[$i] ^ intval($data);
459 $this->bctx['p'][$i ] = $l;
460 $this->bctx['p'][$i + 1] = $r;
465 $this->bctx['sb'][$i][$j ] = $l;
466 $this->bctx['sb'][$i][$j + 1] = $r;
712 $p = $this->bctx['p'];
713 // extract($this->bctx['sb'], EXTR_PREFIX_ALL, 'sb'); // slower
714 $sb_0 = $this->bctx['s
353 var $bctx; global() variable in phpseclib\\Crypt\\Blowfish
[all...]