Searched refs:pubkey (Results 1 – 7 of 7) sorted by relevance
/plugin/groupmail/ |
H A D | recaptchalib.php | 100 * @param string $pubkey A public key for reCAPTCHA 106 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false) argument 108 if ($pubkey == null || $pubkey == '') { 122 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . … 125 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram… 230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument 231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) { 240 …return "http://www.google.com/recaptcha/mailhide/d?k=" . $pubkey . "&c=" . _recaptcha_mailhide_url… 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 | 102 * @param string $pubkey A public key for reCAPTCHA 108 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false) argument 110 if ($pubkey == null || $pubkey == '') { 124 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . … 127 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram… 230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument 231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) { 240 …return "http://mailhide.recaptcha.net/d?k=" . $pubkey . "&c=" . _recaptcha_mailhide_urlbase64 ($cr… 267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument 269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
|
/plugin/contactmodern/ |
H A D | recaptchalib.php | 100 * @param string $pubkey A public key for reCAPTCHA 106 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false) argument 108 if ($pubkey == null || $pubkey == '') { 122 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . … 125 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram… 230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument 231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) { 240 …return "http://www.google.com/recaptcha/mailhide/d?k=" . $pubkey . "&c=" . _recaptcha_mailhide_url… 267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument 269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
|
/plugin/securelogin/ |
H A D | helper.php | 172 function getPublicKeyInfo($pubkey) { argument 194 $pubkey = preg_split("(-\n|\n-)", $pubkey); 195 $binary = base64_decode($pubkey[1]);
|
H A D | README.md | 144 * fix finding pubkey info with openssl 0.9.8
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | XML.php | 103 $pubkey = self::query($xpath, 'publickey', 'Public Key is not present'); 107 self::extractPoint("\0" . $pubkey, $curve);
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 38624 var pubkey = pub.data.subjectPrivateKey.data; 38625 return curve.verify(hash, sig, pubkey);
|