Searched refs:zencode (Results 1 – 2 of 2) sorted by relevance
/external/zlib/src/contrib/minizip/ |
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); in crypthead() 124 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t); in crypthead() 126 buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 16) & 0xff, t); in crypthead() 127 buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 24) & 0xff, t); in crypthead()
|
D | zip.c | 1373 … zi->ci.buffered_data[i] = zencode(zi->ci.keys, zi->ci.pcrc_32_tab, zi->ci.buffered_data[i],t); in zip64FlushWriteBuffer()
|