Symbol: ROTATE
crypto/libressl/crypto/aes/aes_core.c
1361
#if defined(ROTATE)
crypto/libressl/crypto/aes/aes_core.c
1362
rk[j] = tpe ^ ROTATE(tpd, 16) ^
crypto/libressl/crypto/aes/aes_core.c
1363
ROTATE(tp9, 24) ^ ROTATE(tpb, 8);
crypto/libressl/crypto/chacha/chacha-merged.c
71
a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
crypto/libressl/crypto/chacha/chacha-merged.c
72
c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
crypto/libressl/crypto/chacha/chacha-merged.c
73
a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
crypto/libressl/crypto/chacha/chacha-merged.c
74
c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
crypto/libressl/crypto/des/des_enc.c
149
l=ROTATE(l,3)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
150
r=ROTATE(r,3)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
179
r=ROTATE(r,29)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
180
l=ROTATE(l,29)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
240
data[0]=ROTATE(l,3)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
241
data[1]=ROTATE(r,3)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
87
r=ROTATE(r,29)&0xffffffffL;
crypto/libressl/crypto/des/des_enc.c
88
l=ROTATE(l,29)&0xffffffffL;
crypto/libressl/crypto/des/des_locl.h
182
t=ROTATE(t,4); \
crypto/libressl/crypto/des/des_locl.h
210
t=ROTATE(t,4); \
crypto/libressl/crypto/des/des_locl.h
234
t=ROTATE(t,4); \
crypto/libressl/crypto/des/des_locl.h
254
t=ROTATE(t,6); \
crypto/libressl/crypto/des/des_locl.h
283
t=ROTATE(t,6); \
crypto/libressl/crypto/des/des_locl.h
312
t=ROTATE(t,4); \
crypto/libressl/crypto/des/fcrypt_b.c
133
l=ROTATE(l,3)&0xffffffffL;
crypto/libressl/crypto/des/fcrypt_b.c
134
r=ROTATE(r,3)&0xffffffffL;
crypto/libressl/crypto/des/set_key.c
383
*(k++)=ROTATE(t2,30)&0xffffffffL;
crypto/libressl/crypto/des/set_key.c
386
*(k++)=ROTATE(t2,26)&0xffffffffL;
crypto/libressl/crypto/md4/md4_locl.h
104
a=ROTATE(a,s); };
crypto/libressl/crypto/md4/md4_locl.h
108
a=ROTATE(a,s); };\
crypto/libressl/crypto/md4/md4_locl.h
112
a=ROTATE(a,s); };
crypto/libressl/crypto/md5/md5_locl.h
116
a=ROTATE(a,s); \
crypto/libressl/crypto/md5/md5_locl.h
121
a=ROTATE(a,s); \
crypto/libressl/crypto/md5/md5_locl.h
126
a=ROTATE(a,s); \
crypto/libressl/crypto/md5/md5_locl.h
131
a=ROTATE(a,s); \
crypto/libressl/crypto/ripemd/rmd_locl.h
128
a=ROTATE(a,s)+e; \
crypto/libressl/crypto/ripemd/rmd_locl.h
129
c=ROTATE(c,10); }
crypto/libressl/crypto/ripemd/rmd_locl.h
133
a=ROTATE(a,s)+e; \
crypto/libressl/crypto/ripemd/rmd_locl.h
134
c=ROTATE(c,10); }
crypto/libressl/crypto/ripemd/rmd_locl.h
138
a=ROTATE(a,s)+e; \
crypto/libressl/crypto/ripemd/rmd_locl.h
139
c=ROTATE(c,10); }
crypto/libressl/crypto/ripemd/rmd_locl.h
143
a=ROTATE(a,s)+e; \
crypto/libressl/crypto/ripemd/rmd_locl.h
144
c=ROTATE(c,10); }
crypto/libressl/crypto/ripemd/rmd_locl.h
148
a=ROTATE(a,s)+e; \
crypto/libressl/crypto/ripemd/rmd_locl.h
149
c=ROTATE(c,10); }
crypto/libressl/crypto/sha/sha256.c
142
#define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10))
crypto/libressl/crypto/sha/sha256.c
143
#define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7))
crypto/libressl/crypto/sha/sha256.c
144
#define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3))
crypto/libressl/crypto/sha/sha256.c
145
#define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10))
crypto/libressl/crypto/sha/sha_locl.h
137
(f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
crypto/libressl/crypto/sha/sha_locl.h
138
(b)=ROTATE((b),30);
crypto/libressl/crypto/sha/sha_locl.h
142
(f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
crypto/libressl/crypto/sha/sha_locl.h
143
(b)=ROTATE((b),30);
crypto/libressl/crypto/sha/sha_locl.h
147
(f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
crypto/libressl/crypto/sha/sha_locl.h
148
(b)=ROTATE((b),30);
crypto/libressl/crypto/sha/sha_locl.h
152
(f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
crypto/libressl/crypto/sha/sha_locl.h
153
(b)=ROTATE((b),30);
crypto/libressl/crypto/sha/sha_locl.h
157
(f)+=(e)+K_40_59+ROTATE((a),5)+F_40_59((b),(c),(d)); \
crypto/libressl/crypto/sha/sha_locl.h
158
(b)=ROTATE((b),30);
crypto/libressl/crypto/sha/sha_locl.h
162
(f)=xa+(e)+K_60_79+ROTATE((a),5)+F_60_79((b),(c),(d)); \
crypto/libressl/crypto/sha/sha_locl.h
163
(b)=ROTATE((b),30);
crypto/libressl/crypto/sha/sha_locl.h
347
E=D, D=C, C=ROTATE(B,30), B=A; \
crypto/libressl/crypto/sha/sha_locl.h
348
A=ROTATE(A,5)+T+xi; } while(0)
crypto/libressl/crypto/sha/sha_locl.h
353
E=D, D=C, C=ROTATE(B,30), B=A; \
crypto/libressl/crypto/sha/sha_locl.h
354
A=ROTATE(A,5)+T; } while(0)
crypto/libressl/crypto/sha/sha_locl.h
359
E=D, D=C, C=ROTATE(B,30), B=A; \
crypto/libressl/crypto/sha/sha_locl.h
360
A=ROTATE(A,5)+T; } while(0)
crypto/libressl/crypto/sha/sha_locl.h
365
E=D, D=C, C=ROTATE(B,30), B=A; \
crypto/libressl/crypto/sha/sha_locl.h
366
A=ROTATE(A,5)+T; } while(0)
crypto/libressl/crypto/sha/sha_locl.h
371
E=D, D=C, C=ROTATE(B,30), B=A; \
crypto/libressl/crypto/sha/sha_locl.h
372
A=ROTATE(A,5)+T+xa; } while(0)
crypto/libressl/crypto/sha/sha_locl.h
85
ix=(a)=ROTATE((a),1) \
crypto/libressl/crypto/sm3/sm3_locl.h
48
#define P0(X) (X ^ ROTATE(X, 9) ^ ROTATE(X, 17))
crypto/libressl/crypto/sm3/sm3_locl.h
49
#define P1(X) (X ^ ROTATE(X, 15) ^ ROTATE(X, 23))
crypto/libressl/crypto/sm3/sm3_locl.h
58
(P1(W0 ^ W7 ^ ROTATE(W13, 15)) ^ ROTATE(W3, 7) ^ W10)
crypto/libressl/crypto/sm3/sm3_locl.h
61
const SM3_WORD A12 = ROTATE(A, 12); \
crypto/libressl/crypto/sm3/sm3_locl.h
63
const SM3_WORD SS1 = ROTATE(A12_SM, 7); \
crypto/libressl/crypto/sm3/sm3_locl.h
66
B = ROTATE(B, 9); \
crypto/libressl/crypto/sm3/sm3_locl.h
68
F = ROTATE(F, 19); \
crypto/libressl/crypto/whrlpool/wp_block.c
121
# if defined(ROTATE)
crypto/libressl/crypto/whrlpool/wp_block.c
125
# define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8)
crypto/libressl/crypto/whrlpool/wp_block.c
126
# define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16)
crypto/libressl/crypto/whrlpool/wp_block.c
127
# define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24)
crypto/libressl/crypto/whrlpool/wp_block.c
128
# define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32)
crypto/libressl/crypto/whrlpool/wp_block.c
129
# define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40)
crypto/libressl/crypto/whrlpool/wp_block.c
130
# define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48)
crypto/libressl/crypto/whrlpool/wp_block.c
131
# define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56)
crypto/libressl/crypto/whrlpool/wp_block.c
85
# if !defined(ROTATE)
crypto/libressl/crypto/whrlpool/wp_block.c
92
# if defined(ROTATE) && !defined(__STRICT_ALIGNMENT)
crypto/openssh/chacha.c
46
a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
crypto/openssh/chacha.c
47
c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
crypto/openssh/chacha.c
48
a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
crypto/openssh/chacha.c
49
c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
games/caesar/caesar.c
139
putchar(ROTATE(ch, winner));
games/caesar/caesar.c
77
putchar(ROTATE(ch, rot));
sys/crypto/chacha20/chacha.c
47
a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
sys/crypto/chacha20/chacha.c
48
c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
sys/crypto/chacha20/chacha.c
49
a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
sys/crypto/chacha20/chacha.c
50
c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
sys/crypto/des/des_enc.c
157
l=ROTATE(l,3)&0xffffffffL;
sys/crypto/des/des_enc.c
158
r=ROTATE(r,3)&0xffffffffL;
sys/crypto/des/des_enc.c
187
r=ROTATE(r,29)&0xffffffffL;
sys/crypto/des/des_enc.c
188
l=ROTATE(l,29)&0xffffffffL;
sys/crypto/des/des_enc.c
252
data[0]=ROTATE(l,3)&0xffffffffL;
sys/crypto/des/des_enc.c
253
data[1]=ROTATE(r,3)&0xffffffffL;
sys/crypto/des/des_enc.c
91
r=ROTATE(r,29)&0xffffffffL;
sys/crypto/des/des_enc.c
92
l=ROTATE(l,29)&0xffffffffL;
sys/crypto/des/des_locl.h
151
t=ROTATE(t,4); \
sys/crypto/des/des_locl.h
179
t=ROTATE(t,4); \
sys/crypto/des/des_locl.h
214
t=ROTATE(t,4); \
sys/crypto/des/des_locl.h
233
t=ROTATE(t,6); \
sys/crypto/des/des_locl.h
262
t=ROTATE(t,6); \
sys/crypto/des/des_locl.h
291
t=ROTATE(t,4); \
sys/crypto/des/des_setkey.c
218
*(k++)=ROTATE(t2,30)&0xffffffffL;
sys/crypto/des/des_setkey.c
221
*(k++)=ROTATE(t2,26)&0xffffffffL;