Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php502 return parent::poly1305($this->aad . $ciphertext);
521 self::nullPad128($this->aad) .
523 pack('V', strlen($this->aad)) . "\0\0\0\0" .
H A DRijndael.php981 …$this->newtag = sodium_crypto_aead_aes256gcm_encrypt($plaintext, $this->aad, $this->nonce, $this->…
991 $this->aad
1018 …= sodium_crypto_aead_aes256gcm_decrypt($ciphertext . $this->oldtag, $this->aad, $this->nonce, $thi…
1035 $this->aad
H A DChaCha20.php123 $params = [$plaintext, $this->aad, $this->nonce, $this->key];
149 $params = [$ciphertext, $this->aad, $this->nonce, $this->key];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php513 protected $aad = ''; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
805 * @param string $aad
808 public function setAAD($aad) argument
814 $this->aad = $aad;
1168 self::nullPad128($this->aad) .
1170 self::len64($this->aad) .
1554 self::nullPad128($this->aad) .
1556 self::len64($this->aad) .