Searched defs:XOR64 (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sbin/isakmpd/ |
H A D | crypto.h | 44 #define XOR64(x,y) *(u_int64_t *)(x) ^= *(u_int64_t *)(y); macro 49 #define XOR64(x,y) *(u_int32_t *)(x) ^= *(u_int32_t *)(y); \ macro 57 #define XOR64(x,y) XOR8(x,y,0); XOR8(x,y,1); XOR8(x,y,2); XOR8(x,y,3); \ macro
|