Searched refs:privkey (Results 1 – 4 of 4) sorted by relevance
/plugin/groupmail/ |
H A D | recaptchalib.php | 145 * @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 D | recaptchalib.php | 145 * @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 D | recaptchalib.php | 145 * @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/gemini/ |
H A D | cli.php | 308 $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);
|