Home
last modified time | relevance | path

Searched refs:hash_algo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/cert/
Dct_serialization.cc255 unsigned hash_algo; in DecodeDigitallySigned() local
259 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()
/external/kernel-headers/original/uapi/linux/
Dhash_info.h16 enum hash_algo { enum
/external/openssl/include/openssl/
Dts.h109 X509_ALGOR *hash_algo; member