Searched refs:unpad (Results 1 – 2 of 2) sorted by relevance
306 return $this->unpad(
1666 return $this->paddable ? $this->unpad($plaintext) : $plaintext;1726 return $this->paddable ? $this->unpad($plaintext) : $plaintext;1886 return $this->paddable ? $this->unpad($plaintext) : $plaintext;2591 protected function unpad($text) function in phpseclib3\\Crypt\\Common\\SymmetricKey