| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| H A D | PrivateKey.php | 68 ->withHash($this->hash->getHash()) 92 if (in_array($this->hash->getHash(), openssl_get_md_methods())) { 94 … $result = openssl_sign($message, $signature, $this->toString('PKCS8'), $this->hash->getHash()); 110 …igurationException('Engine OpenSSL is forced but unsupported for DSA / ' . $this->hash->getHash());
|
| H A D | PublicKey.php | 56 if (in_array($this->hash->getHash(), openssl_get_md_methods())) { 59 … $result = openssl_verify($message, $sig, $this->toString('PKCS8'), $this->hash->getHash()); 65 …igurationException('Engine OpenSSL is forced but unsupported for DSA / ' . $this->hash->getHash());
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | RSA.php | 539 switch ($this->hash->getHash()) { 617 switch ($this->hash->getHash()) { 972 case $this->hash->getHash() !== $this->mgfHash->getHash(): 981 case $this->hash->getHash() !== $this->mgfHash->getHash(): 984 case $this->hash->getHash() !== 'sha1' && PHP_VERSION_ID < 80500: 1008 $hash = $this->hash->getHash(); 1050 $hash = $this->hash->getHash();
|
| H A D | DSA.php | 236 ->withHash($params->hash->getHash()) 255 ->withHash($params->hash->getHash()) 326 ->withHash($this->hash->getHash())
|
| H A D | DH.php | 420 public function getHash() function in phpseclib3\\Crypt\\DH
|
| H A D | EC.php | 537 ->withHash($this->hash->getHash())
|
| H A D | Hash.php | 285 public function getHash() function in phpseclib3\\Crypt\\Hash 1898 return $this->getHash();
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PrivateKey.php | 215 if (in_array($this->hash->getHash(), openssl_get_md_methods())) { 222 …nature, $this->withPassword()->toString('PKCS8', ['namedCurve' => false]), $this->hash->getHash()); 238 …urationException('Engine OpenSSL is forced but unsupported for ECDSA / ' . $this->hash->getHash()); 325 ->withHash($this->hash->getHash())
|
| H A D | PublicKey.php | 174 if (in_array($this->hash->getHash(), openssl_get_md_methods())) { 177 …_verify($message, $sig, $this->toString('PKCS8', ['namedCurve' => false]), $this->hash->getHash()); 186 …urationException('Engine OpenSSL is forced but unsupported for ECDSA / ' . $this->hash->getHash());
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
| H A D | PublicKey.php | 531 'hash' => $this->hash->getHash(), 532 'MGFHash' => $this->mgfHash->getHash(), 556 ->withHash($this->hash->getHash()) 557 ->withMGFHash($this->mgfHash->getHash())
|
| H A D | PrivateKey.php | 472 ->withHash($this->hash->getHash()) 473 ->withMGFHash($this->mgfHash->getHash()) 497 'hash' => $this->hash->getHash(), 498 'MGFHash' => $this->mgfHash->getHash(),
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| H A D | AsymmetricKey.php | 492 public function getHash() function in phpseclib3\\Crypt\\Common\\AsymmetricKey
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 2990 switch ($key->getHash()) { 2999 'algorithm' => $key->getHash() . 'WithRSAEncryption', 3007 switch ($key->getHash()) { 3011 return ['algorithm' => 'id-dsa-with-' . $key->getHash()]; 3022 switch ($key->getHash()) { 3028 return ['algorithm' => 'ecdsa-with-' . strtoupper($key->getHash())];
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 3739 if (($this->hmac_check->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') { 4439 if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') { 4491 if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') {
|