Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php142 private $Nr; variable in phpseclib3\\Crypt\\Rijndael
330 $Nr = $this->Nr;
347 for ($round = 1; $round < $Nr; ++$round) {
419 $Nr = $this->Nr;
428 for ($round = $Nr - 1; $round > 0; --$round) {
542 $this->Nr = max($this->Nk, $this->Nb) + 6;
563 $length = $this->Nb * ($this->Nr + 1);
840 $Nr = $this->Nr;
867 for ($round = 1; $round < $Nr; ++$round) {
923 for ($round = 1; $round < $Nr; ++$round) {