Home
last modified time | relevance | path

Searched refs:privkey (Results 1 – 4 of 4) sorted by last modified time

/plugin/gemini/
H A Dcli.php308 $privkey = openssl_pkey_new($config);
309 $csr = openssl_csr_new($dn, $privkey, $config);
310 $cert = openssl_csr_sign($csr, null, $privkey, $days, $config, 0);
312 openssl_pkey_export($privkey, $out['private']);
313 openssl_pkey_free($privkey);
/plugin/groupmail/
H A Drecaptchalib.php145 * @param string $privkey
152 function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array(… argument
154 if ($privkey == null || $privkey == '') {
174 'privatekey' => $privkey,
230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument
231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
237 $ky = pack('H*', $privkey);
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument
269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
/plugin/recaptcha/lib/
H A Drecaptchalib.php145 * @param string $privkey
152 function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array(… argument
154 if ($privkey == null || $privkey == '') {
174 'privatekey' => $privkey,
230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument
231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
237 $ky = pack('H*', $privkey);
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument
269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
/plugin/contactmodern/
H A Drecaptchalib.php145 * @param string $privkey
152 function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array(… argument
154 if ($privkey == null || $privkey == '') {
174 'privatekey' => $privkey,
230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument
231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
237 $ky = pack('H*', $privkey);
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument
269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);