Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php275 $this->changed = $this->nonIVChanged = true;
H A DRC2.php401 $this->changed = $this->nonIVChanged = true;
H A DSalsa20.php201 $this->changed = $this->nonIVChanged = false;
H A DRijndael.php273 $this->changed = $this->nonIVChanged = true;
H A DChaCha20.php240 $this->changed = $this->nonIVChanged = false;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php403 protected $nonIVChanged = true; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
2410 $this->changed = $this->nonIVChanged = true;
2552 if ($this->nonIVChanged) {
2558 $this->nonIVChanged = false;