sbin/isakmpd/crypto.h
44
#define XOR64(x,y) *(u_int64_t *)(x) ^= *(u_int64_t *)(y);
sbin/isakmpd/crypto.h
49
#define XOR64(x,y) *(u_int32_t *)(x) ^= *(u_int32_t *)(y); \
sbin/isakmpd/crypto.h
57
#define XOR64(x,y) XOR8(x,y,0); XOR8(x,y,1); XOR8(x,y,2); XOR8(x,y,3); \