Searched refs:barrett_reduction_const_2 (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/crc/riscv/ |
| H A D | crc-clmul-consts.h | 14 unsigned long barrett_reduction_const_2; member 26 .barrett_reduction_const_2 = 0x0000000000008bb7, /* G - x^16 */ 31 .barrett_reduction_const_2 = 0x00008bb7, /* G - x^16 */ 45 .barrett_reduction_const_2 = 0x0000000004c11db7, /* G - x^32 */ 50 .barrett_reduction_const_2 = 0x04c11db7, /* G - x^32 */ 64 .barrett_reduction_const_2 = 0x00000000edb88320, /* (G - x^32) * x^32 */ 69 .barrett_reduction_const_2 = 0xedb88320, /* (G - x^32) * x^0 */ 83 .barrett_reduction_const_2 = 0x0000000082f63b78, /* (G - x^32) * x^32 */ 88 .barrett_reduction_const_2 = 0x82f63b78, /* (G - x^32) * x^0 */ 104 .barrett_reduction_const_2 = 0x42f0e1eba9ea3693, /* G - x^64 */ [all …]
|
| H A D | crc-clmul-template.h | 146 return clmulr(tmp, consts->barrett_reduction_const_2); in crc_clmul_long() 148 return clmul(tmp, consts->barrett_reduction_const_2); in crc_clmul_long()
|