Searched refs:hash_algorithm (Results 1 – 1 of 1) sorted by relevance
373 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() local652 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() local776 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() local839 ALOGI("hash_algorithm = %s", hash_algorithm.c_str()); in TEST()[all …]