Searched refs:bctx (Results 1 – 1 of 1) sorted by relevance
265 private $bctx; variable in phpseclib3\\Crypt\\Blowfish364 $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 …]