Searched refs:crc_clmul_long (Results 1 – 1 of 1) sorted by relevance
91 crc_clmul_long(unsigned long msgpoly, const struct crc_clmul_consts *consts) in crc_clmul_long() function157 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()