OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWAP4
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/crypto/aes/
aes_ct.c
230
#define
SWAP4
(x, y) SWAPN(0x33333333, 0xCCCCCCCC, 2, x, y)
238
SWAP4
(q[0], q[2]);
239
SWAP4
(q[1], q[3]);
240
SWAP4
(q[4], q[6]);
241
SWAP4
(q[5], q[7]);
/src/sys/crypto/aes/arch/x86/
aes_sse2.c
230
#define
SWAP4
(x, y) SWAPN(0x3333333333333333, 0xCCCCCCCCCCCCCCCC, 2, x, y)
236
SWAP4
(q[0], q[2]);
237
SWAP4
(q[1], q[3]);
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025