Searched refs:hash_algorithm (Results 1 – 1 of 1) sorted by relevance
378 return std::string(reinterpret_cast<const char *>(descriptor.hash_algorithm)); in GetHashAlgorithm()466 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in TEST() local467 ALOGI("hash_algorithm = %s", hash_algorithm.c_str()); in TEST()469 std::unique_ptr<ShaHasher> hasher = CreateShaHasher(hash_algorithm); in TEST()