Searched defs:SWAP4 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/crypto/aes/ |
H A D | aes_ct.c | 230 #define SWAP4(x, y) SWAPN(0x33333333, 0xCCCCCCCC, 2, x, y) in br_aes_ct_ortho() macro
|
/netbsd-src/sys/crypto/aes/arch/x86/ |
H A D | aes_sse2.c | 230 #define SWAP4(x, y) SWAPN(0x3333333333333333, 0xCCCCCCCCCCCCCCCC, 2, x, y) in aes_sse2_ortho() macro
|