Searched defs:poly (Results 1 – 8 of 8) sorted by relevance
107 #define CRC32_INIT(table, poly) \ argument
56 uint_t poly = 0x04c11db7; in crcgentab() local
115 unsigned long poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
119 lfsr64_adv_seq(uint64_t poly, uint64_t in, uint64_t exp, uint64_t *out) in lfsr64_adv_seq()
1909 const uint16_t poly = 0x100b; in crc16() local
1201 const uint16_t poly = 0x100b; in cnx_crc16() local
208 unsigned int poly[5]; /* Field specification for curves over GF(2^m). member
147 SECItem poly; /* irreducible binary polynomial for (GF2m) */ member