Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php267 if ($this->oldtag === false) {
271 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
272 $this->oldtag = false;
275 $this->oldtag = false;
H A DRijndael.php1002 if ($this->oldtag === false) {
1005 if (strlen($this->oldtag) != 16) {
1008 …$plaintext = sodium_crypto_aead_aes256gcm_decrypt($ciphertext . $this->oldtag, $this->aad, $this->…
1010 $this->oldtag = false;
1015 if ($this->oldtag === false) {
1024 $this->oldtag,
1028 $this->oldtag = false;
H A DChaCha20.php152 if ($this->oldtag === false) {
157 $this->oldtag = false;
164 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
165 $this->oldtag = false;
168 $this->oldtag = false;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php527 protected $oldtag = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1534 if ($this->oldtag === false) {
1557 if ($this->oldtag != substr($newtag, 0, strlen($newtag))) {
1562 $this->oldtag = false;
1565 $this->oldtag = false;
1943 $this->oldtag = $tag;