Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 66) sorted by path

123

/plugin/authdrupal8/
H A Dpassword.inc123 * Hash a password using a secure stretched hash.
192 * Hash a password using a secure hash.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DGoogleDevtoolsArtifactregistryV1File.php27 protected $hashesType = Hash::class;
61 * @param Hash[]
68 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_ArtifactRegistry_Hash');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DFileHashes.php23 protected $fileHashType = Hash::class;
27 * @param Hash[]
34 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_CloudBuild_Hash');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisResource.php22 protected $contentHashType = Hash::class;
28 * @param Hash
30 public function setContentHash(Hash $contentHash)
35 * @return Hash
H A DFileHashes.php23 protected $fileHashType = Hash::class;
27 * @param Hash[]
34 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_ContainerAnalysis_Hash');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DFileHashes.php23 protected $fileHashType = Hash::class;
27 * @param Hash[]
34 * @return Hash[]
H A DHash.php20 class Hash extends \Google\Model class
62 class_alias(Hash::class, 'Google_Service_OnDemandScanning_Hash');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php19 use phpseclib3\Crypt\Hash; alias
138 $this->hash = new Hash('sha256');
139 $this->hmac = new Hash('sha256');
509 $new->hash = new Hash($hash);
510 $new->hmac = new Hash($hash);
H A DSymmetricKey.php40 use phpseclib3\Crypt\Hash; alias
950 $hashObj = new Hash();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php24 use phpseclib3\Crypt\Hash; alias
255 $hash = new Hash('sha256');
259 $hash = new Hash('sha1');
320 $hash = new Hash('sha256');
324 $hash = new Hash('sha1');
342 $hash = new Hash('sha256');
351 $hash = new Hash('sha1');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php18 use phpseclib3\Crypt\Hash; alias
53 $hash = new Hash('sha256');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php18 use phpseclib3\Crypt\Hash; alias
171 $hash = new Hash('sha512');
H A DEd448.php18 use phpseclib3\Crypt\Hash; alias
112 $hash = new Hash('shake256-912');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php25 use phpseclib3\Crypt\Hash; alias
118 $hash = new Hash($curve::HASH);
H A DPublicKey.php24 use phpseclib3\Crypt\Hash; alias
103 $hash = new Hash($curve::HASH);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php48 class Hash class
H A DRSA.php521 $this->mgfHash = new Hash('sha256');
741 $new->hash = new Hash($hash);
777 $new->mgfHash = new Hash($hash);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php18 use phpseclib3\Crypt\Hash; alias
215 $hash = new Hash($hash);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php35 use phpseclib3\Crypt\Hash; alias
1895 $hash = new Hash('sha1');
3756 $hash = new Hash('sha1');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php60 use phpseclib3\Crypt\Hash; alias
1745 $kexHash = new Hash('sha512');
1748 $kexHash = new Hash('sha384');
1755 $kexHash = new Hash('sha256');
1758 $kexHash = new Hash('sha1');
2064 if ($this->hmac_check instanceof Hash) {
2194 return [new Hash('sha512'), 64];
2197 return [new Hash('sha256'), 32];
2200 return [new Hash('sha1'), 20];
2204 return [new Hash('md5'), 16];
[all …]
/plugin/charter/lib/pchart/
H A DpCache.class.php61 function IsInCache($ID,$Data,$Hash="") argument
63 if ( $Hash == "" )
64 $Hash = $this->GetHash($ID,$Data);
66 if ( file_exists($this->CacheFolder.$Hash) )
75 $Hash = $this->GetHash($ID,$Data);
76 $FileName = $this->CacheFolder.$Hash;
84 $Hash = $this->GetHash($ID,$Data);
85 $FileName = $this->CacheFolder.$Hash;
94 $Hash = $this->GetHash($ID,$Data);
95 if ( $this->IsInCache("","",$Hash ) )
[all …]
/plugin/codemirror/dist/modes/
H A Ddylan.min.js.map1Hash\n else if (ch == \"#\") {\n stream.next();\n // Symbol with string syntax\n …

123