Searched refs:z_crc_t (Results 1 – 19 of 19) sorted by relevance
59 local z_crc_t FAR crc_table[TBLS][256];62 local void write_table OF((FILE *, const z_crc_t FAR *));92 z_crc_t c; in make_crc_table()94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table()108 poly |= (z_crc_t)1 << (31 - p[n]); in make_crc_table()112 c = (z_crc_t)n; in make_crc_table()169 const z_crc_t FAR *table) in write_table()190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()196 return (const z_crc_t FAR *)crc_table; in get_crc_table()218 z_crc_t endian; in crc32()[all …]
5 local const z_crc_t FAR crc_table[TBLS][256] =
406 typedef Z_U4 z_crc_t; typedef408 typedef unsigned long z_crc_t; typedef
1819 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
59 local z_crc_t FAR crc_table[TBLS][256];62 local void write_table OF((FILE *, const z_crc_t FAR *));92 z_crc_t c; in make_crc_table()94 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table()108 poly |= (z_crc_t)1 << (31 - p[n]); in make_crc_table()112 c = (z_crc_t)n; in make_crc_table()169 const z_crc_t FAR *table;190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()196 return (const z_crc_t FAR *)crc_table; in get_crc_table()218 z_crc_t endian;[all …]
408 typedef Z_U4 z_crc_t;410 typedef unsigned long z_crc_t;
1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
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()94 const z_crc_t* pcrc_32_tab, in crypthead()
191 const z_crc_t* pcrc_32_tab;
160 const z_crc_t* pcrc_32_tab;