Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 25 of 206) sorted by relevance

123456789

/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_main.c79 struct zip_device *zip = NULL; in zip_alloc_device() local
89 zip = devm_kzalloc(&pdev->dev, sizeof(*zip), GFP_KERNEL); in zip_alloc_device()
91 if (!zip) in zip_alloc_device()
94 zip_dev[idx] = zip; in zip_alloc_device()
95 zip->index = idx; in zip_alloc_device()
96 return zip; in zip_alloc_device()
125 static int zip_init_hw(struct zip_device *zip) in zip_init_hw() argument
139 cmd_ctl.u_reg64 = zip_reg_read(zip->reg_base + ZIP_CMD_CTL); in zip_init_hw()
141 zip_reg_write(cmd_ctl.u_reg64 & 0xFF, (zip->reg_base + ZIP_CMD_CTL)); in zip_init_hw()
144 zip_reg_read(zip->reg_base + ZIP_CMD_CTL)); in zip_init_hw()
[all …]
H A Dzip_mem.c57 int zip_cmd_qbuf_alloc(struct zip_device *zip, int q) in zip_cmd_qbuf_alloc() argument
59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc()
62 if (!zip->iq[q].sw_head) in zip_cmd_qbuf_alloc()
65 memset(zip->iq[q].sw_head, 0, ZIP_CMD_QBUF_SIZE); in zip_cmd_qbuf_alloc()
67 zip_dbg("cmd_qbuf_alloc[%d] Success : %p\n", q, zip->iq[q].sw_head); in zip_cmd_qbuf_alloc()
76 void zip_cmd_qbuf_free(struct zip_device *zip, int q) in zip_cmd_qbuf_free() argument
78 zip_dbg("Freeing cmd_qbuf 0x%lx\n", zip->iq[q].sw_tail); in zip_cmd_qbuf_free()
80 free_pages((u64)zip->iq[q].sw_tail, get_order(ZIP_CMD_QBUF_SIZE)); in zip_cmd_qbuf_free()
H A Dzip_crypto.c128 struct zip_device *zip = NULL; in zip_compress() local
134 zip = zip_get_device(zip_get_node_id()); in zip_compress()
135 if (!zip) in zip_compress()
148 ret = zip_deflate(zip_ops, zip_state, zip); in zip_compress()
164 struct zip_device *zip = NULL; in zip_decompress() local
170 zip = zip_get_device(zip_get_node_id()); in zip_decompress()
171 if (!zip) in zip_decompress()
188 ret = zip_inflate(zip_ops, zip_state, zip); in zip_decompress()
H A Dzip_mem.h54 void zip_cmd_qbuf_free(struct zip_device *zip, int q);
62 int zip_cmd_qbuf_alloc(struct zip_device *zip, int q);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/
H A D7zip_24.09.bb1 SUMMARY = "7-zip is a commandline utility handling 7z archives."
2 HOMEPAGE = "http://www.7-zip.org/"
8 CVE_PRODUCT = "7-zip 7zip"
9 SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main \
15 UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest"
36 oe_runmake -C CPP/7zip/Bundles/Alone2 -f ${MAKEFILE}
37 oe_runmake -C CPP/7zip/Bundles/Format7zF -f ${MAKEFILE}
38 oe_runmake -C CPP/7zip/UI/Console -f ${MAKEFILE}
39 oe_runmake -C CPP/7zip/Bundles/SFXCon -f ${MAKEFILE}
40 oe_runmake -C CPP/7zip/Bundles/Alone -f ${MAKEFILE}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/
H A D0001-support-yocto-cross-compiling.patch9 WARNING: 7zip-native-24.09-r0 do_populate_sysroot: File 'tmp/work/x86_64-linux/
10 7zip-native/24.09/recipe-sysroot-native/usr/lib/7z.so' from 7zip-native was already stripped,
20 CPP/7zip/7zip_gcc.mak | 2 +-
21 CPP/7zip/var_gcc.mak | 2 --
24 --- a/CPP/7zip/7zip_gcc.mak
25 +++ b/CPP/7zip/7zip_gcc.mak
35 --- a/CPP/7zip/var_gcc.mak
36 +++ b/CPP/7zip/var_gcc.mak
45 --- a/CPP/7zip/var_clang.mak
46 +++ b/CPP/7zip/var_clang.mak
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/
H A D0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch5 zip entry
35 -!:mime application/vnd.keyman.kmp+zip
38 # Specialised zip formats which start with a member named 'mimetype'
41 #>30 search/100/b application/epub+zip EPUB document
42 #!:mime application/epub+zip
44 -# Generic zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
48 >>30 search/100/b !application/epub+zip
50 -!:mime application/zip
74 +!:mime application/vnd.keyman.kmp+zip
77 +# Generic zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A Dfix-security-format.patch1 zip: Fixing security formatting issues
5 zip.c: In function 'help_extended':
6 zip.c:1031:5: error: format not a string literal and no format arguments [-Werror=format-security]
9 zip.c: In function 'version_info':
10 zip.c:1228:5: error: format not a string literal and no format arguments [-Werror=format-security]
21 diff --git a/zip.c b/zip.c
23 --- a/zip.c
24 +++ b/zip.c
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh118 tail -n +$payload_offset "$0" > sdk.zip
119 if unzip -l sdk.zip;then
120 rm sdk.zip
122 rm sdk.zip && exit 1
252 tail -n +$payload_offset "$0" > sdk.zip
253 if $SUDO_EXEC unzip $EXTRA_TAR_OPTIONS sdk.zip -d $target_sdk_dir;then
254 rm sdk.zip
256 rm sdk.zip && exit 1
/openbmc/bmcweb/subprojects/
H A Dnlohmann_json.wrap4 source_url = https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip
5 source_filename = nlohmann_json-3.11.3.zip
7 …ps://github.com/mesonbuild/wrapdb/releases/download/nlohmann_json_3.11.3-1/nlohmann_json-3.11.3.zip
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/
H A Ddocbook-xml-dtd4_4.5.bb28 SRC_URI = "https://docbook.org/xml/4.1.2/docbkx412.zip;name=payload412;subdir=docbook-4.1.2 \
29 https://docbook.org/xml/4.2/docbook-xml-4.2.zip;name=payload42;subdir=docbook-4.2 \
30 https://docbook.org/xml/4.3/docbook-xml-4.3.zip;name=payload43;subdir=docbook-4.3 \
31 https://docbook.org/xml/4.4/docbook-xml-4.4.zip;name=payload44;subdir=docbook-4.4 \
32 https://docbook.org/xml/${PV}/docbook-xml-${PV}.zip;name=payloadPV;subdir=docbook-${PV} \
42 UPSTREAM_CHECK_REGEX = "docbook-xml-(?P<pver>4(\.\d+)).zip"
/openbmc/openbmc/poky/meta/recipes-extended/zip/
H A Dzip_3.0.bb1 SUMMARY = "Compressor/archiver for creating and modifying .zip files"
2 HOMEPAGE = "http://www.info-zip.org"
29 CVE_STATUS[CVE-2018-13684] = "cpe-incorrect: Not for zip but for smart contract implementation for …
31 # zip.inc sets CFLAGS, but what Makefile actually uses is
55 UPSTREAM_CHECK_REGEX = "^zip(?P<pver>(?!232).+)\.tgz"
/openbmc/u-boot/board/BuR/brppt1/
H A Dconfig.mk25 zip -9 -r $@ misc/* >/dev/null $<
29 ALL-y += $(hw-platform-y)_prod.zip
35 $(hw-platform-y)_prod.zip: $(hw-platform-y)_prog.bin
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-pt-sans_1.1.bb12 # Downloading from fedora because upstream doesn't version its zip file
14 …aproject.org/repo/pkgs/paratype-pt-sans-fonts/PTSans.zip/c3f5a0e20a75cf628387510a720924a7/PTSans.z…
H A Dsource-han-sans-fonts.inc10 …ts/source-han-sans/releases/download/${PV}R/${ZIPNAME}.zip;subdir=${BP};downloadfilename=${BP}.zip
/openbmc/obmc-console/subprojects/
H A Diniparser.wrap3 source_url = https://github.com/ndevilla/iniparser/archive/refs/tags/v4.2.1.zip
4 source_filename = iniparser-4.2.1.zip
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-testsuite-check-uudecode-before-using-it.patch35 rm foo.zip
40 testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \
41 "Archive: bad.zip
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch4 Subject: [PATCH 2/3] Detect and reject a zip bomb using overlapped entries.
6 This detects an invalid zip file that has at least one entry that
8 end of the file. A Fifield zip bomb uses overlapped local entries
10 zip file is rejected.
13 analysis, construction, and examples of such zip bombs.
15 The detection maintains a list of covered spans of the zip files
17 bytes preceding the first entry at zip file offset zero are
21 contained by a covered span. If so, the zip file is rejected as
51 + "error: invalid zip file with overlapped components (possible zip bomb)\n";
351 +#define PK_BOMB 12 /* likely zip bomb */
H A DCVE-2019-13232_p3.patch4 Subject: [PATCH 3/3] Do not raise a zip bomb alert for a misplaced central
7 There is a zip-like file in the Firefox distribution, omni.ja,
8 which is a zip container with the central directory placed at the
10 by the zip standard. This commit marks the actual location of the
13 raise a zip bomb alert, where in fact there are no overlaps.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unicode-ucd/
H A Dunicode-ucd_14.0.0.bb7 …ps://www.unicode.org/Public/zipped/${PV}/UCD.zip;name=ucd;subdir=ucd;downloadfilename=unicode-ucd-…
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/
H A Dxarchiver_0.5.4.21.bb33 RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz 7zip"
/openbmc/openbmc-build-scripts/scripts/
H A Dtest-qemu12 …der,target="${target}"/artifact/openbmc/build/tmp/deploy/images/"${target}"/'*zip*'/"${target}".zip
13 unzip -qq -d "${ARTIFACT_DIR}" "${ARTIFACT_DIR}"/"${target}".zip
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/
H A Dproxy-libintl_20100902.bb10 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
14 UPSTREAM_CHECK_REGEX = "${BPN}-dev_(?P<pver>\d+)_win32\.zip"
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dbuild-appliance-image_15.0.0.bb22 DEPENDS = "zip-native python3-pip-native"
144 zip -r ${IMGDEPLOYDIR}/Yocto_Build_Appliance-${DATETIME}.zip Yocto_Build_Appliance
145 ln -sf Yocto_Build_Appliance-${DATETIME}.zip ${IMGDEPLOYDIR}/Yocto_Build_Appliance.zip
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/
H A Dtestfloat_3e.bb12 http://www.jhauser.us/arithmetic/TestFloat-3e.zip;name=TestFloat \
13 http://www.jhauser.us/arithmetic/SoftFloat-3e.zip;name=SoftFloat \

123456789