Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
DPublicKey.php428 private function raw_encrypt($m) function in phpseclib3\\Crypt\\RSA\\PublicKey
455 return $this->raw_encrypt($plaintext);
DPrivateKey.php417 private function raw_encrypt($m) function in phpseclib3\\Crypt\\RSA\\PrivateKey
439 return $this->raw_encrypt($ciphertext);