OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTATE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/crypto/des/
des_enc.c
82
/* Things have been modified so that the initial
rotate
is
90
r=
ROTATE
(r,29)&0xffffffffL;
91
l=
ROTATE
(l,29)&0xffffffffL;
155
/*
rotate
and clear the top bits on machines with 8byte longs */
156
l=
ROTATE
(l,3)&0xffffffffL;
157
r=
ROTATE
(r,3)&0xffffffffL;
179
/* Things have been modified so that the initial
rotate
is
186
r=
ROTATE
(r,29)&0xffffffffL;
187
l=
ROTATE
(l,29)&0xffffffffL;
250
/*
rotate
and clear the top bits on machines with 8byte longs *
[
all
...]
des_locl.h
124
#define
ROTATE
(a,n) (((a)>>(n))+((a)<<(32-(n))))
151
t=
ROTATE
(t,4); \
179
t=
ROTATE
(t,4); \
214
t=
ROTATE
(t,4); \
233
t=
ROTATE
(t,6); \
262
t=
ROTATE
(t,6); \
291
t=
ROTATE
(t,4); \
des_setkey.c
225
*(k++)=
ROTATE
(t2,30)&0xffffffffL;
228
*(k++)=
ROTATE
(t2,26)&0xffffffffL;
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c
30
#define
ROTATE
(v, c) (ROTL32(v, c))
37
d =
ROTATE
(XOR(d, a), 16); \
39
b =
ROTATE
(XOR(b, c), 12); \
41
d =
ROTATE
(XOR(d, a), 8); \
43
b =
ROTATE
(XOR(b, c), 7);
Completed in 14 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025