Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php260 protected $continuousBuffer = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1195 if ($this->continuousBuffer) {
1205 if ($this->continuousBuffer) {
1251 if ($this->continuousBuffer) {
1270 if ($this->continuousBuffer) {
1290 if ($this->mode == self::MODE_CFB && $this->continuousBuffer) {
1347 if (!$this->continuousBuffer) {
1378 if ($this->continuousBuffer) {
1402 if ($this->continuousBuffer) {
1412 if ($this->continuousBuffer) {
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php108 if ($this->continuousBuffer) {
256 if ($this->continuousBuffer) {
H A DSalsa20.php313 if (!$this->continuousBuffer) {
H A DChaCha20.php56 !$this->continuousBuffer;