Home
last modified time | relevance | path

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

/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp373 return std::string(reinterpret_cast<const char *>(descriptor.hash_algorithm)); in GetHashAlgorithm()
378 return std::string(reinterpret_cast<const char *>(descriptor.hash_algorithm)); in GetHashAlgorithm()
651 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in TEST() local
652 GTEST_LOG_(INFO) << "hash_algorithm = " << hash_algorithm; in TEST()
654 std::unique_ptr<ShaHasher> hasher = CreateShaHasher(hash_algorithm); in TEST()
775 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in VerifyGkiComplianceV2Signature() local
776 GTEST_LOG_(INFO) << "hash_algorithm = " << hash_algorithm; in VerifyGkiComplianceV2Signature()
778 std::unique_ptr<ShaHasher> hasher = CreateShaHasher(hash_algorithm); in VerifyGkiComplianceV2Signature()
838 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in TEST() local
839 ALOGI("hash_algorithm = %s", hash_algorithm.c_str()); in TEST()
[all …]