Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DBlowfish.php312 private $bctx; variable in phpseclib3\\Crypt\\Blowfish
408 $this->bctx = [
425 $this->bctx['p'][] = self::$parray[$i] ^ intval($data);
433 $this->bctx['p'][$i ] = $l;
434 $this->bctx['p'][$i + 1] = $r;
439 $this->bctx['sb'][$i | $j] = $l;
440 $this->bctx['sb'][$i | ($j + 1)] = $r;
644 $p = $this->bctx['p'];
646 $sb = $this->bctx['sb'];
734 $p = $this->bctx['p'];
[all …]