Home
last modified time | relevance | path

Searched defs:csb (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp34 CodeSignBlock csb; in VerifyHap() local
101 bool VerifyCodeSignature::VerifyNativeLib(CodeSignBlock& csb, std::string& file, unzFile& zFile, in VerifyNativeLib()
115 CodeSignBlock& csb) in VerifyCodeSign()
182 int64_t length, CodeSignBlock& csb) in GenerateCodeSignBlock()
234 bool VerifyCodeSignature::ParseSegmentHead(CodeSignBlock& csb, std::ifstream& signedHap, in ParseSegmentHead()
272 bool VerifyCodeSignature::ParseMerkleTree(CodeSignBlock& csb, int32_t readOffset, std::ifstream& si… in ParseMerkleTree()
Dcode_signing.cpp407 CodeSignBlock csb = param.GetCodeSignBlock(); in DoNativeLibVerify() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java189 CodeSignBlock csb = generateCodeSignBlock(file, offset, length); in verifyHap() local
211 private static void verifyLibs(File file, CodeSignBlock csb, Pair<String, String> pairResult) in verifyLibs()
287 CodeSignBlock csb = new CodeSignBlock(); in generateCodeSignBlock() local
315 … private static void parseMerkleTree(CodeSignBlock csb, int readOffset, FileInputStream signedHap, in parseMerkleTree()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dunzip_handle_param.cpp21 UnzipHandleParam::UnzipHandleParam(const CodeSignBlock& csb, const std::pair<std::string, std::stri… in UnzipHandleParam()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
Dverify_code_signature_test.cpp115 CodeSignBlock csb; variable
457 CodeSignBlock csb; variable