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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h84 #define RAND_HEAD_LEN 12 macro
101 unsigned char header[RAND_HEAD_LEN-2]; /* random header */
104 if (bufSize<RAND_HEAD_LEN)
107 /* First generate RAND_HEAD_LEN-2 random bytes. We encrypt the
116 for (n = 0; n < RAND_HEAD_LEN-2; n++)
123 for (n = 0; n < RAND_HEAD_LEN-2; n++)
H A Dzip.c880 unsigned char bufHead[RAND_HEAD_LEN];
886 sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h84 #define RAND_HEAD_LEN 12 macro
101 unsigned char header[RAND_HEAD_LEN-2]; /* random header */
104 if (bufSize<RAND_HEAD_LEN)
107 /* First generate RAND_HEAD_LEN-2 random bytes. We encrypt the
116 for (n = 0; n < RAND_HEAD_LEN-2; n++)
123 for (n = 0; n < RAND_HEAD_LEN-2; n++)
H A Dzip.c880 unsigned char bufHead[RAND_HEAD_LEN];
886 sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting);

Completed in 108 milliseconds