Searched refs:hash_algorithm (Results 1 – 1 of 1) sorted by relevance
365 return std::string(reinterpret_cast<const char *>(descriptor.hash_algorithm)); in GetHashAlgorithm()370 return std::string(reinterpret_cast<const char *>(descriptor.hash_algorithm)); in GetHashAlgorithm()503 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in TEST() local504 ALOGI("hash_algorithm = %s", hash_algorithm.c_str()); in TEST()506 std::unique_ptr<ShaHasher> hasher = CreateShaHasher(hash_algorithm); in TEST()557 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in TEST() local558 ALOGI("hash_algorithm = %s", hash_algorithm.c_str()); in TEST()560 std::unique_ptr<ShaHasher> hasher = CreateShaHasher(hash_algorithm); in TEST()