Home
last modified time | relevance | path

Searched refs:GetHashAlgorithm (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_hash_algorithm_test.cpp47 * @tc.name: GetHashAlgorithm
48 * @tc.desc: Test function of FsVerityHashAlgorithm::GetHashAlgorithm() interface for SUCCESS.
54 HWTEST_F(FsVerityHashAlgorithmTest, GetHashAlgorithm, testing::ext::TestSize.Level1) in HWTEST_F()
58 EXPECT_EQ(SHA256.GetHashAlgorithm(), "SHA-256"); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_hash_algorithm.cpp27 const std::string& FsVerityHashAlgorithm::GetHashAlgorithm() const in GetHashAlgorithm() function in OHOS::SignatureTools::FsVerityHashAlgorithm
H A Dmerkle_tree_builder.cpp199 SetAlgorithm(fsVerityHashAlgorithm.GetHashAlgorithm()); in GenerateMerkleTree()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_hash_algorithm.h31 const std::string& GetHashAlgorithm() const;

Completed in 2 milliseconds