Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php391 private $paddable = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
634 $this->paddable = true;
642 $this->paddable = false;
651 $this->paddable = false;
1148 if ($this->paddable) {
1528 if ($this->paddable && strlen($ciphertext) % $this->block_size) {
1661 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
1721 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
1881 return $this->paddable ? $this->unpad($plaintext) : $plaintext;