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;375 $meta['meta']['algorithm'] = $algorithm;
2110 * @param string $algorithm Name of the encryption algorithm2113 private function encryption_algorithm_to_key_size($algorithm) argument2115 if ($this->bad_key_size_fix && self::bad_algorithm_candidate($algorithm)) {2119 switch ($algorithm) {2157 * @param string $algorithm Name of the encryption algorithm2160 private static function encryption_algorithm_to_crypt_instance($algorithm) argument2162 switch ($algorithm) {2205 * @param string $algorithm Name of the encryption algorithm2208 private static function mac_algorithm_to_hash_instance($algorithm) argument2210 switch ($algorithm) {[all …]
513 …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: