Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/deprecated-ota/updater/include/private/
H A Dcommands.h198 hash_algorithm_(std::move(hash_algorithm)), in HashTreeInfo()
210 return hash_algorithm_; in hash_algorithm()
221 hash_algorithm_ == other.hash_algorithm_ && salt_hex_ == other.salt_hex_ &&
228 std::string hash_algorithm_; variable
/aosp_15_r20/external/cronet/net/cert/
H A Dct_log_verifier.cc104 return signature.SignatureParametersMatch(hash_algorithm_, in SignatureParametersMatch()
283 hash_algorithm_ = ct::DigitallySigned::HASH_ALGO_SHA256; in Init()
287 hash_algorithm_ = ct::DigitallySigned::HASH_ALGO_SHA256; in Init()
308 const EVP_MD* hash_alg = GetEvpAlg(hash_algorithm_); in VerifySignature()
H A Dct_log_verifier.h92 ct::DigitallySigned::HashAlgorithm hash_algorithm_ = variable