OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QUARTERROUND
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/
core_hchacha20.c
8
#define
QUARTERROUND
(A, B, C, D) \
49
QUARTERROUND
(x0, x4, x8, x12);
50
QUARTERROUND
(x1, x5, x9, x13);
51
QUARTERROUND
(x2, x6, x10, x14);
52
QUARTERROUND
(x3, x7, x11, x15);
53
QUARTERROUND
(x0, x5, x10, x15);
54
QUARTERROUND
(x1, x6, x11, x12);
55
QUARTERROUND
(x2, x7, x8, x13);
56
QUARTERROUND
(x3, x4, x9, x14);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c
35
#define
QUARTERROUND
(a, b, c, d) \
142
QUARTERROUND
(x0, x4, x8, x12)
143
QUARTERROUND
(x1, x5, x9, x13)
144
QUARTERROUND
(x2, x6, x10, x14)
145
QUARTERROUND
(x3, x7, x11, x15)
146
QUARTERROUND
(x0, x5, x10, x15)
147
QUARTERROUND
(x1, x6, x11, x12)
148
QUARTERROUND
(x2, x7, x8, x13)
149
QUARTERROUND
(x3, x4, x9, x14)
/src/lib/libc/gen/
arc4random.c
123
#define
QUARTERROUND
(a, b, c, d) do { \
158
QUARTERROUND
( x0, x4, x8,x12);
159
QUARTERROUND
( x1, x5, x9,x13);
160
QUARTERROUND
( x2, x6,x10,x14);
161
QUARTERROUND
( x3, x7,x11,x15);
162
QUARTERROUND
( x0, x5,x10,x15);
163
QUARTERROUND
( x1, x6,x11,x12);
164
QUARTERROUND
( x2, x7, x8,x13);
165
QUARTERROUND
( x3, x4, x9,x14);
Completed in 12 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025