Searched refs:HashFunction (Results 1 – 6 of 6) sorted by relevance
66 static const EVP_MD* HashFunction(const std::string& hash_name);
118 : HashTreeBuilder::HashFunction(hash_algorithm); in main()
164 new HashTreeBuilder(4096, HashTreeBuilder::HashFunction("SHA1"))); in TEST_F()
31 const EVP_MD* HashTreeBuilder::HashFunction(const std::string& hash_name) { in HashFunction() function in HashTreeBuilder
80 HashTreeBuilder::HashFunction(part.verity.hash_tree_algorithm); in VerifyVerityConfig()199 HashTreeBuilder::HashFunction(part.verity.hash_tree_algorithm); in LoadVerityConfig()
49 HashTreeBuilder::HashFunction(partition_->hash_tree_algorithm); in Init()