Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_hash_algorithm_test.cpp62 * @tc.name: GetOutputByteSize
63 * @tc.desc: Test function of FsVerityHashAlgorithm::GetOutputByteSize() interface for SUCCESS.
69 HWTEST_F(FsVerityHashAlgorithmTest, GetOutputByteSize, testing::ext::TestSize.Level1) in HWTEST_F()
73 EXPECT_EQ(SHA256.GetOutputByteSize(), 256 / 8); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_hash_algorithm.cpp32 int FsVerityHashAlgorithm::GetOutputByteSize() const in GetOutputByteSize() function in OHOS::SignatureTools::FsVerityHashAlgorithm
H A Dmerkle_tree_builder.cpp200 int digestSize = fsVerityHashAlgorithm.GetOutputByteSize(); in GenerateMerkleTree()
244 int digestSize = fsVerityHashAlgorithm.GetOutputByteSize(); in GetMerkleTree()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_hash_algorithm.h32 int GetOutputByteSize() const;

Completed in 4 milliseconds