Home
last modified time | relevance | path

Searched refs:GetHashAlgsId (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhash_utils.h40 static int GetHashAlgsId(const std::string& algMethod);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dverify_bin_test.cpp359 int algId = HashUtils::GetHashAlgsId("SHA-224"); in HWTEST_F()
374 int algId = HashUtils::GetHashAlgsId("SHA-256"); in HWTEST_F()
389 int algId = HashUtils::GetHashAlgsId("SHA-384"); in HWTEST_F()
404 int algId = HashUtils::GetHashAlgsId("SHA-512"); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhash_utils.cpp28 int HashUtils::GetHashAlgsId(const std::string& algMethod) in GetHashAlgsId() function in OHOS::SignatureTools::HashUtils
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCsr/
H A Dgenerate_csr_test.cpp874 * @tc.desc: Test function of HashUtils::GetHashAlgsId() interface for SUCCESS.
880 HashUtils::GetHashAlgsId("SHA-224"); in HWTEST_F()
881 HashUtils::GetHashAlgsId("SHA-384"); in HWTEST_F()
882 HashUtils::GetHashAlgsId("SHA-512"); in HWTEST_F()
883 int ret = HashUtils::GetHashAlgsId("SHA-1024"); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_bin.cpp119 contentInfo.AddContentHashData(0, SignatureBlockTags::HASH_ROOT_4K, HashUtils::GetHashAlgsId(alg), in GenerateFileDigest()

Completed in 5 milliseconds