Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DTripleDES.php275 $this->changed = $this->nonIVChanged = true;
DRC2.php401 $this->changed = $this->nonIVChanged = true;
DSalsa20.php201 $this->changed = $this->nonIVChanged = false;
DRijndael.php273 $this->changed = $this->nonIVChanged = true;
DChaCha20.php240 $this->changed = $this->nonIVChanged = false;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
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;