Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DSymmetricKey.php278 protected $continuousBuffer = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1188 if ($this->continuousBuffer) {
1198 if ($this->continuousBuffer) {
1244 if ($this->continuousBuffer) {
1263 if ($this->continuousBuffer) {
1283 if ($this->mode == self::MODE_CFB && $this->continuousBuffer) {
1340 if (!$this->continuousBuffer) {
1371 if ($this->continuousBuffer) {
1395 if ($this->continuousBuffer) {
1405 if ($this->continuousBuffer) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRC4.php119 if ($this->continuousBuffer) {
285 if ($this->continuousBuffer) {
DSalsa20.php319 if (!$this->continuousBuffer) {
DChaCha20.php61 !$this->continuousBuffer;