Searched refs:handleOpenSSL (Results 1 – 3 of 3) sorted by relevance
343 $result = $this->handleOpenSSL('openssl_verify', $message, $signature);497 $result = $this->handleOpenSSL('openssl_public_encrypt', $plaintext);
291 $result = $this->handleOpenSSL('openssl_sign', $message);442 $result = $this->handleOpenSSL('openssl_private_decrypt', $ciphertext);
943 protected function handleOpenSSL($func, $message, $signature = null) function in phpseclib3\\Crypt\\RSA