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.php1168 self::nullPad128($this->aad) .
1169 self::nullPad128($ciphertext) .
1554 self::nullPad128($this->aad) .
1555 self::nullPad128($ciphertext) .
3277 self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce)
3341 protected static function nullPad128($str) function in phpseclib3\\Crypt\\Common\\SymmetricKey