Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php306 return $this->unpad(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1661 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
1721 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
1881 return $this->paddable ? $this->unpad($plaintext) : $plaintext;
2586 protected function unpad($text) function in phpseclib3\\Crypt\\Common\\SymmetricKey