Searched refs:hash_algo (Results 1 – 3 of 3) sorted by relevance
255 unsigned hash_algo; in DecodeDigitallySigned() local259 if (!ReadUint(kHashAlgorithmLength, input, &hash_algo) || in DecodeDigitallySigned()266 if (!ConvertHashAlgorithm(hash_algo, &result.hash_algorithm)) { in DecodeDigitallySigned()267 DVLOG(1) << "Invalid hash algorithm " << hash_algo; in DecodeDigitallySigned()
16 enum hash_algo { enum
109 X509_ALGOR *hash_algo; member