| /developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/ |
| D | zipsigner_fuzzer.cpp | 38 auto zip = std::make_shared<ZipSigner>(); in ZipSignerCompleteFlowFunc() local 50 auto zip = std::make_shared<ZipSigner>(); in ZipSignerInfoFunc() local 74 auto zip = std::make_shared<ZipSigner>(); in ZipEntryHeaderInfoFunc() local 100 auto zip = std::make_shared<ZipSigner>(); in CentralDirectoryInfoFunc() local 132 auto zip = std::make_shared<ZipSigner>(); in DataDescriptorInfoFunc() local 155 auto zip = std::make_shared<ZipSigner>(); in AlignmentFunc() local 170 auto zip = std::make_shared<ZipSigner>(); in EndOfCentralDirectoryInfoFunc() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/ |
| D | zip_signer_test.cpp | 191 auto zip = std::make_shared<ZipSigner>(); variable 252 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 267 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 283 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 303 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 319 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 341 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 355 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 479 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable 499 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); variable [all …]
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ZipUtils.java | 109 …public static boolean checkZip64EoCDLocatorIsPresent(ZipDataInput zip, long zipEocdOffset) throws … in checkZip64EoCDLocatorIsPresent() 232 …private static Pair<Long, ByteBuffer> findEocdInHap(ZipDataInput zip, int maxCommentSize) throws I… in findEocdInHap()
|
| /developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
| D | sign_provider.cpp | 134 std::shared_ptr<ZipSigner> zip, in InitZipOutput() 232 std::shared_ptr<ZipSigner> zip = std::make_shared<ZipSigner>(); in Sign() local 349 … const std::string& suffix, int64_t centralDirectoryOffset, ZipSigner& zip) in AppendCodeSignBlock() 559 …CopyFileAndAlignment(std::ifstream& input, std::ofstream& tmpOutput, int alignment, ZipSigner& zip) in CopyFileAndAlignment()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/ |
| D | SignProvider.java | 334 Zip zip = copyFileAndAlignment(input, tmpOutput, alignment, suffix); in sign() local 387 long centralDirectoryOffset, Zip zip) in appendCodeSignBlock() 504 Zip zip = new Zip(input); in copyFileAndAlignment() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | CodeSigning.java | 176 …lic byte[] getCodeSignBlock(File input, long offset, String inForm, String profileContent, Zip zip) in getCodeSignBlock() 232 private long computeDataSize(Zip zip) throws HapFormatException { in computeDataSize()
|
| D | PageInfoGenerator.java | 70 public PageInfoGenerator(Zip zip) throws IOException, HapFormatException, ElfFormatException { in PageInfoGenerator()
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| D | code_signing.cpp | 48 ZipSigner& zip, std::vector<int8_t>& ret) in GetCodeSignBlock() 99 int64_t CodeSigning::ComputeDataSize(ZipSigner& zip) in ComputeDataSize()
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/ |
| D | sign_elf_test.cpp | 308 ZipSigner zip; variable
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/ |
| D | CmdUnitTest.java | 1104 Zip zip = new Zip(file); in testByteToZip() local
|