Home
last modified time | relevance | path

Searched defs:zip (Results 1 - 25 of 25) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZipUtils.java108 public static boolean checkZip64EoCDLocatorIsPresent(ZipDataInput zip, long zipEocdOffset) throws IOException { in checkZip64EoCDLocatorIsPresent() argument
227 findEocdInHap(ZipDataInput zip, int maxCommentSize) findEocdInHap() argument
[all...]
H A DEntryType.java
H A DZipDataOutput.java
H A DByteBufferZipDataInput.java
H A DRandomAccessFileZipDataOutput.java
H A DUnsignedDecimalUtil.java
H A DZipDataInput.java
H A DMessageDigestZipDataOutput.java
H A DZipFileInfo.java
H A DRandomAccessFileZipDataInput.java
H A DDataDescriptor.java
H A DZip.java
H A DEndOfCentralDirectory.java
H A DZipEntryData.java
H A DZipEntry.java
H A DZipEntryHeader.java
H A DCentralDirectory.java
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/
H A Dzipsigner_fuzzer.cpp37 auto zip = std::make_shared<ZipSigner>(); in ZipSignerCompleteFlowFunc() local
49 auto zip in ZipSignerInfoFunc() local
73 auto zip = std::make_shared<ZipSigner>(); ZipEntryHeaderInfoFunc() local
99 auto zip = std::make_shared<ZipSigner>(); CentralDirectoryInfoFunc() local
130 auto zip = std::make_shared<ZipSigner>(); DataDescriptorInfoFunc() local
152 auto zip = std::make_shared<ZipSigner>(); AlignmentFunc() local
166 auto zip = std::make_shared<ZipSigner>(); EndOfCentralDirectoryInfoFunc() local
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DPageInfoGenerator.java72 public PageInfoGenerator(Zip zip) throws IOException, HapFormatException, ElfFormatException { in PageInfoGenerator() argument
H A DCodeSigning.java167 public byte[] getCodeSignBlock(File input, long offset, String inForm, String profileContent, Zip zip) in getCodeSignBlock() argument
219 private long computeDataSize(Zip zip) throws HapFormatException { in computeDataSize() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dsign_elf_test.cpp308 ZipSigner zip; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java388 appendCodeSignBlock(SignerConfig signerConfig, File tmpOutput, String suffix, long centralDirectoryOffset, Zip zip) appendCodeSignBlock() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Dzip_signer_test.cpp191 auto zip = std::make_shared<ZipSigner>(); HWTEST_F() local
252 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
267 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
283 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
303 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
319 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
341 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
355 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
479 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
499 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
581 auto zip = std::make_shared<ZipSigner>(); HWTEST_F() local
639 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
688 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); HWTEST_F() local
820 ZipSigner zip; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dcode_signing.cpp101 uint32_t CodeSigning::ComputeDataSize(ZipSigner& zip) in ComputeDataSize() argument
48 GetCodeSignBlock(const std::string &input, int64_t offset, const std::string &inForm, const std::string &profileContent, ZipSigner& zip, std::vector<int8_t>& ret) GetCodeSignBlock() argument
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp231 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); in Sign() local
553 bool SignProvider::CopyFileAndAlignment(std::ifstream& input, std::ofstream& tmpOutput, int alignment, ZipSigner& zip) in CopyFileAndAlignment() argument
132 InitZipOutput(std::shared_ptr<RandomAccessFile> outputHap, std::shared_ptr<ZipSigner> zip, std::shared_ptr<std::ifstream> inputStream, std::shared_ptr<std::ofstream>tmpOutput, const std::string& Path) InitZipOutput() argument
347 AppendCodeSignBlock(SignerConfig* signerConfig, std::string outputFilePath, const std::string& suffix, int64_t centralDirectoryOffset, ZipSigner& zip) AppendCodeSignBlock() argument
[all...]

Completed in 11 milliseconds