Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 25 of 76) sorted by relevance

1234

/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 DBundle.php25 public $sha1; variable in Google\\Service\\AndroidPublisher\\Bundle
38 public function setSha1($sha1) argument
40 $this->sha1 = $sha1;
47 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/fedauth/Auth/OpenID/
H A DMemcachedStore.php177 'openid_nonce_' . sha1($server_url) . '_' . sha1($salt),
188 return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);
196 return 'openid_association_server_' . sha1($server_url);
/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);
/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 DSimpleFileTest.php14 $this->assertEquals('"' . sha1('contents') . '"', $file->getETag());
/plugin/structsection/
H A Dyarn.lock229 integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
441 integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
451 integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
502 integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
550 integrity sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=
559 integrity sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=
569 integrity sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=
579 integrity sha1-8luCz33BBDPFX3BZLVdGQArCLKo=
588 integrity sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=
599 integrity sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=
[all …]
/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";
/plugin/diagramsnet/lib/
H A Dyarn.lock110 integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
136 integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
154 integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=
253 integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
284 integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
332 integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
379 integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
501 integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
513 integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
528 integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php107 $v = $seed = $_SESSION['seed'] = sha1($v, true);
138 $key = sha1($seed . 'A', true);
139 $iv = sha1($seed . 'C', true);
/plugin/webdav/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/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/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php92 $symkey .= Hex::decode(sha1($temp));
260 $hash->setKey(sha1($hashkey, true));
325 $hash->setKey(sha1('putty-private-key-file-mac-key', true));
352 $hash->setKey(sha1($hashkey, true));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php99 $this->classNameHashes[$class->name] = sha1($class->name);
134 $this->classNameHashes[$class->name] = sha1($class->name);
169 $this->classNameHashes[$class->name] = sha1($class->name);
/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/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php105 return '"' . sha1($this->contents) . '"';
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php105 return '"' . sha1($this->contents) . '"';
/plugin/passpolicy/
H A Dhelper.php513 $sha1 = sha1($password);
514 $prefix = substr($sha1, 0, 5);
525 if ($sha1 == $result) return true; // leak found
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php74 return '"' . sha1(
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php74 return '"' . sha1(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlRootNamespace.php50 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));

1234