Home
last modified time | relevance | path

Searched defs:SWAP4 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/crypto/aes/
H A Daes_ct.c230 #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 Daes_sse2.c230 #define SWAP4(x, y) SWAPN(0x3333333333333333, 0xCCCCCCCCCCCCCCCC, 2, x, y) in aes_sse2_ortho() macro