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
1190 if ($this->continuousBuffer) {
1200 if ($this->continuousBuffer) {
1246 if ($this->continuousBuffer) {
1265 if ($this->continuousBuffer) {
1285 if ($this->mode == self::MODE_CFB && $this->continuousBuffer) {
1342 if (!$this->continuousBuffer) {
1373 if ($this->continuousBuffer) {
1397 if ($this->continuousBuffer) {
1407 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;