Searched defs:gf_mulx (Results 1 – 2 of 2) sorted by relevance
16 static void gf_mulx(u8 *pad) in gf_mulx() function
593 #define gf_mulx(x) ((((x) & m2) << 1) ^ ((((x) & m1) >> 7) * BPOLY)) macro