Home
last modified time | relevance | path

Searched refs:pcrc_32_tab (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/games/el/Eternal-Lands-1.9.5.9-1/io/
H A Dcrypt.h36 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() argument
83 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
88 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
89 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
91 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
92 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
107 const z_crc_t* pcrc_32_tab, in crypthead() argument
109 const unsigned long* pcrc_32_tab, in crypthead()
130 init_keys(passwd, pkeys, pcrc_32_tab); in crypthead()
134 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t); in crypthead()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/lib/quazip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
38 (void) pcrc_32_tab; /* avoid "unused parameter" warning */ in decrypt_byte()
75 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
80 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
81 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
83 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
84 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
99 const unsigned long* pcrc_32_tab;
119 init_keys(passwd, pkeys, pcrc_32_tab);
123 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/unzip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/libretro-hatari/hatari-561c07e/libretro/utils/unzip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/unzip/
H A Dcrypt.h37 decrypt_byte(unsigned long *pkeys, const unsigned long *pcrc_32_tab) in decrypt_byte() argument
77 update_keys(pkeys, pcrc_32_tab, (int)*passwd); in init_keys()
82 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
83 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
85 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
86 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
97 crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) in crypthead() argument
102 const unsigned long *pcrc_32_tab;
123 init_keys(passwd, pkeys, pcrc_32_tab);
126 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
[all …]
/dports/graphics/comical/comical-0.8/unzip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/archivers/torrentzip/trrntzip/src/
H A Dcrypt.h36 decrypt_byte (unsigned long *pkeys, const unsigned long *pcrc_32_tab) in decrypt_byte() argument
70 const unsigned long *pcrc_32_tab) in init_keys() argument
77 update_keys (pkeys, pcrc_32_tab, (int) *passwd); in init_keys()
82 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
83 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
85 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
86 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
102 const unsigned long *pcrc_32_tab;
121 init_keys (passwd, pkeys, pcrc_32_tab);
125 header[n] = (unsigned char) zencode (pkeys, pcrc_32_tab, c, t);
[all …]
/dports/textproc/teckit/teckit-2.5.7/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/b3p/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/lang/tcl86/tcl8.6.12/compat/zlib/contrib/minizip/
H A Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() argument
40 (void)pcrc_32_tab; in decrypt_byte()
72 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
77 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
78 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
80 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
81 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const z_crc_t* pcrc_32_tab, in crypthead() argument
115 init_keys(passwd, pkeys, pcrc_32_tab); in crypthead()
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t); in crypthead()
[all …]
/dports/lang/tcl87/tcl8.7a5/compat/zlib/contrib/minizip/
H A Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() argument
40 (void)pcrc_32_tab; in decrypt_byte()
72 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
77 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
78 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
80 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
81 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const z_crc_t* pcrc_32_tab, in crypthead() argument
115 init_keys(passwd, pkeys, pcrc_32_tab); in crypthead()
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t); in crypthead()
[all …]
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/unzip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/common/dist/zlib/contrib/minizip/
H A Dcrypt.h32 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
73 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
78 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
79 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
81 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
82 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
97 const unsigned long* pcrc_32_tab;
117 init_keys(passwd, pkeys, pcrc_32_tab);
121 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
124 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/zlib/contrib/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/unzip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/editors/wordgrinder/wordgrinder-0.6/src/c/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/egl/egl-0.3.1_9/include/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/unzip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/biology/velvet/velvet_1.2.10/third-party/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/unzip/
H A Dcrypt.h37 decrypt_byte(unsigned long *pkeys, const unsigned long *pcrc_32_tab) in decrypt_byte() argument
77 update_keys(pkeys, pcrc_32_tab, (int)*passwd); in init_keys()
82 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
83 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
85 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
86 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
97 crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) in crypthead() argument
102 const unsigned long *pcrc_32_tab;
123 init_keys(passwd, pkeys, pcrc_32_tab);
126 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
[all …]
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]
/dports/sysutils/deltarpm/deltarpm-3.6/zlib-1.2.2.f-rsyncable/contrib/minizip/
H A Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
95 const unsigned long* pcrc_32_tab;
115 init_keys(passwd, pkeys, pcrc_32_tab);
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
122 init_keys(passwd, pkeys, pcrc_32_tab);
[all …]

12345678910>>...23