Searched refs:hash_fn (Results 1 – 2 of 2) sorted by relevance
74 auto hash_fn = HashTreeBuilder::HashFunction(verity_data.hash_algorithm); in GenerateHashTree() local75 if (hash_fn == nullptr) { in GenerateHashTree()80 auto builder = std::make_unique<HashTreeBuilder>(block_size, hash_fn); in GenerateHashTree()137 auto hash_fn = HashTreeBuilder::HashFunction(verity_data.hash_algorithm); in CalculateRootDigest() local138 if (hash_fn == nullptr) { in CalculateRootDigest()142 auto builder = std::make_unique<HashTreeBuilder>(block_size, hash_fn); in CalculateRootDigest()
36 std::hash<string> hash_fn; in HashValue() local37 return hash_fn(string(blob.begin(), blob.end())); in HashValue()