Searched refs:Nb (Results 1 – 1 of 1) sorted by relevance
111 private $Nb = 4; variable in phpseclib3\\Crypt\\Rijndael254 $this->Nb = $length >> 5;329 $Nb = $this->Nb;333 $wc = $Nb - 1;353 while ($i < $Nb) {360 $j = ($j + 1) % $Nb;361 $k = ($k + 1) % $Nb;362 $l = ($l + 1) % $Nb;368 for ($i = 0; $i < $Nb; ++$i) {380 while ($i < $Nb) {[all …]