Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_bin.cpp69 bool verifyP7bFlag = VerifyElf::VerifyP7b(signBlockInfo.GetSignBlockMap(), options, pkcs7Context, in VerifyBinFile()
H A Dverify_elf.cpp85 bool verifyP7b = VerifyP7b(signBlockInfo.GetSignBlockMap(), options, pkcs7Context, profileVec, profileJson); in VerifyElfFile()
105 bool VerifyElf::VerifyP7b(std::unordered_map<int8_t, SigningBlock>& signBlockMap, in VerifyP7b() function in OHOS::SignatureTools::VerifyElf
/developtools/hapsigner/hapsigntool_cpp/hap/verify/include/
H A Dverify_elf.h49 static bool VerifyP7b(std::unordered_map<int8_t, SigningBlock>& signBlockMap, Options* options,
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dverify_elf_test.cpp437 * @tc.name: VerifyP7b
438 * @tc.desc: Test function of VerifyElfTest::VerifyP7b() interface for SUCCESS.
444 HWTEST_F(VerifyElfTest, VerifyP7b, testing::ext::TestSize.Level1) in HWTEST_F()
455 bool flag = VerifyElf::VerifyP7b(signBlockMap, &options, pkcs7Context, profileVec, profileJson); in HWTEST_F()

Completed in 4 milliseconds