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.php971 …$this->newtag = sodium_crypto_aead_aes256gcm_encrypt($plaintext, $this->aad, $this->nonce, $this->…
981 $this->aad
1008 …= sodium_crypto_aead_aes256gcm_decrypt($ciphertext . $this->oldtag, $this->aad, $this->nonce, $thi…
1025 $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
800 * @param string $aad
803 public function setAAD($aad) argument
809 $this->aad = $aad;
1163 self::nullPad128($this->aad) .
1165 self::len64($this->aad) .
1549 self::nullPad128($this->aad) .
1551 self::len64($this->aad) .