Home
last modified time | relevance | path

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

1234

/plugin/adfs/phpsaml/
H A DREADME.md411 … * let the toolkit know which algorithm was used. Possible values: sha1, sha256, sha384 or sha512
412 * 'sha1' is the default value.
418 // 'certFingerprintAlgorithm' => 'sha1',
534 // 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
535 // 'http://www.w3.org/2000/09/xmldsig#dsa-sha1'
539 // Notice that sha1 is a deprecated algorithm and should not be used
543 // 'http://www.w3.org/2000/09/xmldsig#sha1'
547 // Notice that sha1 is a deprecated algorithm and should not be used
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt139 - Add fallback to built-in sha1 if both hash and mhash are not available and
H A Dxmlseclibs.php255 return strtolower(sha1(base64_decode($data)));
/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/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/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php480 : sha1($certsLocation);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php33 $this->boundary = $boundary ?: sha1(uniqid('', true));
/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/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/authsaml/
H A Dsaml.php193 $_SESSION[DOKU_COOKIE]['auth']['pass'] = sha1(auth_pwgen());
/plugin/authvk/
H A Dauth.php61 if ($login['password'] != sha1($login['_id'] . $pass)) {
/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))) .
/plugin/captcha/
H A Dhelper.php180 return sha1(implode("\n", [$ID, $lm, $td, $ip, $salt]));
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …\" +\n \"$sdir $send $server $serverip $sfile $sha1 $shortfn $show $sig…
H A Dsparql.min.js.map1 … \"timezone\", \"tz\", \"now\", \"uuid\", \"struuid\", \"md5\", \"sha1\", \"sha256\", \"sh…
/plugin/database2/
H A Ddatabase2.php4577 $hash = sha1( implode( '/', $selector ) );
4635 $hash = sha1( implode( '/', $selector ) );
4708 return sha1( $salt . $data . sha1( $data . $salt, true ) );
H A Dmedia.php123 $t = sha1( implode( '/', $source ) );
/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…

1234