u128_xor         1276 arch/x86/crypto/camellia_glue.c 	u128_xor(&dst[1], &dst[1], &iv);
u128_xor           64 arch/x86/crypto/cast6_avx_glue.c 	u128_xor(dst, src, (u128 *)&ctrblk);
u128_xor           83 arch/x86/crypto/glue_helper.c 			u128_xor(dst, src, iv);
u128_xor          143 arch/x86/crypto/glue_helper.c 				u128_xor(dst, dst, --src);
u128_xor          148 arch/x86/crypto/glue_helper.c 		u128_xor(dst, dst, (u128 *)walk.iv);
u128_xor          366 arch/x86/crypto/glue_helper.c 	u128_xor(dst, src, (u128 *)&ivblk);
u128_xor          372 arch/x86/crypto/glue_helper.c 	u128_xor(dst, dst, (u128 *)&ivblk);
u128_xor           55 arch/x86/crypto/serpent_avx_glue.c 	u128_xor(dst, src, (u128 *)&ctrblk);
u128_xor           45 arch/x86/crypto/serpent_sse2_glue.c 		u128_xor(dst + (j + 1), dst + (j + 1), ivs + j);
u128_xor           56 arch/x86/crypto/serpent_sse2_glue.c 	u128_xor(dst, src, (u128 *)&ctrblk);
u128_xor           49 arch/x86/crypto/twofish_glue_3way.c 	u128_xor(&dst[1], &dst[1], &ivs[0]);
u128_xor           50 arch/x86/crypto/twofish_glue_3way.c 	u128_xor(&dst[2], &dst[2], &ivs[1]);
u128_xor           65 arch/x86/crypto/twofish_glue_3way.c 	u128_xor(dst, dst, (u128 *)&ctrblk);
u128_xor           72 include/crypto/b128ops.h 	u128_xor((u128 *)r, (u128 *)p, (u128 *)q);
u128_xor           77 include/crypto/b128ops.h 	u128_xor((u128 *)r, (u128 *)p, (u128 *)q);
u128_xor          432 net/bluetooth/smp.c 	u128_xor((u128 *) res, (u128 *) r, (u128 *) p1);
u128_xor          449 net/bluetooth/smp.c 	u128_xor((u128 *) res, (u128 *) res, (u128 *) p2);