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/
Dfs_verity_hash_algorithm_test.cpp54 HWTEST_F(FsVerityHashAlgorithmTest, GetHashAlgorithm, testing::ext::TestSize.Level1)
58 EXPECT_EQ(SHA256.GetHashAlgorithm(), "SHA-256");
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
Dfs_verity_hash_algorithm.cpp27 const std::string& FsVerityHashAlgorithm::GetHashAlgorithm() const in GetHashAlgorithm() function in OHOS::SignatureTools::FsVerityHashAlgorithm
Dmerkle_tree_builder.cpp199 SetAlgorithm(fsVerityHashAlgorithm.GetHashAlgorithm()); in GenerateMerkleTree()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_hash_algorithm.h31 const std::string& GetHashAlgorithm() const;