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

/src/sys/crypto/aes/arch/x86/
H A Daes_sse2_4x32.c233 #define SWAP2(x, y) SWAPN(0x55555555, 0xAAAAAAAA, 1, x, y) macro
237 SWAP2(q[0], q[1]);
238 SWAP2(q[2], q[3]);
239 SWAP2(q[4], q[5]);
240 SWAP2(q[6], q[7]);
/src/sys/crypto/aes/
H A Daes_ct.c229 #define SWAP2(x, y) SWAPN(0x55555555, 0xAAAAAAAA, 1, x, y) macro
233 SWAP2(q[0], q[1]);
234 SWAP2(q[2], q[3]);
235 SWAP2(q[4], q[5]);
236 SWAP2(q[6], q[7]);
H A Daes_ct64.c244 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) macro
248 SWAP2(q[0], q[1]);
249 SWAP2(q[2], q[3]);
250 SWAP2(q[4], q[5]);
251 SWAP2(q[6], q[7]);

Completed in 9 milliseconds