Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php
H A DHash.php16 * $hash = new \phpseclib3\Crypt\Hash('sha512');
44 class Hash
74 * Hash Parameter
90 * Hash Algorithm
114 * Hash Parameters
402 $hash = ['phpseclib3\Crypt\Hash', PHP_INT_SIZE == 8 ? 'sha3_64' : 'sha3_32'];
427 $hash = ['phpseclib3\Crypt\Hash', 'sha512'];
651 * L2-HASH: Second-Layer Hash
748 * L3-HASH: Third-Layer Hash
775 * Compute the Hash / HMA
50 class Hash global() class
[all...]
H A DRSA.php181 * Hash function for the Mask Generation Function
183 * @var \phpseclib3\Crypt\Hash
504 $this->mgfHash = new Hash('sha256');
706 // \phpseclib3\Crypt\Hash supports algorithms that PKCS#1 doesn't support. md5-96 and sha1-96, for example.
717 $new->hash = new Hash($hash);
733 * best if Hash and MGFHash are set to the same thing this is not a requirement.
741 // \phpseclib3\Crypt\Hash supports algorithms that PKCS#1 doesn't support. md5-96 and sha1-96, for example.
752 $new->mgfHash = new Hash($hash);
781 * of the hash function Hash) and 0.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php32 use phpseclib3\Crypt\Hash;
1864 $hash = new Hash('sha1');
3668 $hash = new Hash('sha1');
29 use phpseclib\Crypt\Hash; global() alias
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php58 use phpseclib3\Crypt\Hash;
1721 $kexHash = new Hash('sha512');
1724 $kexHash = new Hash('sha384');
1731 $kexHash = new Hash('sha256');
1734 $kexHash = new Hash('sha1');
2023 if ($this->hmac_create instanceof Hash) {
2044 if ($this->hmac_check instanceof Hash) {
2155 * \phpseclib3\Crypt\Hash.
2158 * @return array{Hash, int}|null
2165 return [new Hash('uma
54 use phpseclib\Crypt\Hash; global() alias
[all...]