Searched refs:RAND_HEAD_LEN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dcrypt.h84 #define RAND_HEAD_LEN 12 macro
100 unsigned char header[RAND_HEAD_LEN-2]; /* random header */
103 if (bufSize<RAND_HEAD_LEN)
106 /* First generate RAND_HEAD_LEN-2 random bytes. We encrypt the
115 for (n = 0; n < RAND_HEAD_LEN-2; n++)
122 for (n = 0; n < RAND_HEAD_LEN-2; n++)
H A Dzip.c1245 unsigned char bufHead[RAND_HEAD_LEN];
1251 sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting);

Completed in 145 milliseconds