Home
last modified time | relevance | path

Searched refs:GetFsVerityHashAlgorithm (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
Dfs_verity_generator_test.cpp158 HWTEST_F(FsVerityGeneratorTest, GetFsVerityHashAlgorithm, testing::ext::TestSize.Level1)
164 uint8_t algorithm = fsVerityGenerator.GetFsVerityHashAlgorithm();
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_generator.h64 static uint8_t GetFsVerityHashAlgorithm() in GetFsVerityHashAlgorithm() function
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dfs_verity_info_segment.cpp94 if (inHashAlgorithm != FsVerityGenerator::GetFsVerityHashAlgorithm()) { in FromByteArray()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dcode_signing.cpp65 (int8_t)FsVerityGenerator::GetFsVerityHashAlgorithm(), in GetCodeSignBlock()