Home
last modified time | relevance | path

Searched refs:usingGeneratedPoly1305Key (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DSalsa20.php85 protected $usingGeneratedPoly1305Key = false; variable in phpseclib3\\Crypt\\Salsa20
206 $this->usingGeneratedPoly1305Key = true;
501 if (!$this->usingGeneratedPoly1305Key) {
DChaCha20.php133 $this->newtag = $this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12 ?
155 if ($this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12) {
246 $this->usingGeneratedPoly1305Key = true;