/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 79 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 D | zip_mem.c | 57 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 D | zip_crypto.c | 128 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 D | zip_mem.h | 54 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 D | 7zip_24.09.bb | 1 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 D | 0001-support-yocto-cross-compiling.patch | 9 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 D | 0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch | 5 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 D | fix-security-format.patch | 1 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 D | toolchain-shar-extract.sh | 118 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 D | nlohmann_json.wrap | 4 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 D | docbook-xml-dtd4_4.5.bb | 28 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 D | zip_3.0.bb | 1 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 D | config.mk | 25 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 D | ttf-pt-sans_1.1.bb | 12 # 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 D | source-han-sans-fonts.inc | 10 …ts/source-han-sans/releases/download/${PV}R/${ZIPNAME}.zip;subdir=${BP};downloadfilename=${BP}.zip…
|
/openbmc/obmc-console/subprojects/ |
H A D | iniparser.wrap | 3 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 D | 0001-testsuite-check-uudecode-before-using-it.patch | 35 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 D | CVE-2019-13232_p2.patch | 4 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 D | CVE-2019-13232_p3.patch | 4 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 D | unicode-ucd_14.0.0.bb | 7 …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 D | xarchiver_0.5.4.21.bb | 33 RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz 7zip"
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | test-qemu | 12 …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 D | proxy-libintl_20100902.bb | 10 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 D | build-appliance-image_15.0.0.bb | 22 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 D | testfloat_3e.bb | 12 http://www.jhauser.us/arithmetic/TestFloat-3e.zip;name=TestFloat \ 13 http://www.jhauser.us/arithmetic/SoftFloat-3e.zip;name=SoftFloat \
|