Searched refs:modulus (Results 1 – 1 of 1) sorted by relevance
217 static u32 __attribute_const__ gf2_multiply(u32 x, u32 y, u32 modulus) argument223 product = (product >> 1) ^ (product & 1 ? modulus : 0);