Searched refs:polynomial (Results 1 – 9 of 9) sorted by relevance
125 Crcnum_t polynomial; in crc_open() local147 polynomial = 0xedb88320; in crc_open()156 polynomial = strtoul(t, NiL, 0); in crc_open()177 p[0] = polynomial; in crc_open()179 p[i] = (p[i-1] << 1) ^ ((p[i-1] & 0x80000000) ? polynomial : 0); in crc_open()199 x = (x>>1) ^ ((x & 1) ? polynomial : 0); in crc_open()
586 void OSAL_CRC8_POPULATE(u8 * cdu_crc8_table, u8 polynomial);
847 !!!!!!!!!!!!!!!!!!! New polynomial reorder starts here849 ! Alternate polynomial grouping allowing non-sequential calc of p
838 OSAL_CRC8_POPULATE(u8 * cdu_crc8_table, u8 polynomial) in OSAL_CRC8_POPULATE() argument
689 Compute a CRC-32 value using a Castagnoli polynomial.693 - void OSAL_CRC8_POPULATE(u8 table[CRC8_TABLE_SIZE], u8 polynomial)694 Fill the provided crc table for given polynomial in reverse bit order (msb first).
89 * The Original Code is the elliptic curve math library for binary polynomial field curves.126 * The Original Code is the elliptic curve math library for binary polynomial field curves.
50 - Fix error in comment on the polynomial representation of a byte
17596 polynomial
17597 polynomial