Home
last modified time | relevance | path

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

/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp365 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() local
504 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() local
558 ALOGI("hash_algorithm = %s", hash_algorithm.c_str()); in TEST()
560 std::unique_ptr<ShaHasher> hasher = CreateShaHasher(hash_algorithm); in TEST()