Home
last modified time | relevance | path

Searched refs:pubkey (Results 1 – 7 of 7) sorted by last modified time

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38624 var pubkey = pub.data.subjectPrivateKey.data;
38625 return curve.verify(hash, sig, pubkey);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php103 $pubkey = self::query($xpath, 'publickey', 'Public Key is not present');
107 self::extractPoint("\0" . $pubkey, $curve);
/plugin/groupmail/
H A Drecaptchalib.php100 * @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 DREADME.md144 * fix finding pubkey info with openssl 0.9.8
H A Dhelper.php172 function getPublicKeyInfo($pubkey) { argument
194 $pubkey = preg_split("(-\n|\n-)", $pubkey);
195 $binary = base64_decode($pubkey[1]);
/plugin/recaptcha/lib/
H A Drecaptchalib.php102 * @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 Drecaptchalib.php100 * @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);