Searched defs:pcrc_32_tab (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | crypt.h | 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) in decrypt_byte() 48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys() 65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* 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 94 const z_crc_t* pcrc_32_tab, in crypthead()
|
A D | unzip.c | 191 const z_crc_t* pcrc_32_tab; member
|
A D | zip.c | 160 const z_crc_t* pcrc_32_tab; member
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A 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() 64 static void init_keys(const char* passwd, unsigned long* pkeys, const unsigned long* pcrc_32_tab) in init_keys() 75 #define zdecode(pkeys, pcrc_32_tab, c) \ argument 78 #define zencode(pkeys, pcrc_32_tab, c, t) \ argument 89 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) in crypthead() argument
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | unzip.c | 144 const unsigned long* pcrc_32_tab; member
|
Completed in 14 milliseconds