Searched defs:zencode (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
| H A D | crypt.h | 79 #define zencode(pkeys,pcrc_32_tab,c,t) \ macro 118 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t); 124 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t); 126 buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 16) & 0xff, t); 127 buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 24) & 0xff, t);
|
Completed in 54 milliseconds