Home
last modified time | relevance | path

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

/linux/lib/crc/riscv/
H A Dcrc-clmul-template.h91 crc_clmul_long(unsigned long msgpoly, const struct crc_clmul_consts *consts) in crc_clmul_long() function
157 return crc_clmul_long(crc_clmul_prep(crc, msgpoly), consts); in crc_clmul_update_long()
184 return crc_clmul_long(msgpoly, consts); in crc_clmul_update_partial()
188 return crc_clmul_long(msgpoly, consts) ^ (crc >> (8*len)); in crc_clmul_update_partial()
191 return crc_clmul_long(msgpoly, consts) ^ (crc << (8*len)); in crc_clmul_update_partial()
251 crc = crc_clmul_long(m0, consts); in crc_clmul()