Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php260 $this->changed = $this->nonIVChanged = true;
H A DRC2.php378 $this->changed = $this->nonIVChanged = true;
H A DSalsa20.php195 $this->changed = $this->nonIVChanged = false;
H A DRijndael.php256 $this->changed = $this->nonIVChanged = true;
H A DChaCha20.php235 $this->changed = $this->nonIVChanged = false;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php375 protected $nonIVChanged = true; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
2396 $this->changed = $this->nonIVChanged = true;
2534 if ($this->nonIVChanged) {
2540 $this->nonIVChanged = false;