Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php32 …* @param string $algorithm The hashing algorithm to be used. Valid options are 'md5' and 'sha256'.…
36 public function getFingerprint($algorithm = 'md5') argument
46 switch ($algorithm) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPublicKey.php24 public function getFingerprint($algorithm); argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php339 $algorithm = $decrypted['encryptionAlgorithm']['algorithm'];
340 switch ($algorithm) {
354 $cipher = self::getPBES1EncryptionObject($algorithm);
355 $hash = self::getPBES1Hash($algorithm);
356 $kdf = self::getPBES1KDF($algorithm);
358 $meta['meta']['algorithm'] = $algorithm;
375 $meta['meta']['algorithm'] = $algorithm;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2110 * @param string $algorithm Name of the encryption algorithm
2113 private function encryption_algorithm_to_key_size($algorithm) argument
2115 if ($this->bad_key_size_fix && self::bad_algorithm_candidate($algorithm)) {
2119 switch ($algorithm) {
2157 * @param string $algorithm Name of the encryption algorithm
2160 private static function encryption_algorithm_to_crypt_instance($algorithm) argument
2162 switch ($algorithm) {
2205 * @param string $algorithm Name of the encryption algorithm
2208 private static function mac_algorithm_to_hash_instance($algorithm) argument
2210 switch ($algorithm) {
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php513 …case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorith…
2259 …case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algori…
2367 $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm');
2369 case !$algorithm: