Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 25 of 76) sorted by last modified time

1234

/plugin/twofactor/action/
H A Dlogin.php242 return sha1(join("\n", [
/plugin/struct/action/
H A Dedit.php130 $schemaid = 'SRCT' . substr(str_replace(['+', '/'], '', base64_encode(sha1($tablename, true))), 0, 5);
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php315 private $sha1; variable in SIOCDokuWikiUser
333 $this->sha1 = sha1($email);
336 $this->sha1 = sha1("mailto:" . $email);
351 $rdf .= " <sioc:email_sha1>" . $this->sha1 . "</sioc:email_sha1>\n";
366 $rdf .= " <foaf:mbox_sha1sum>" . $this->sha1 . "</foaf:mbox_sha1sum>\n";
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/xlsx2dw/packages/exceljs/
H A Dexceljs.js49348 hash.sha1 = hash.sha.sha1;
49587 exports.sha1 = require('./sha/1');
70257 sha1: 'SHA-1',
70418 sha1: 20,
78230 _exports.sha1 = require('./sha1');
82875 function sha1(bytes) {
82948 var _default = sha1;
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php199 'openid_nonce_' . sha1($server_url) . '_' . sha1($salt),
214 return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);
225 return 'openid_association_server_' . sha1($server_url);
H A DPredisStore.php179 sha1($server_url) . '_' . sha1($salt);
189 sha1($server_url) . '_' . sha1($handle);
199 sha1($server_url);
H A DHMAC.php35 $hex = sha1($text);
/plugin/captcha/
H A Dhelper.php180 return sha1(implode("\n", [$ID, $lm, $td, $ip, $salt]));
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php228 $key = pack('H*', sha1($key));
232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php74 return '"' . sha1(
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php49 return '"' . sha1(
H A DFile.php120 return '"' . sha1(
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php105 return '"' . sha1($this->contents) . '"';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php32 sha1(
89 sha1(
H A DServerTest.php31 …'ETag' => ['"' . sha1(fileinode($filename ) . filesize($filename) . filemtime($filename…
53 …'ETag' => ['"' . sha1(fileinode($filename ) . filesize($filename) . filemtime($filename…
74 …'ETag' => ['"' . sha1(fileinode($filename ) . filesize($filename) . filemtime($filename…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php912 $etag = sha1(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php35 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
67 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
99 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
172 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
206 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
241 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
275 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
H A DServerSimpleTest.php124 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
H A DSimpleFileTest.php14 $this->assertEquals('"' . sha1('contents') . '"', $file->getETag());
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php70 $component->UID = sha1(microtime()) . '-vobjectimport';
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php224 $key = pack('H*', sha1($key));
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DApkBinary.php25 public $sha1; variable in Google\\Service\\AndroidPublisher\\ApkBinary
34 public function setSha1($sha1) argument
36 $this->sha1 = $sha1;
43 return $this->sha1;
H A DImage.php29 public $sha1; variable in Google\\Service\\AndroidPublisher\\Image
56 public function setSha1($sha1) argument
58 $this->sha1 = $sha1;
65 return $this->sha1;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php480 : sha1($certsLocation);

1234