Home
last modified time | relevance | path

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

/linux/lib/crc/riscv/
H A Dcrc-clmul-template.h45 static inline unsigned long clmulr(unsigned long a, unsigned long b) in clmulr() function
120 tmp = clmulr(msgpoly, consts->barrett_reduction_const_1); in crc_clmul_long()
146 return clmulr(tmp, consts->barrett_reduction_const_2); in crc_clmul_long()