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/
H A DSymmetricKey.php278 protected $continuousBuffer = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1340 if (!$this->continuousBuffer) {
1371 if ($this->continuousBuffer) {
1714 if (!$this->continuousBuffer) {
2006 if ($this->continuousBuffer) {
2031 if ($this->continuousBuffer) {
2038 if ($this->continuousBuffer) {
2042 if ($this->continuousBuffer) {
2212 $this->continuousBuffer = true;
2232 if (!$this->continuousBuffer) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php119 if ($this->continuousBuffer) {
285 if ($this->continuousBuffer) {
H A DSalsa20.php319 if (!$this->continuousBuffer) {
H A DChaCha20.php61 !$this->continuousBuffer;