Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DBlowfish.php265 private $bctx; variable in phpseclib3\\Crypt\\Blowfish
364 $this->bctx = [
385 $this->bctx['p'][] = self::$parray[$i] ^ $data;
393 $this->bctx['p'][$i ] = $l;
394 $this->bctx['p'][$i + 1] = $r;
399 $this->bctx['sb'][$i][$j ] = $l;
400 $this->bctx['sb'][$i][$j + 1] = $r;
414 $p = $this->bctx['p'];
416 $sb_0 = $this->bctx['sb'][0];
417 $sb_1 = $this->bctx['sb'][1];
[all …]