Searched refs:barrett_reduction_const_1 (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/crc/riscv/ |
| H A D | crc-clmul-consts.h | 13 unsigned long barrett_reduction_const_1; member 25 .barrett_reduction_const_1 = 0xfb2d2bfc0e99d245, /* floor(x^79 / G) */ 30 .barrett_reduction_const_1 = 0xfb2d2bfc, /* floor(x^47 / G) */ 44 .barrett_reduction_const_1 = 0x826880efa40da72d, /* floor(x^95 / G) */ 49 .barrett_reduction_const_1 = 0x826880ef, /* floor(x^63 / G) */ 63 .barrett_reduction_const_1 = 0xb4e5b025f7011641, /* floor(x^95 / G) */ 68 .barrett_reduction_const_1 = 0xf7011641, /* floor(x^63 / G) */ 82 .barrett_reduction_const_1 = 0x4869ec38dea713f1, /* floor(x^95 / G) */ 87 .barrett_reduction_const_1 = 0xdea713f1, /* floor(x^63 / G) */ 103 .barrett_reduction_const_1 = 0xabc694e836627c39, /* floor(x^127 / G) */ [all …]
|
| H A D | crc-clmul-template.h | 118 tmp = clmul(msgpoly, consts->barrett_reduction_const_1); in crc_clmul_long() 120 tmp = clmulr(msgpoly, consts->barrett_reduction_const_1); in crc_clmul_long()
|