Searched refs:unpad (Results 1 – 2 of 2) sorted by relevance
306 return $this->unpad(
1661 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