PMUL64            231 crypto/vmac.c  		PMUL64(t3h, t3l, al, kh);				\
PMUL64            232 crypto/vmac.c  		PMUL64(t2h, t2l, ah, kl);				\
PMUL64            233 crypto/vmac.c  		PMUL64(t1h, t1l, ah, 2*kh);				\
PMUL64            234 crypto/vmac.c  		PMUL64(ah, al, al, kl);					\