Home
last modified time | relevance | path

Searched defs:csb (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dunzip_handle_param.h36 CodeSignBlock csb; member in OHOS::SignatureTools::UnzipHandleParam
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dunzip_handle_param.cpp21 UnzipHandleParam::UnzipHandleParam(const CodeSignBlock& csb, const std::pair<std::string, std::string>& pairResult, in UnzipHandleParam() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H A Dverify_code_signature_test.cpp115 CodeSignBlock csb; in HWTEST_F() local
457 CodeSignBlock csb; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DVerifyCodeSignature.java211 private static void verifyLibs(File file, CodeSignBlock csb, Pair<String, String> pairResult) in verifyLibs() argument
315 parseMerkleTree(CodeSignBlock csb, int readOffset, FileInputStream signedHap, long computedTreeOffset) parseMerkleTree() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp34 CodeSignBlock csb; in VerifyHap() local
101 bool VerifyCodeSignature::VerifyNativeLib(CodeSignBlock& csb, std::string& file, unzFile& zFile, in VerifyNativeLib() argument
114 VerifyCodeSign(std::string file, std::pair<std::string, std::string>& pairResult, CodeSignBlock& csb) VerifyCodeSign() argument
181 GenerateCodeSignBlock(const std::string& file, int64_t offset, int64_t length, CodeSignBlock& csb) GenerateCodeSignBlock() argument
234 ParseSegmentHead(CodeSignBlock& csb, std::ifstream& signedHap, std::vector<char> &merkleTreeBytes, int32_t &fileReadOffset) ParseSegmentHead() argument
272 ParseMerkleTree(CodeSignBlock& csb, int32_t readOffset, std::ifstream& signedHap, int64_t computedTreeOffset) ParseMerkleTree() argument
[all...]
H A Dcode_signing.cpp389 CodeSignBlock csb = param.GetCodeSignBlock(); in DoNativeLibVerify() local

Completed in 5 milliseconds