Home
last modified time | relevance | path

Searched refs:sha1 (Results 26 – 50 of 76) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlNamespaces.php57 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DBlogPost.php119 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackagerFilter.php45 $hash = substr(sha1(time().rand(11111, 99999)), 0, 7);
/plugin/dokusioc/lib/
H A Dsioc_inc.php335 private $sha1; variable in SIOCUser
361 $this->sha1 = sha1($email);
364 $this->sha1 = sha1("mailto:" . $email);
383 $rdf .= " <foaf:mbox_sha1sum>" . $this->sha1 . "</foaf:mbox_sha1sum>\n";
397 $rdf .= " <sioc:email_sha1>" . $this->sha1 . "</sioc:email_sha1>\n";
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php67 $component->UID = sha1(microtime()).'-vobjectimport';
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php67 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php120 return '"' . sha1(
H A DDirectory.php49 return '"' . sha1(
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php120 return '"' . sha1(
H A DDirectory.php49 return '"' . sha1(
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php35 $hex = sha1($text);
/plugin/openid/Auth/OpenID/
H A DHMAC.php35 $hex = sha1($text);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php739 return 'ONELOGIN_' . sha1(uniqid((string)mt_rand(), true));
1023 $fingerprint = strtolower(sha1($decodedData));
1218 $pkey = sha1(serialize($pkey), true);
1219 $key = sha1($encryptedKey . $pkey, true);
1404 … validateSign($xml, $cert = null, $fingerprint = null, $fingerprintalg = 'sha1', $xpath = null, $m…
/plugin/plantumlparser/syntax/
H A Dinjector.php58 'id' => sha1($diagramObject->getSVGDiagramUrl()),
/plugin/fedauth/classes/
H A Dfa_cookie.class.php101 $sectok = sha1(getSecurityToken());
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php33 $this->boundary = $boundary ?: sha1(uniqid('', true));
/plugin/freechat/phpfreechat/src/
H A Dpfcuserconfig.class.php28 $this->nickid = sha1(session_id());
/plugin/maintenance/
H A Dhelper.php51 $script_hash = sha1($script);
/plugin/struct/action/
H A Dedit.php130 $schemaid = 'SRCT' . substr(str_replace(['+', '/'], '', base64_encode(sha1($tablename, true))), 0, 5);
/plugin/twofactor/action/
H A Dlogin.php242 return sha1(join("\n", [
/plugin/botbouncer/lib/
H A Dmollom.php353 pack("H*", sha1((str_pad(self::$privateKey, 64, chr(0x00)) ^ (str_repeat(chr(0x5c), 64))) .
354 pack("H*", sha1((str_pad(self::$privateKey, 64, chr(0x00)) ^ (str_repeat(chr(0x36), 64))) .

1234