Searched refs:gf2_multiply (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dcrc32.c216 static u32 __attribute_const__ gf2_multiply(u32 x, u32 y, u32 modulus) function
259 crc = gf2_multiply(crc, power, polynomial);
266 power = gf2_multiply(power, power, polynomial);

Completed in 110 milliseconds