Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php765 * Returns the MGF hash algorithm currently being used
1994 getPublicKeyFingerprint($algorithm = 'md5') global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php274 * some servers (eg. Azure) will support rsa-sha2-512 as a server host key algorithm but
275 * not a private key algorithm
2000 /* The "arcfour128" algorithm is the RC4 cipher, as described in
2060 * Maps an encryption algorithm name to the number of key bytes.
2062 * @param string $algorithm Name of the encryption algorithm
2065 private function encryption_algorithm_to_key_size($algorithm)
2067 if ($this->bad_key_size_fix && self::bad_algorithm_candidate($algorithm)) {
2071 switch ($algorithm) {
2106 * Maps an encryption algorithm nam
2126 _encryption_algorithm_to_key_size($algorithm) global() argument
2170 _encryption_algorithm_to_crypt_instance($algorithm) global() argument
2215 _bad_algorithm_candidate($algorithm) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php513 case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorithm')):
522 if ($algorithm == 'rsaEncryption') {
533 $filters['tbsCertificate']['subjectPublicKeyInfo']['algorithm']['parameters'] = $type_utf8_string;
1323 $signingCert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']['algorithm'],
1325 $this->currentCert['signatureAlgorithm']['algorithm'],
1331 $this->currentCert['certificationRequestInfo']['subjectPKInfo']['algorithm']['algorithm'],
2505 _reformatKey($algorithm, $key) global() argument
[all...]