Searched defs:pcrc_32_tab (Results 1 – 3 of 3) sorted by relevance
| /external/zlib/contrib/minizip/ |
| D | crypt.h | 35 static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_32_tab) in decrypt_byte() 48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c) in update_keys() 65 static void init_keys(const char* passwd,unsigned long* pkeys,const unsigned long* pcrc_32_tab) in init_keys() 76 #define zdecode(pkeys,pcrc_32_tab,c) \ argument 79 #define zencode(pkeys,pcrc_32_tab,c,t) \ argument 90 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) in crypthead() argument
|
| D | unzip.c | 150 const unsigned long* pcrc_32_tab; member
|
| D | zip.c | 133 const unsigned long* pcrc_32_tab; member
|