Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php441 private function raw_encrypt($m) function in phpseclib3\\Crypt\\RSA\\PublicKey
469 return $this->raw_encrypt($plaintext);
H A DPrivateKey.php437 private function raw_encrypt($m) function in phpseclib3\\Crypt\\RSA\\PrivateKey
460 return $this->raw_encrypt($ciphertext);