Searched refs:algorithm (Results 1 – 5 of 5) sorted by relevance
32 …* @param string $algorithm The hashing algorithm to be used. Valid options are 'md5' and 'sha256'.…36 public function getFingerprint($algorithm = 'md5') argument46 switch ($algorithm) {
24 public function getFingerprint($algorithm); argument
339 $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;377 $meta['meta']['algorithm'] = $algorithm;
2115 * @param string $algorithm Name of the encryption algorithm2118 private function encryption_algorithm_to_key_size($algorithm) argument2120 if ($this->bad_key_size_fix && self::bad_algorithm_candidate($algorithm)) {2124 switch ($algorithm) {2162 * @param string $algorithm Name of the encryption algorithm2165 private static function encryption_algorithm_to_crypt_instance($algorithm) argument2167 switch ($algorithm) {2210 * @param string $algorithm Name of the encryption algorithm2213 private static function mac_algorithm_to_hash_instance($algorithm) argument2215 switch ($algorithm) {[all …]
514 …case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorith…2265 …case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algori…2373 $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm');2375 case !$algorithm: