| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0003-closes-2954-upgrade-to-latest-greatest.patch | 11 contrib/zip/CMakeLists.txt | 8 ++---- 12 contrib/zip/README.md | 51 +++++++++++++++++++++++++++++++-- 13 contrib/zip/src/zip.c | 17 ++++++++++- 14 contrib/zip/src/zip.h | 13 ++++++++- 15 contrib/zip/test/CMakeLists.txt | 5 ---- 16 contrib/zip/test/test.c | 4 ++- 19 diff --git a/contrib/zip/CMakeLists.txt b/contrib/zip/CMakeLists.txt 21 --- a/contrib/zip/CMakeLists.txt 22 +++ b/contrib/zip/CMakeLists.txt 25 project(zip [all …]
|
| H A D | 0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch | 11 contrib/zip/.gitignore | 2 + 12 contrib/zip/CMakeLists.txt | 83 +++++- 13 contrib/zip/README.md | 12 +- 14 contrib/zip/appveyor.yml | 2 +- 15 contrib/zip/src/miniz.h | 457 ++++++++++++++++++++++++++++---- 16 contrib/zip/src/zip.c | 62 +++-- 17 contrib/zip/src/zip.h | 457 ++++++++++++++++---------------- 18 contrib/zip/test/CMakeLists.txt | 27 +- 19 contrib/zip/test/test.c | 38 ++- 20 contrib/zip/test/test_miniz.c | 25 +- [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_main.c | 74 struct zip_device *zip = NULL; in zip_alloc_device() local 84 zip = devm_kzalloc(&pdev->dev, sizeof(*zip), GFP_KERNEL); in zip_alloc_device() 86 if (!zip) in zip_alloc_device() 89 zip_dev[idx] = zip; in zip_alloc_device() 90 zip->index = idx; in zip_alloc_device() 91 return zip; in zip_alloc_device() 120 static int zip_init_hw(struct zip_device *zip) in zip_init_hw() argument 134 cmd_ctl.u_reg64 = zip_reg_read(zip->reg_base + ZIP_CMD_CTL); in zip_init_hw() 136 zip_reg_write(cmd_ctl.u_reg64 & 0xFF, (zip->reg_base + ZIP_CMD_CTL)); in zip_init_hw() 139 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);
|
| /OK3568_Linux_fs/external/mpp/build/android/ |
| H A D | ndk_links.md | 5 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86.zip 6 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86_64.zip 7 * https://dl.google.com/android/repository/android-ndk-r16-darwin-x86_64.zip 8 * https://dl.google.com/android/repository/android-ndk-r16-linux-x86_64.zip 14 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip 15 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip 16 * https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip 17 * https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip 23 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip 24 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip [all …]
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/p7zip/files/ |
| H A D | change_numMethods_from_bool_to_unsigned.patch | 6 | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp: In member function 'virtual LONG NArchive::NWim:… 7 | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:308:11: error: use of an operand of type 'bool' i… 10 | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:318:9: error: use of an operand of type 'bool' in… 19 CPP/7zip/Archive/Wim/WimHandler.cpp | 2 +- 22 diff --git a/CPP/7zip/Archive/Wim/WimHandler.cpp b/CPP/7zip/Archive/Wim/WimHandler.cpp 24 --- a/CPP/7zip/Archive/Wim/WimHandler.cpp 25 +++ b/CPP/7zip/Archive/Wim/WimHandler.cpp
|
| H A D | CVE-2017-17969.patch | 8 Heap-based buffer overflow in 7zip 21 CPP/7zip/Compress/ShrinkDecoder.cpp | 5 +++++ 24 diff --git a/CPP/7zip/Compress/ShrinkDecoder.cpp b/CPP/7zip/Compress/ShrinkDecoder.cpp 26 --- a/CPP/7zip/Compress/ShrinkDecoder.cpp 27 +++ b/CPP/7zip/Compress/ShrinkDecoder.cpp
|
| /OK3568_Linux_fs/yocto/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 246 tail -n +$payload_offset "$0" > sdk.zip 247 if $SUDO_EXEC unzip $EXTRA_TAR_OPTIONS sdk.zip -d $target_sdk_dir;then 248 rm sdk.zip 250 rm sdk.zip && exit 1
|
| /OK3568_Linux_fs/yocto/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 # Not for zip but for smart contract implementation for it 32 # zip.inc sets CFLAGS, but what Makefile actually uses is 56 UPSTREAM_CHECK_REGEX = "^zip(?P<pver>(?!232).+)\.tgz"
|
| /OK3568_Linux_fs/buildroot/package/urg/ |
| H A D | urg.hash | 1 # from http://pkgs.fedoraproject.org/repo/pkgs/urg/urg-0.8.18.zip/ 2 md5 93f90d2ccc36e784407c5282ef6bd2cb urg-0.8.18.zip 4 sha256 b2cab7e539c90c60fc99a2350a42b5d5390ff952b694b196c3cbb54623cfee7f urg-0.8.18.zip
|
| /OK3568_Linux_fs/buildroot/package/rapidxml/ |
| H A D | rapidxml.hash | 2 sha1 f5fd4fbc5ad7e96045313697811d65ea8089a950 rapidxml-1.13.zip 3 md5 7b4b42c9331c90aded23bb55dc725d6a rapidxml-1.13.zip 6 sha256 c3f0b886374981bb20fabcf323d755db4be6dba42064599481da64a85f5b3571 rapidxml-1.13.zip
|
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | libfreeimage.hash | 2 md5 f8ba138a3be233a3eed9c456e42e2578 FreeImage3180.zip 3 sha1 38daa9d8f1bca2330a2eaa42ec66fbe6ede7dce9 FreeImage3180.zip 6 sha256 f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd FreeImage3180.zip
|
| /OK3568_Linux_fs/buildroot/package/irrlicht/ |
| H A D | irrlicht.hash | 2 md5 9401cfff801395010b0912211f3cbb4f irrlicht-1.8.4.zip 3 sha1 38bf0223fe868d243d6a39d0dc191c8df6e03b3b irrlicht-1.8.4.zip 5 sha256 f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433 irrlicht-1.8.4.zip
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | zip.hpp | 16 struct zip; 19 struct zip< OP, integer_sequence< TA, As... >, integer_sequence< TB, Bs... > > struct 26 using zip_t = typename zip< OP, A, B >::type;
|
| /OK3568_Linux_fs/buildroot/package/doom-wad/ |
| H A D | doom-wad.mk | 8 DOOM_WAD_SOURCE = doom$(subst .,,$(DOOM_WAD_VERSION))s.zip 15 $(@D)/doom-$(DOOM_WAD_VERSION).zip 16 $(UNZIP) -d $(@D) $(@D)/doom-$(DOOM_WAD_VERSION).zip DOOM1.WAD
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | osxbuild | 90 rm -rf $dir $dir-macosx.zip 122 zip --symlinks -r $dir-macosx.zip $dir
|
| H A D | cygbuild | 87 rm -rf $dir $dir-cygwin32.zip 122 zip -r $dir-cygwin32.zip $dir
|
| H A D | mingwbuild | 103 rm -rf $dir $dir-win32.zip 134 zip -r $dir-win32.zip $dir
|
| /OK3568_Linux_fs/yocto/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…
|
| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/buildroot/package/python-simplegeneric/ |
| H A D | python-simplegeneric.hash | 2 md5 f9c1fab00fd981be588fc32759f474e3 simplegeneric-0.8.1.zip 3 sha256 dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173 simplegeneric-0.8.1.zip
|
| /OK3568_Linux_fs/buildroot/package/libb64/ |
| H A D | libb64.hash | 2 sha1 04b3e21b8c951d27f02fe91249ca3474554af0b9 libb64-1.2.1.zip 3 sha256 20106f0ba95cfd9c35a13c71206643e3fb3e46512df3e2efb2fdbf87116314b2 libb64-1.2.1.zip
|