Home
last modified time | relevance | path

Searched refs:clmul (Results 1 – 1 of 1) sorted by relevance

/linux/lib/crc/riscv/
H A Dcrc-clmul-template.h21 static inline unsigned long clmul(unsigned long a, unsigned long b) in clmul() function
118 tmp = clmul(msgpoly, consts->barrett_reduction_const_1); in crc_clmul_long()
148 return clmul(tmp, consts->barrett_reduction_const_2); in crc_clmul_long()
240 p1 = clmul(m0, consts->fold_across_2_longs_const_hi); in crc_clmul()
242 p3 = clmul(m1, consts->fold_across_2_longs_const_lo); in crc_clmul()