Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php521 self::nullPad128($this->aad) .
522 self::nullPad128($ciphertext) .
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1163 self::nullPad128($this->aad) .
1164 self::nullPad128($ciphertext) .
1549 self::nullPad128($this->aad) .
1550 self::nullPad128($ciphertext) .
3272 self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce)
3336 protected static function nullPad128($str) function in phpseclib3\\Crypt\\Common\\SymmetricKey