OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWAP8
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/crypto/aes/
aes_ct.c
231
#define
SWAP8
(x, y) SWAPN(0x0F0F0F0F, 0xF0F0F0F0, 4, x, y)
243
SWAP8
(q[0], q[4]);
244
SWAP8
(q[1], q[5]);
245
SWAP8
(q[2], q[6]);
246
SWAP8
(q[3], q[7]);
/src/sys/crypto/aes/arch/x86/
aes_sse2.c
231
#define
SWAP8
(x, y) SWAPN(0x0F0F0F0F0F0F0F0F, 0xF0F0F0F0F0F0F0F0, 4, x, y)
247
SWAP8
(q0, q4);
248
SWAP8
(q1, q5);
249
SWAP8
(q2, q6);
250
SWAP8
(q3, q7);
Completed in 32 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025