Home
last modified time | relevance | path

Searched refs:handleOpenSSL (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php343 $result = $this->handleOpenSSL('openssl_verify', $message, $signature);
497 $result = $this->handleOpenSSL('openssl_public_encrypt', $plaintext);
H A DPrivateKey.php291 $result = $this->handleOpenSSL('openssl_sign', $message);
442 $result = $this->handleOpenSSL('openssl_private_decrypt', $ciphertext);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php943 protected function handleOpenSSL($func, $message, $signature = null) function in phpseclib3\\Crypt\\RSA