Searched refs:SWAP4 (Results 1 - 3 of 3) sorted by relevance

/src/sys/crypto/aes/arch/x86/
H A Daes_sse2_4x32.c234 #define SWAP4(x, y) SWAPN(0x33333333, 0xCCCCCCCC, 2, x, y) macro
242 SWAP4(q[0], q[2]);
243 SWAP4(q[1], q[3]);
244 SWAP4(q[4], q[6]);
245 SWAP4(q[5], q[7]);
/src/sys/crypto/aes/
H A Daes_ct.c230 #define SWAP4(x, y) SWAPN(0x33333333, 0xCCCCCCCC, 2, x, y) macro
238 SWAP4(q[0], q[2]);
239 SWAP4(q[1], q[3]);
240 SWAP4(q[4], q[6]);
241 SWAP4(q[5], q[7]);
H A Daes_ct64.c245 #define SWAP4(x, y) SWAPN(0x3333333333333333, 0xCCCCCCCCCCCCCCCC, 2, x, y) macro
253 SWAP4(q[0], q[2]);
254 SWAP4(q[1], q[3]);
255 SWAP4(q[4], q[6]);
256 SWAP4(q[5], q[7]);

Completed in 5 milliseconds