Home
last modified time | relevance | path

Searched refs:GenerateCodeSignBlock (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/include/
Dverify_code_signature.h49 static bool GenerateCodeSignBlock(const std::string& file, int64_t offset, int64_t length,
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp35 bool generateFlag = GenerateCodeSignBlock(file, offset, length, csb); in VerifyHap()
181 bool VerifyCodeSignature::GenerateCodeSignBlock(const std::string& file, int64_t offset, in GenerateCodeSignBlock() function in OHOS::SignatureTools::VerifyCodeSignature