mul_by_x          120 lib/crypto/aes.c 	u32 y = mul_by_x(x) ^ ror32(x, 16);
mul_by_x          201 lib/crypto/aes.c 	for (i = 0, rc = 1; i < 10; i++, rc = mul_by_x(rc)) {