Searched refs:SWAP4 (Results 1 - 3 of 3) sorted by relevance
| /src/sys/crypto/aes/arch/x86/ |
| H A D | aes_sse2_4x32.c | 234 #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 D | aes_ct.c | 230 #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 D | aes_ct64.c | 245 #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