Home
last modified time | relevance | path

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

/openbmc/linux/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);