Searched refs:VerifyP7b (Results 1 - 4 of 4) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
H A D | verify_bin.cpp | 69 bool verifyP7bFlag = VerifyElf::VerifyP7b(signBlockInfo.GetSignBlockMap(), options, pkcs7Context, in VerifyBinFile()
|
H A D | verify_elf.cpp | 85 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 D | verify_elf.h | 49 static bool VerifyP7b(std::unordered_map<int8_t, SigningBlock>& signBlockMap, Options* options,
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/ |
H A D | verify_elf_test.cpp | 437 * @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 3 milliseconds