Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php421 private $paddable = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
677 $this->paddable = true;
685 $this->paddable = false;
694 $this->paddable = false;
1146 if ($this->paddable) {
1527 if ($this->paddable && strlen($ciphertext) % $this->block_size) {
1660 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
1720 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
1880 return $this->paddable ? $this->unpad($plaintext) : $plaintext;