crypto/libressl/apps/openssl/dh.c
233
if (dh_config.C) {
crypto/libressl/apps/openssl/dh.c
78
int C;
crypto/libressl/apps/openssl/dh.c
93
.opt.flag = &dh_config.C,
crypto/libressl/apps/openssl/dhparam.c
135
int C;
crypto/libressl/apps/openssl/dhparam.c
167
.opt.flag = &dhparam_config.C,
crypto/libressl/apps/openssl/dhparam.c
410
if (dhparam_config.C) {
crypto/libressl/apps/openssl/dsaparam.c
258
if (dsaparam_config.C) {
crypto/libressl/apps/openssl/dsaparam.c
83
int C;
crypto/libressl/apps/openssl/dsaparam.c
98
.opt.flag = &dsaparam_config.C,
crypto/libressl/apps/openssl/ecparam.c
147
.opt.flag = &ecparam_config.C,
crypto/libressl/apps/openssl/ecparam.c
408
if (ecparam_config.C) {
crypto/libressl/apps/openssl/ecparam.c
94
int C;
crypto/libressl/apps/openssl/x509.c
1082
} else if (x509_config.C == i) {
crypto/libressl/apps/openssl/x509.c
320
.opt.order = &x509_config.C,
crypto/libressl/apps/openssl/x509.c
95
int C;
crypto/libressl/crypto/gost/gostr341001.c
155
EC_POINT *C = NULL;
crypto/libressl/crypto/gost/gostr341001.c
187
if ((C = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/gost/gostr341001.c
206
if (EC_POINT_mul(group, C, k, NULL, NULL, ctx) == 0) {
crypto/libressl/crypto/gost/gostr341001.c
210
if (EC_POINT_get_affine_coordinates(group, C, X,
crypto/libressl/crypto/gost/gostr341001.c
237
EC_POINT_free(C);
crypto/libressl/crypto/gost/gostr341001.c
257
EC_POINT *C = NULL;
crypto/libressl/crypto/gost/gostr341001.c
302
if ((C = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/gost/gostr341001.c
304
if (EC_POINT_mul(group, C, z1, pub_key, z2, ctx) == 0) {
crypto/libressl/crypto/gost/gostr341001.c
308
if (EC_POINT_get_affine_coordinates(group, C, X, NULL, ctx) == 0) {
crypto/libressl/crypto/gost/gostr341001.c
320
EC_POINT_free(C);
crypto/libressl/crypto/md4/md4_dgst.c
102
C=c->C;
crypto/libressl/crypto/md4/md4_dgst.c
110
R0(A,B,C,D,X( 0), 3,0); HOST_c2l(data,l); X( 2)=l;
crypto/libressl/crypto/md4/md4_dgst.c
111
R0(D,A,B,C,X( 1), 7,0); HOST_c2l(data,l); X( 3)=l;
crypto/libressl/crypto/md4/md4_dgst.c
112
R0(C,D,A,B,X( 2),11,0); HOST_c2l(data,l); X( 4)=l;
crypto/libressl/crypto/md4/md4_dgst.c
113
R0(B,C,D,A,X( 3),19,0); HOST_c2l(data,l); X( 5)=l;
crypto/libressl/crypto/md4/md4_dgst.c
114
R0(A,B,C,D,X( 4), 3,0); HOST_c2l(data,l); X( 6)=l;
crypto/libressl/crypto/md4/md4_dgst.c
115
R0(D,A,B,C,X( 5), 7,0); HOST_c2l(data,l); X( 7)=l;
crypto/libressl/crypto/md4/md4_dgst.c
116
R0(C,D,A,B,X( 6),11,0); HOST_c2l(data,l); X( 8)=l;
crypto/libressl/crypto/md4/md4_dgst.c
117
R0(B,C,D,A,X( 7),19,0); HOST_c2l(data,l); X( 9)=l;
crypto/libressl/crypto/md4/md4_dgst.c
118
R0(A,B,C,D,X( 8), 3,0); HOST_c2l(data,l); X(10)=l;
crypto/libressl/crypto/md4/md4_dgst.c
119
R0(D,A,B,C,X( 9), 7,0); HOST_c2l(data,l); X(11)=l;
crypto/libressl/crypto/md4/md4_dgst.c
120
R0(C,D,A,B,X(10),11,0); HOST_c2l(data,l); X(12)=l;
crypto/libressl/crypto/md4/md4_dgst.c
121
R0(B,C,D,A,X(11),19,0); HOST_c2l(data,l); X(13)=l;
crypto/libressl/crypto/md4/md4_dgst.c
122
R0(A,B,C,D,X(12), 3,0); HOST_c2l(data,l); X(14)=l;
crypto/libressl/crypto/md4/md4_dgst.c
123
R0(D,A,B,C,X(13), 7,0); HOST_c2l(data,l); X(15)=l;
crypto/libressl/crypto/md4/md4_dgst.c
124
R0(C,D,A,B,X(14),11,0);
crypto/libressl/crypto/md4/md4_dgst.c
125
R0(B,C,D,A,X(15),19,0);
crypto/libressl/crypto/md4/md4_dgst.c
127
R1(A,B,C,D,X( 0), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
128
R1(D,A,B,C,X( 4), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
129
R1(C,D,A,B,X( 8), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
130
R1(B,C,D,A,X(12),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
131
R1(A,B,C,D,X( 1), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
132
R1(D,A,B,C,X( 5), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
133
R1(C,D,A,B,X( 9), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
134
R1(B,C,D,A,X(13),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
135
R1(A,B,C,D,X( 2), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
136
R1(D,A,B,C,X( 6), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
137
R1(C,D,A,B,X(10), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
138
R1(B,C,D,A,X(14),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
139
R1(A,B,C,D,X( 3), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
140
R1(D,A,B,C,X( 7), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
141
R1(C,D,A,B,X(11), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
142
R1(B,C,D,A,X(15),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
144
R2(A,B,C,D,X( 0), 3,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
145
R2(D,A,B,C,X( 8), 9,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
146
R2(C,D,A,B,X( 4),11,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
147
R2(B,C,D,A,X(12),15,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
148
R2(A,B,C,D,X( 2), 3,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
149
R2(D,A,B,C,X(10), 9,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
150
R2(C,D,A,B,X( 6),11,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
151
R2(B,C,D,A,X(14),15,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
152
R2(A,B,C,D,X( 1), 3,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
153
R2(D,A,B,C,X( 9), 9,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
154
R2(C,D,A,B,X( 5),11,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
155
R2(B,C,D,A,X(13),15,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
156
R2(A,B,C,D,X( 3), 3,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
157
R2(D,A,B,C,X(11), 9,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
158
R2(C,D,A,B,X( 7),11,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
159
R2(B,C,D,A,X(15),15,0x6ED9EBA1L);
crypto/libressl/crypto/md4/md4_dgst.c
163
C = c->C += C;
crypto/libressl/crypto/md4/md4_dgst.c
77
c->C=INIT_DATA_C;
crypto/libressl/crypto/md4/md4_dgst.c
89
unsigned MD32_REG_T A,B,C,D,l;
crypto/libressl/crypto/md4/md4_locl.h
82
ll=(c)->C; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md5/md5_dgst.c
102
C=c->C;
crypto/libressl/crypto/md5/md5_dgst.c
109
R0(A,B,C,D,X( 0), 7,0xd76aa478L); HOST_c2l(data,l); X( 2)=l;
crypto/libressl/crypto/md5/md5_dgst.c
110
R0(D,A,B,C,X( 1),12,0xe8c7b756L); HOST_c2l(data,l); X( 3)=l;
crypto/libressl/crypto/md5/md5_dgst.c
111
R0(C,D,A,B,X( 2),17,0x242070dbL); HOST_c2l(data,l); X( 4)=l;
crypto/libressl/crypto/md5/md5_dgst.c
112
R0(B,C,D,A,X( 3),22,0xc1bdceeeL); HOST_c2l(data,l); X( 5)=l;
crypto/libressl/crypto/md5/md5_dgst.c
113
R0(A,B,C,D,X( 4), 7,0xf57c0fafL); HOST_c2l(data,l); X( 6)=l;
crypto/libressl/crypto/md5/md5_dgst.c
114
R0(D,A,B,C,X( 5),12,0x4787c62aL); HOST_c2l(data,l); X( 7)=l;
crypto/libressl/crypto/md5/md5_dgst.c
115
R0(C,D,A,B,X( 6),17,0xa8304613L); HOST_c2l(data,l); X( 8)=l;
crypto/libressl/crypto/md5/md5_dgst.c
116
R0(B,C,D,A,X( 7),22,0xfd469501L); HOST_c2l(data,l); X( 9)=l;
crypto/libressl/crypto/md5/md5_dgst.c
117
R0(A,B,C,D,X( 8), 7,0x698098d8L); HOST_c2l(data,l); X(10)=l;
crypto/libressl/crypto/md5/md5_dgst.c
118
R0(D,A,B,C,X( 9),12,0x8b44f7afL); HOST_c2l(data,l); X(11)=l;
crypto/libressl/crypto/md5/md5_dgst.c
119
R0(C,D,A,B,X(10),17,0xffff5bb1L); HOST_c2l(data,l); X(12)=l;
crypto/libressl/crypto/md5/md5_dgst.c
120
R0(B,C,D,A,X(11),22,0x895cd7beL); HOST_c2l(data,l); X(13)=l;
crypto/libressl/crypto/md5/md5_dgst.c
121
R0(A,B,C,D,X(12), 7,0x6b901122L); HOST_c2l(data,l); X(14)=l;
crypto/libressl/crypto/md5/md5_dgst.c
122
R0(D,A,B,C,X(13),12,0xfd987193L); HOST_c2l(data,l); X(15)=l;
crypto/libressl/crypto/md5/md5_dgst.c
123
R0(C,D,A,B,X(14),17,0xa679438eL);
crypto/libressl/crypto/md5/md5_dgst.c
124
R0(B,C,D,A,X(15),22,0x49b40821L);
crypto/libressl/crypto/md5/md5_dgst.c
126
R1(A,B,C,D,X( 1), 5,0xf61e2562L);
crypto/libressl/crypto/md5/md5_dgst.c
127
R1(D,A,B,C,X( 6), 9,0xc040b340L);
crypto/libressl/crypto/md5/md5_dgst.c
128
R1(C,D,A,B,X(11),14,0x265e5a51L);
crypto/libressl/crypto/md5/md5_dgst.c
129
R1(B,C,D,A,X( 0),20,0xe9b6c7aaL);
crypto/libressl/crypto/md5/md5_dgst.c
130
R1(A,B,C,D,X( 5), 5,0xd62f105dL);
crypto/libressl/crypto/md5/md5_dgst.c
131
R1(D,A,B,C,X(10), 9,0x02441453L);
crypto/libressl/crypto/md5/md5_dgst.c
132
R1(C,D,A,B,X(15),14,0xd8a1e681L);
crypto/libressl/crypto/md5/md5_dgst.c
133
R1(B,C,D,A,X( 4),20,0xe7d3fbc8L);
crypto/libressl/crypto/md5/md5_dgst.c
134
R1(A,B,C,D,X( 9), 5,0x21e1cde6L);
crypto/libressl/crypto/md5/md5_dgst.c
135
R1(D,A,B,C,X(14), 9,0xc33707d6L);
crypto/libressl/crypto/md5/md5_dgst.c
136
R1(C,D,A,B,X( 3),14,0xf4d50d87L);
crypto/libressl/crypto/md5/md5_dgst.c
137
R1(B,C,D,A,X( 8),20,0x455a14edL);
crypto/libressl/crypto/md5/md5_dgst.c
138
R1(A,B,C,D,X(13), 5,0xa9e3e905L);
crypto/libressl/crypto/md5/md5_dgst.c
139
R1(D,A,B,C,X( 2), 9,0xfcefa3f8L);
crypto/libressl/crypto/md5/md5_dgst.c
140
R1(C,D,A,B,X( 7),14,0x676f02d9L);
crypto/libressl/crypto/md5/md5_dgst.c
141
R1(B,C,D,A,X(12),20,0x8d2a4c8aL);
crypto/libressl/crypto/md5/md5_dgst.c
143
R2(A,B,C,D,X( 5), 4,0xfffa3942L);
crypto/libressl/crypto/md5/md5_dgst.c
144
R2(D,A,B,C,X( 8),11,0x8771f681L);
crypto/libressl/crypto/md5/md5_dgst.c
145
R2(C,D,A,B,X(11),16,0x6d9d6122L);
crypto/libressl/crypto/md5/md5_dgst.c
146
R2(B,C,D,A,X(14),23,0xfde5380cL);
crypto/libressl/crypto/md5/md5_dgst.c
147
R2(A,B,C,D,X( 1), 4,0xa4beea44L);
crypto/libressl/crypto/md5/md5_dgst.c
148
R2(D,A,B,C,X( 4),11,0x4bdecfa9L);
crypto/libressl/crypto/md5/md5_dgst.c
149
R2(C,D,A,B,X( 7),16,0xf6bb4b60L);
crypto/libressl/crypto/md5/md5_dgst.c
150
R2(B,C,D,A,X(10),23,0xbebfbc70L);
crypto/libressl/crypto/md5/md5_dgst.c
151
R2(A,B,C,D,X(13), 4,0x289b7ec6L);
crypto/libressl/crypto/md5/md5_dgst.c
152
R2(D,A,B,C,X( 0),11,0xeaa127faL);
crypto/libressl/crypto/md5/md5_dgst.c
153
R2(C,D,A,B,X( 3),16,0xd4ef3085L);
crypto/libressl/crypto/md5/md5_dgst.c
154
R2(B,C,D,A,X( 6),23,0x04881d05L);
crypto/libressl/crypto/md5/md5_dgst.c
155
R2(A,B,C,D,X( 9), 4,0xd9d4d039L);
crypto/libressl/crypto/md5/md5_dgst.c
156
R2(D,A,B,C,X(12),11,0xe6db99e5L);
crypto/libressl/crypto/md5/md5_dgst.c
157
R2(C,D,A,B,X(15),16,0x1fa27cf8L);
crypto/libressl/crypto/md5/md5_dgst.c
158
R2(B,C,D,A,X( 2),23,0xc4ac5665L);
crypto/libressl/crypto/md5/md5_dgst.c
160
R3(A,B,C,D,X( 0), 6,0xf4292244L);
crypto/libressl/crypto/md5/md5_dgst.c
161
R3(D,A,B,C,X( 7),10,0x432aff97L);
crypto/libressl/crypto/md5/md5_dgst.c
162
R3(C,D,A,B,X(14),15,0xab9423a7L);
crypto/libressl/crypto/md5/md5_dgst.c
163
R3(B,C,D,A,X( 5),21,0xfc93a039L);
crypto/libressl/crypto/md5/md5_dgst.c
164
R3(A,B,C,D,X(12), 6,0x655b59c3L);
crypto/libressl/crypto/md5/md5_dgst.c
165
R3(D,A,B,C,X( 3),10,0x8f0ccc92L);
crypto/libressl/crypto/md5/md5_dgst.c
166
R3(C,D,A,B,X(10),15,0xffeff47dL);
crypto/libressl/crypto/md5/md5_dgst.c
167
R3(B,C,D,A,X( 1),21,0x85845dd1L);
crypto/libressl/crypto/md5/md5_dgst.c
168
R3(A,B,C,D,X( 8), 6,0x6fa87e4fL);
crypto/libressl/crypto/md5/md5_dgst.c
169
R3(D,A,B,C,X(15),10,0xfe2ce6e0L);
crypto/libressl/crypto/md5/md5_dgst.c
170
R3(C,D,A,B,X( 6),15,0xa3014314L);
crypto/libressl/crypto/md5/md5_dgst.c
171
R3(B,C,D,A,X(13),21,0x4e0811a1L);
crypto/libressl/crypto/md5/md5_dgst.c
172
R3(A,B,C,D,X( 4), 6,0xf7537e82L);
crypto/libressl/crypto/md5/md5_dgst.c
173
R3(D,A,B,C,X(11),10,0xbd3af235L);
crypto/libressl/crypto/md5/md5_dgst.c
174
R3(C,D,A,B,X( 2),15,0x2ad7d2bbL);
crypto/libressl/crypto/md5/md5_dgst.c
175
R3(B,C,D,A,X( 9),21,0xeb86d391L);
crypto/libressl/crypto/md5/md5_dgst.c
179
C = c->C += C;
crypto/libressl/crypto/md5/md5_dgst.c
77
c->C=INIT_DATA_C;
crypto/libressl/crypto/md5/md5_dgst.c
89
unsigned MD32_REG_T A,B,C,D,l;
crypto/libressl/crypto/md5/md5_locl.h
93
ll=(c)->C; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/modes/modes_lcl.h
20
#define U64(C) C##UL
crypto/libressl/crypto/modes/modes_lcl.h
24
#define U64(C) C##ULL
crypto/libressl/crypto/ripemd/rmd_dgst.c
104
A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E;
crypto/libressl/crypto/ripemd/rmd_dgst.c
107
RIP1(A,B,C,D,E,WL00,SL00); HOST_c2l(data,l); X( 2)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
108
RIP1(E,A,B,C,D,WL01,SL01); HOST_c2l(data,l); X( 3)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
109
RIP1(D,E,A,B,C,WL02,SL02); HOST_c2l(data,l); X( 4)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
110
RIP1(C,D,E,A,B,WL03,SL03); HOST_c2l(data,l); X( 5)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
111
RIP1(B,C,D,E,A,WL04,SL04); HOST_c2l(data,l); X( 6)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
112
RIP1(A,B,C,D,E,WL05,SL05); HOST_c2l(data,l); X( 7)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
113
RIP1(E,A,B,C,D,WL06,SL06); HOST_c2l(data,l); X( 8)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
114
RIP1(D,E,A,B,C,WL07,SL07); HOST_c2l(data,l); X( 9)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
115
RIP1(C,D,E,A,B,WL08,SL08); HOST_c2l(data,l); X(10)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
116
RIP1(B,C,D,E,A,WL09,SL09); HOST_c2l(data,l); X(11)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
117
RIP1(A,B,C,D,E,WL10,SL10); HOST_c2l(data,l); X(12)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
118
RIP1(E,A,B,C,D,WL11,SL11); HOST_c2l(data,l); X(13)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
119
RIP1(D,E,A,B,C,WL12,SL12); HOST_c2l(data,l); X(14)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
120
RIP1(C,D,E,A,B,WL13,SL13); HOST_c2l(data,l); X(15)=l;
crypto/libressl/crypto/ripemd/rmd_dgst.c
121
RIP1(B,C,D,E,A,WL14,SL14);
crypto/libressl/crypto/ripemd/rmd_dgst.c
122
RIP1(A,B,C,D,E,WL15,SL15);
crypto/libressl/crypto/ripemd/rmd_dgst.c
124
RIP2(E,A,B,C,D,WL16,SL16,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
125
RIP2(D,E,A,B,C,WL17,SL17,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
126
RIP2(C,D,E,A,B,WL18,SL18,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
127
RIP2(B,C,D,E,A,WL19,SL19,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
128
RIP2(A,B,C,D,E,WL20,SL20,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
129
RIP2(E,A,B,C,D,WL21,SL21,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
130
RIP2(D,E,A,B,C,WL22,SL22,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
131
RIP2(C,D,E,A,B,WL23,SL23,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
132
RIP2(B,C,D,E,A,WL24,SL24,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
133
RIP2(A,B,C,D,E,WL25,SL25,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
134
RIP2(E,A,B,C,D,WL26,SL26,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
135
RIP2(D,E,A,B,C,WL27,SL27,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
136
RIP2(C,D,E,A,B,WL28,SL28,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
137
RIP2(B,C,D,E,A,WL29,SL29,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
138
RIP2(A,B,C,D,E,WL30,SL30,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
139
RIP2(E,A,B,C,D,WL31,SL31,KL1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
141
RIP3(D,E,A,B,C,WL32,SL32,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
142
RIP3(C,D,E,A,B,WL33,SL33,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
143
RIP3(B,C,D,E,A,WL34,SL34,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
144
RIP3(A,B,C,D,E,WL35,SL35,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
145
RIP3(E,A,B,C,D,WL36,SL36,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
146
RIP3(D,E,A,B,C,WL37,SL37,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
147
RIP3(C,D,E,A,B,WL38,SL38,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
148
RIP3(B,C,D,E,A,WL39,SL39,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
149
RIP3(A,B,C,D,E,WL40,SL40,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
150
RIP3(E,A,B,C,D,WL41,SL41,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
151
RIP3(D,E,A,B,C,WL42,SL42,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
152
RIP3(C,D,E,A,B,WL43,SL43,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
153
RIP3(B,C,D,E,A,WL44,SL44,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
154
RIP3(A,B,C,D,E,WL45,SL45,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
155
RIP3(E,A,B,C,D,WL46,SL46,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
156
RIP3(D,E,A,B,C,WL47,SL47,KL2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
158
RIP4(C,D,E,A,B,WL48,SL48,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
159
RIP4(B,C,D,E,A,WL49,SL49,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
160
RIP4(A,B,C,D,E,WL50,SL50,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
161
RIP4(E,A,B,C,D,WL51,SL51,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
162
RIP4(D,E,A,B,C,WL52,SL52,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
163
RIP4(C,D,E,A,B,WL53,SL53,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
164
RIP4(B,C,D,E,A,WL54,SL54,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
165
RIP4(A,B,C,D,E,WL55,SL55,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
166
RIP4(E,A,B,C,D,WL56,SL56,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
167
RIP4(D,E,A,B,C,WL57,SL57,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
168
RIP4(C,D,E,A,B,WL58,SL58,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
169
RIP4(B,C,D,E,A,WL59,SL59,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
170
RIP4(A,B,C,D,E,WL60,SL60,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
171
RIP4(E,A,B,C,D,WL61,SL61,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
172
RIP4(D,E,A,B,C,WL62,SL62,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
173
RIP4(C,D,E,A,B,WL63,SL63,KL3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
175
RIP5(B,C,D,E,A,WL64,SL64,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
176
RIP5(A,B,C,D,E,WL65,SL65,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
177
RIP5(E,A,B,C,D,WL66,SL66,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
178
RIP5(D,E,A,B,C,WL67,SL67,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
179
RIP5(C,D,E,A,B,WL68,SL68,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
180
RIP5(B,C,D,E,A,WL69,SL69,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
181
RIP5(A,B,C,D,E,WL70,SL70,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
182
RIP5(E,A,B,C,D,WL71,SL71,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
183
RIP5(D,E,A,B,C,WL72,SL72,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
184
RIP5(C,D,E,A,B,WL73,SL73,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
185
RIP5(B,C,D,E,A,WL74,SL74,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
186
RIP5(A,B,C,D,E,WL75,SL75,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
187
RIP5(E,A,B,C,D,WL76,SL76,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
188
RIP5(D,E,A,B,C,WL77,SL77,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
189
RIP5(C,D,E,A,B,WL78,SL78,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
190
RIP5(B,C,D,E,A,WL79,SL79,KL4);
crypto/libressl/crypto/ripemd/rmd_dgst.c
192
a=A; b=B; c=C; d=D; e=E;
crypto/libressl/crypto/ripemd/rmd_dgst.c
194
A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E;
crypto/libressl/crypto/ripemd/rmd_dgst.c
196
RIP5(A,B,C,D,E,WR00,SR00,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
197
RIP5(E,A,B,C,D,WR01,SR01,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
198
RIP5(D,E,A,B,C,WR02,SR02,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
199
RIP5(C,D,E,A,B,WR03,SR03,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
200
RIP5(B,C,D,E,A,WR04,SR04,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
201
RIP5(A,B,C,D,E,WR05,SR05,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
202
RIP5(E,A,B,C,D,WR06,SR06,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
203
RIP5(D,E,A,B,C,WR07,SR07,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
204
RIP5(C,D,E,A,B,WR08,SR08,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
205
RIP5(B,C,D,E,A,WR09,SR09,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
206
RIP5(A,B,C,D,E,WR10,SR10,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
207
RIP5(E,A,B,C,D,WR11,SR11,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
208
RIP5(D,E,A,B,C,WR12,SR12,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
209
RIP5(C,D,E,A,B,WR13,SR13,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
210
RIP5(B,C,D,E,A,WR14,SR14,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
211
RIP5(A,B,C,D,E,WR15,SR15,KR0);
crypto/libressl/crypto/ripemd/rmd_dgst.c
213
RIP4(E,A,B,C,D,WR16,SR16,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
214
RIP4(D,E,A,B,C,WR17,SR17,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
215
RIP4(C,D,E,A,B,WR18,SR18,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
216
RIP4(B,C,D,E,A,WR19,SR19,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
217
RIP4(A,B,C,D,E,WR20,SR20,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
218
RIP4(E,A,B,C,D,WR21,SR21,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
219
RIP4(D,E,A,B,C,WR22,SR22,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
220
RIP4(C,D,E,A,B,WR23,SR23,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
221
RIP4(B,C,D,E,A,WR24,SR24,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
222
RIP4(A,B,C,D,E,WR25,SR25,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
223
RIP4(E,A,B,C,D,WR26,SR26,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
224
RIP4(D,E,A,B,C,WR27,SR27,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
225
RIP4(C,D,E,A,B,WR28,SR28,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
226
RIP4(B,C,D,E,A,WR29,SR29,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
227
RIP4(A,B,C,D,E,WR30,SR30,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
228
RIP4(E,A,B,C,D,WR31,SR31,KR1);
crypto/libressl/crypto/ripemd/rmd_dgst.c
230
RIP3(D,E,A,B,C,WR32,SR32,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
231
RIP3(C,D,E,A,B,WR33,SR33,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
232
RIP3(B,C,D,E,A,WR34,SR34,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
233
RIP3(A,B,C,D,E,WR35,SR35,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
234
RIP3(E,A,B,C,D,WR36,SR36,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
235
RIP3(D,E,A,B,C,WR37,SR37,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
236
RIP3(C,D,E,A,B,WR38,SR38,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
237
RIP3(B,C,D,E,A,WR39,SR39,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
238
RIP3(A,B,C,D,E,WR40,SR40,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
239
RIP3(E,A,B,C,D,WR41,SR41,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
240
RIP3(D,E,A,B,C,WR42,SR42,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
241
RIP3(C,D,E,A,B,WR43,SR43,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
242
RIP3(B,C,D,E,A,WR44,SR44,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
243
RIP3(A,B,C,D,E,WR45,SR45,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
244
RIP3(E,A,B,C,D,WR46,SR46,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
245
RIP3(D,E,A,B,C,WR47,SR47,KR2);
crypto/libressl/crypto/ripemd/rmd_dgst.c
247
RIP2(C,D,E,A,B,WR48,SR48,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
248
RIP2(B,C,D,E,A,WR49,SR49,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
249
RIP2(A,B,C,D,E,WR50,SR50,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
250
RIP2(E,A,B,C,D,WR51,SR51,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
251
RIP2(D,E,A,B,C,WR52,SR52,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
252
RIP2(C,D,E,A,B,WR53,SR53,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
253
RIP2(B,C,D,E,A,WR54,SR54,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
254
RIP2(A,B,C,D,E,WR55,SR55,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
255
RIP2(E,A,B,C,D,WR56,SR56,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
256
RIP2(D,E,A,B,C,WR57,SR57,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
257
RIP2(C,D,E,A,B,WR58,SR58,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
258
RIP2(B,C,D,E,A,WR59,SR59,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
259
RIP2(A,B,C,D,E,WR60,SR60,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
260
RIP2(E,A,B,C,D,WR61,SR61,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
261
RIP2(D,E,A,B,C,WR62,SR62,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
262
RIP2(C,D,E,A,B,WR63,SR63,KR3);
crypto/libressl/crypto/ripemd/rmd_dgst.c
264
RIP1(B,C,D,E,A,WR64,SR64);
crypto/libressl/crypto/ripemd/rmd_dgst.c
265
RIP1(A,B,C,D,E,WR65,SR65);
crypto/libressl/crypto/ripemd/rmd_dgst.c
266
RIP1(E,A,B,C,D,WR66,SR66);
crypto/libressl/crypto/ripemd/rmd_dgst.c
267
RIP1(D,E,A,B,C,WR67,SR67);
crypto/libressl/crypto/ripemd/rmd_dgst.c
268
RIP1(C,D,E,A,B,WR68,SR68);
crypto/libressl/crypto/ripemd/rmd_dgst.c
269
RIP1(B,C,D,E,A,WR69,SR69);
crypto/libressl/crypto/ripemd/rmd_dgst.c
270
RIP1(A,B,C,D,E,WR70,SR70);
crypto/libressl/crypto/ripemd/rmd_dgst.c
271
RIP1(E,A,B,C,D,WR71,SR71);
crypto/libressl/crypto/ripemd/rmd_dgst.c
272
RIP1(D,E,A,B,C,WR72,SR72);
crypto/libressl/crypto/ripemd/rmd_dgst.c
273
RIP1(C,D,E,A,B,WR73,SR73);
crypto/libressl/crypto/ripemd/rmd_dgst.c
274
RIP1(B,C,D,E,A,WR74,SR74);
crypto/libressl/crypto/ripemd/rmd_dgst.c
275
RIP1(A,B,C,D,E,WR75,SR75);
crypto/libressl/crypto/ripemd/rmd_dgst.c
276
RIP1(E,A,B,C,D,WR76,SR76);
crypto/libressl/crypto/ripemd/rmd_dgst.c
277
RIP1(D,E,A,B,C,WR77,SR77);
crypto/libressl/crypto/ripemd/rmd_dgst.c
278
RIP1(C,D,E,A,B,WR78,SR78);
crypto/libressl/crypto/ripemd/rmd_dgst.c
279
RIP1(B,C,D,E,A,WR79,SR79);
crypto/libressl/crypto/ripemd/rmd_dgst.c
282
ctx->B=ctx->C+d+E;
crypto/libressl/crypto/ripemd/rmd_dgst.c
283
ctx->C=ctx->D+e+A;
crypto/libressl/crypto/ripemd/rmd_dgst.c
285
ctx->E=ctx->A+b+C;
crypto/libressl/crypto/ripemd/rmd_dgst.c
76
c->C=RIPEMD160_C;
crypto/libressl/crypto/ripemd/rmd_dgst.c
89
unsigned MD32_REG_T A,B,C,D,E;
crypto/libressl/crypto/ripemd/rmd_locl.h
93
ll=(c)->C; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sha/sha_locl.h
193
unsigned MD32_REG_T A,B,C,D,E,T,l;
crypto/libressl/crypto/sha/sha_locl.h
203
C=c->h2;
crypto/libressl/crypto/sha/sha_locl.h
216
BODY_00_15( 0,A,B,C,D,E,T,X( 0)); X( 2) = W[ 2];
crypto/libressl/crypto/sha/sha_locl.h
217
BODY_00_15( 1,T,A,B,C,D,E,X( 1)); X( 3) = W[ 3];
crypto/libressl/crypto/sha/sha_locl.h
218
BODY_00_15( 2,E,T,A,B,C,D,X( 2)); X( 4) = W[ 4];
crypto/libressl/crypto/sha/sha_locl.h
219
BODY_00_15( 3,D,E,T,A,B,C,X( 3)); X( 5) = W[ 5];
crypto/libressl/crypto/sha/sha_locl.h
220
BODY_00_15( 4,C,D,E,T,A,B,X( 4)); X( 6) = W[ 6];
crypto/libressl/crypto/sha/sha_locl.h
221
BODY_00_15( 5,B,C,D,E,T,A,X( 5)); X( 7) = W[ 7];
crypto/libressl/crypto/sha/sha_locl.h
222
BODY_00_15( 6,A,B,C,D,E,T,X( 6)); X( 8) = W[ 8];
crypto/libressl/crypto/sha/sha_locl.h
223
BODY_00_15( 7,T,A,B,C,D,E,X( 7)); X( 9) = W[ 9];
crypto/libressl/crypto/sha/sha_locl.h
224
BODY_00_15( 8,E,T,A,B,C,D,X( 8)); X(10) = W[10];
crypto/libressl/crypto/sha/sha_locl.h
225
BODY_00_15( 9,D,E,T,A,B,C,X( 9)); X(11) = W[11];
crypto/libressl/crypto/sha/sha_locl.h
226
BODY_00_15(10,C,D,E,T,A,B,X(10)); X(12) = W[12];
crypto/libressl/crypto/sha/sha_locl.h
227
BODY_00_15(11,B,C,D,E,T,A,X(11)); X(13) = W[13];
crypto/libressl/crypto/sha/sha_locl.h
228
BODY_00_15(12,A,B,C,D,E,T,X(12)); X(14) = W[14];
crypto/libressl/crypto/sha/sha_locl.h
229
BODY_00_15(13,T,A,B,C,D,E,X(13)); X(15) = W[15];
crypto/libressl/crypto/sha/sha_locl.h
230
BODY_00_15(14,E,T,A,B,C,D,X(14));
crypto/libressl/crypto/sha/sha_locl.h
231
BODY_00_15(15,D,E,T,A,B,C,X(15));
crypto/libressl/crypto/sha/sha_locl.h
238
BODY_00_15( 0,A,B,C,D,E,T,X( 0)); HOST_c2l(data,l); X( 2)=l;
crypto/libressl/crypto/sha/sha_locl.h
239
BODY_00_15( 1,T,A,B,C,D,E,X( 1)); HOST_c2l(data,l); X( 3)=l;
crypto/libressl/crypto/sha/sha_locl.h
240
BODY_00_15( 2,E,T,A,B,C,D,X( 2)); HOST_c2l(data,l); X( 4)=l;
crypto/libressl/crypto/sha/sha_locl.h
241
BODY_00_15( 3,D,E,T,A,B,C,X( 3)); HOST_c2l(data,l); X( 5)=l;
crypto/libressl/crypto/sha/sha_locl.h
242
BODY_00_15( 4,C,D,E,T,A,B,X( 4)); HOST_c2l(data,l); X( 6)=l;
crypto/libressl/crypto/sha/sha_locl.h
243
BODY_00_15( 5,B,C,D,E,T,A,X( 5)); HOST_c2l(data,l); X( 7)=l;
crypto/libressl/crypto/sha/sha_locl.h
244
BODY_00_15( 6,A,B,C,D,E,T,X( 6)); HOST_c2l(data,l); X( 8)=l;
crypto/libressl/crypto/sha/sha_locl.h
245
BODY_00_15( 7,T,A,B,C,D,E,X( 7)); HOST_c2l(data,l); X( 9)=l;
crypto/libressl/crypto/sha/sha_locl.h
246
BODY_00_15( 8,E,T,A,B,C,D,X( 8)); HOST_c2l(data,l); X(10)=l;
crypto/libressl/crypto/sha/sha_locl.h
247
BODY_00_15( 9,D,E,T,A,B,C,X( 9)); HOST_c2l(data,l); X(11)=l;
crypto/libressl/crypto/sha/sha_locl.h
248
BODY_00_15(10,C,D,E,T,A,B,X(10)); HOST_c2l(data,l); X(12)=l;
crypto/libressl/crypto/sha/sha_locl.h
249
BODY_00_15(11,B,C,D,E,T,A,X(11)); HOST_c2l(data,l); X(13)=l;
crypto/libressl/crypto/sha/sha_locl.h
250
BODY_00_15(12,A,B,C,D,E,T,X(12)); HOST_c2l(data,l); X(14)=l;
crypto/libressl/crypto/sha/sha_locl.h
251
BODY_00_15(13,T,A,B,C,D,E,X(13)); HOST_c2l(data,l); X(15)=l;
crypto/libressl/crypto/sha/sha_locl.h
252
BODY_00_15(14,E,T,A,B,C,D,X(14));
crypto/libressl/crypto/sha/sha_locl.h
253
BODY_00_15(15,D,E,T,A,B,C,X(15));
crypto/libressl/crypto/sha/sha_locl.h
256
BODY_16_19(16,C,D,E,T,A,B,X( 0),X( 0),X( 2),X( 8),X(13));
crypto/libressl/crypto/sha/sha_locl.h
257
BODY_16_19(17,B,C,D,E,T,A,X( 1),X( 1),X( 3),X( 9),X(14));
crypto/libressl/crypto/sha/sha_locl.h
258
BODY_16_19(18,A,B,C,D,E,T,X( 2),X( 2),X( 4),X(10),X(15));
crypto/libressl/crypto/sha/sha_locl.h
259
BODY_16_19(19,T,A,B,C,D,E,X( 3),X( 3),X( 5),X(11),X( 0));
crypto/libressl/crypto/sha/sha_locl.h
261
BODY_20_31(20,E,T,A,B,C,D,X( 4),X( 4),X( 6),X(12),X( 1));
crypto/libressl/crypto/sha/sha_locl.h
262
BODY_20_31(21,D,E,T,A,B,C,X( 5),X( 5),X( 7),X(13),X( 2));
crypto/libressl/crypto/sha/sha_locl.h
263
BODY_20_31(22,C,D,E,T,A,B,X( 6),X( 6),X( 8),X(14),X( 3));
crypto/libressl/crypto/sha/sha_locl.h
264
BODY_20_31(23,B,C,D,E,T,A,X( 7),X( 7),X( 9),X(15),X( 4));
crypto/libressl/crypto/sha/sha_locl.h
265
BODY_20_31(24,A,B,C,D,E,T,X( 8),X( 8),X(10),X( 0),X( 5));
crypto/libressl/crypto/sha/sha_locl.h
266
BODY_20_31(25,T,A,B,C,D,E,X( 9),X( 9),X(11),X( 1),X( 6));
crypto/libressl/crypto/sha/sha_locl.h
267
BODY_20_31(26,E,T,A,B,C,D,X(10),X(10),X(12),X( 2),X( 7));
crypto/libressl/crypto/sha/sha_locl.h
268
BODY_20_31(27,D,E,T,A,B,C,X(11),X(11),X(13),X( 3),X( 8));
crypto/libressl/crypto/sha/sha_locl.h
269
BODY_20_31(28,C,D,E,T,A,B,X(12),X(12),X(14),X( 4),X( 9));
crypto/libressl/crypto/sha/sha_locl.h
270
BODY_20_31(29,B,C,D,E,T,A,X(13),X(13),X(15),X( 5),X(10));
crypto/libressl/crypto/sha/sha_locl.h
271
BODY_20_31(30,A,B,C,D,E,T,X(14),X(14),X( 0),X( 6),X(11));
crypto/libressl/crypto/sha/sha_locl.h
272
BODY_20_31(31,T,A,B,C,D,E,X(15),X(15),X( 1),X( 7),X(12));
crypto/libressl/crypto/sha/sha_locl.h
274
BODY_32_39(32,E,T,A,B,C,D,X( 0),X( 2),X( 8),X(13));
crypto/libressl/crypto/sha/sha_locl.h
275
BODY_32_39(33,D,E,T,A,B,C,X( 1),X( 3),X( 9),X(14));
crypto/libressl/crypto/sha/sha_locl.h
276
BODY_32_39(34,C,D,E,T,A,B,X( 2),X( 4),X(10),X(15));
crypto/libressl/crypto/sha/sha_locl.h
277
BODY_32_39(35,B,C,D,E,T,A,X( 3),X( 5),X(11),X( 0));
crypto/libressl/crypto/sha/sha_locl.h
278
BODY_32_39(36,A,B,C,D,E,T,X( 4),X( 6),X(12),X( 1));
crypto/libressl/crypto/sha/sha_locl.h
279
BODY_32_39(37,T,A,B,C,D,E,X( 5),X( 7),X(13),X( 2));
crypto/libressl/crypto/sha/sha_locl.h
280
BODY_32_39(38,E,T,A,B,C,D,X( 6),X( 8),X(14),X( 3));
crypto/libressl/crypto/sha/sha_locl.h
281
BODY_32_39(39,D,E,T,A,B,C,X( 7),X( 9),X(15),X( 4));
crypto/libressl/crypto/sha/sha_locl.h
283
BODY_40_59(40,C,D,E,T,A,B,X( 8),X(10),X( 0),X( 5));
crypto/libressl/crypto/sha/sha_locl.h
284
BODY_40_59(41,B,C,D,E,T,A,X( 9),X(11),X( 1),X( 6));
crypto/libressl/crypto/sha/sha_locl.h
285
BODY_40_59(42,A,B,C,D,E,T,X(10),X(12),X( 2),X( 7));
crypto/libressl/crypto/sha/sha_locl.h
286
BODY_40_59(43,T,A,B,C,D,E,X(11),X(13),X( 3),X( 8));
crypto/libressl/crypto/sha/sha_locl.h
287
BODY_40_59(44,E,T,A,B,C,D,X(12),X(14),X( 4),X( 9));
crypto/libressl/crypto/sha/sha_locl.h
288
BODY_40_59(45,D,E,T,A,B,C,X(13),X(15),X( 5),X(10));
crypto/libressl/crypto/sha/sha_locl.h
289
BODY_40_59(46,C,D,E,T,A,B,X(14),X( 0),X( 6),X(11));
crypto/libressl/crypto/sha/sha_locl.h
290
BODY_40_59(47,B,C,D,E,T,A,X(15),X( 1),X( 7),X(12));
crypto/libressl/crypto/sha/sha_locl.h
291
BODY_40_59(48,A,B,C,D,E,T,X( 0),X( 2),X( 8),X(13));
crypto/libressl/crypto/sha/sha_locl.h
292
BODY_40_59(49,T,A,B,C,D,E,X( 1),X( 3),X( 9),X(14));
crypto/libressl/crypto/sha/sha_locl.h
293
BODY_40_59(50,E,T,A,B,C,D,X( 2),X( 4),X(10),X(15));
crypto/libressl/crypto/sha/sha_locl.h
294
BODY_40_59(51,D,E,T,A,B,C,X( 3),X( 5),X(11),X( 0));
crypto/libressl/crypto/sha/sha_locl.h
295
BODY_40_59(52,C,D,E,T,A,B,X( 4),X( 6),X(12),X( 1));
crypto/libressl/crypto/sha/sha_locl.h
296
BODY_40_59(53,B,C,D,E,T,A,X( 5),X( 7),X(13),X( 2));
crypto/libressl/crypto/sha/sha_locl.h
297
BODY_40_59(54,A,B,C,D,E,T,X( 6),X( 8),X(14),X( 3));
crypto/libressl/crypto/sha/sha_locl.h
298
BODY_40_59(55,T,A,B,C,D,E,X( 7),X( 9),X(15),X( 4));
crypto/libressl/crypto/sha/sha_locl.h
299
BODY_40_59(56,E,T,A,B,C,D,X( 8),X(10),X( 0),X( 5));
crypto/libressl/crypto/sha/sha_locl.h
300
BODY_40_59(57,D,E,T,A,B,C,X( 9),X(11),X( 1),X( 6));
crypto/libressl/crypto/sha/sha_locl.h
301
BODY_40_59(58,C,D,E,T,A,B,X(10),X(12),X( 2),X( 7));
crypto/libressl/crypto/sha/sha_locl.h
302
BODY_40_59(59,B,C,D,E,T,A,X(11),X(13),X( 3),X( 8));
crypto/libressl/crypto/sha/sha_locl.h
304
BODY_60_79(60,A,B,C,D,E,T,X(12),X(14),X( 4),X( 9));
crypto/libressl/crypto/sha/sha_locl.h
305
BODY_60_79(61,T,A,B,C,D,E,X(13),X(15),X( 5),X(10));
crypto/libressl/crypto/sha/sha_locl.h
306
BODY_60_79(62,E,T,A,B,C,D,X(14),X( 0),X( 6),X(11));
crypto/libressl/crypto/sha/sha_locl.h
307
BODY_60_79(63,D,E,T,A,B,C,X(15),X( 1),X( 7),X(12));
crypto/libressl/crypto/sha/sha_locl.h
308
BODY_60_79(64,C,D,E,T,A,B,X( 0),X( 2),X( 8),X(13));
crypto/libressl/crypto/sha/sha_locl.h
309
BODY_60_79(65,B,C,D,E,T,A,X( 1),X( 3),X( 9),X(14));
crypto/libressl/crypto/sha/sha_locl.h
310
BODY_60_79(66,A,B,C,D,E,T,X( 2),X( 4),X(10),X(15));
crypto/libressl/crypto/sha/sha_locl.h
311
BODY_60_79(67,T,A,B,C,D,E,X( 3),X( 5),X(11),X( 0));
crypto/libressl/crypto/sha/sha_locl.h
312
BODY_60_79(68,E,T,A,B,C,D,X( 4),X( 6),X(12),X( 1));
crypto/libressl/crypto/sha/sha_locl.h
313
BODY_60_79(69,D,E,T,A,B,C,X( 5),X( 7),X(13),X( 2));
crypto/libressl/crypto/sha/sha_locl.h
314
BODY_60_79(70,C,D,E,T,A,B,X( 6),X( 8),X(14),X( 3));
crypto/libressl/crypto/sha/sha_locl.h
315
BODY_60_79(71,B,C,D,E,T,A,X( 7),X( 9),X(15),X( 4));
crypto/libressl/crypto/sha/sha_locl.h
316
BODY_60_79(72,A,B,C,D,E,T,X( 8),X(10),X( 0),X( 5));
crypto/libressl/crypto/sha/sha_locl.h
317
BODY_60_79(73,T,A,B,C,D,E,X( 9),X(11),X( 1),X( 6));
crypto/libressl/crypto/sha/sha_locl.h
318
BODY_60_79(74,E,T,A,B,C,D,X(10),X(12),X( 2),X( 7));
crypto/libressl/crypto/sha/sha_locl.h
319
BODY_60_79(75,D,E,T,A,B,C,X(11),X(13),X( 3),X( 8));
crypto/libressl/crypto/sha/sha_locl.h
320
BODY_60_79(76,C,D,E,T,A,B,X(12),X(14),X( 4),X( 9));
crypto/libressl/crypto/sha/sha_locl.h
321
BODY_60_79(77,B,C,D,E,T,A,X(13),X(15),X( 5),X(10));
crypto/libressl/crypto/sha/sha_locl.h
322
BODY_60_79(78,A,B,C,D,E,T,X(14),X( 0),X( 6),X(11));
crypto/libressl/crypto/sha/sha_locl.h
323
BODY_60_79(79,T,A,B,C,D,E,X(15),X( 1),X( 7),X(12));
crypto/libressl/crypto/sha/sha_locl.h
329
c->h4=(c->h4+C)&0xffffffffL;
crypto/libressl/crypto/sha/sha_locl.h
335
C=c->h2;
crypto/libressl/crypto/sha/sha_locl.h
346
T=E+K_00_19+F_00_19(B,C,D); \
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
352
T+=E+K_00_19+F_00_19(B,C,D); \
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
358
T+=E+K_20_39+F_20_39(B,C,D); \
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
364
T+=E+K_40_59+F_40_59(B,C,D); \
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
370
T=E+K_60_79+F_60_79(B,C,D); \
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
378
unsigned MD32_REG_T A,B,C,D,E,T,l;
crypto/libressl/crypto/sha/sha_locl.h
384
C=c->h2;
crypto/libressl/crypto/sha/sha_locl.h
403
c->h2=(c->h2+C)&0xffffffffL;
crypto/libressl/crypto/sha/sha_locl.h
411
C=c->h2;
crypto/libressl/crypto/sm3/sm3.c
100
R1(B, C, D, A, F, G, H, E, 0x6228cbce, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
102
R1(A, B, C, D, E, F, G, H, 0xc451979c, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
104
R1(D, A, B, C, H, E, F, G, 0x88a32f39, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
106
R1(C, D, A, B, G, H, E, F, 0x11465e73, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
108
R1(B, C, D, A, F, G, H, E, 0x228cbce6, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
110
R2(A, B, C, D, E, F, G, H, 0x9d8a7a87, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
112
R2(D, A, B, C, H, E, F, G, 0x3b14f50f, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
114
R2(C, D, A, B, G, H, E, F, 0x7629ea1e, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
116
R2(B, C, D, A, F, G, H, E, 0xec53d43c, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
118
R2(A, B, C, D, E, F, G, H, 0xd8a7a879, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
120
R2(D, A, B, C, H, E, F, G, 0xb14f50f3, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
122
R2(C, D, A, B, G, H, E, F, 0x629ea1e7, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
124
R2(B, C, D, A, F, G, H, E, 0xc53d43ce, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
126
R2(A, B, C, D, E, F, G, H, 0x8a7a879d, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
128
R2(D, A, B, C, H, E, F, G, 0x14f50f3b, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
130
R2(C, D, A, B, G, H, E, F, 0x29ea1e76, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3.c
132
R2(B, C, D, A, F, G, H, E, 0x53d43cec, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
134
R2(A, B, C, D, E, F, G, H, 0xa7a879d8, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
136
R2(D, A, B, C, H, E, F, G, 0x4f50f3b1, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
138
R2(C, D, A, B, G, H, E, F, 0x9ea1e762, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
140
R2(B, C, D, A, F, G, H, E, 0x3d43cec5, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
142
R2(A, B, C, D, E, F, G, H, 0x7a879d8a, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
144
R2(D, A, B, C, H, E, F, G, 0xf50f3b14, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
146
R2(C, D, A, B, G, H, E, F, 0xea1e7629, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
148
R2(B, C, D, A, F, G, H, E, 0xd43cec53, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
150
R2(A, B, C, D, E, F, G, H, 0xa879d8a7, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
152
R2(D, A, B, C, H, E, F, G, 0x50f3b14f, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
154
R2(C, D, A, B, G, H, E, F, 0xa1e7629e, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
156
R2(B, C, D, A, F, G, H, E, 0x43cec53d, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
158
R2(A, B, C, D, E, F, G, H, 0x879d8a7a, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
160
R2(D, A, B, C, H, E, F, G, 0x0f3b14f5, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
162
R2(C, D, A, B, G, H, E, F, 0x1e7629ea, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3.c
164
R2(B, C, D, A, F, G, H, E, 0x3cec53d4, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
166
R2(A, B, C, D, E, F, G, H, 0x79d8a7a8, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
168
R2(D, A, B, C, H, E, F, G, 0xf3b14f50, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
170
R2(C, D, A, B, G, H, E, F, 0xe7629ea1, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
172
R2(B, C, D, A, F, G, H, E, 0xcec53d43, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
174
R2(A, B, C, D, E, F, G, H, 0x9d8a7a87, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
176
R2(D, A, B, C, H, E, F, G, 0x3b14f50f, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
178
R2(C, D, A, B, G, H, E, F, 0x7629ea1e, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
180
R2(B, C, D, A, F, G, H, E, 0xec53d43c, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
182
R2(A, B, C, D, E, F, G, H, 0xd8a7a879, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
183
R2(D, A, B, C, H, E, F, G, 0xb14f50f3, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
184
R2(C, D, A, B, G, H, E, F, 0x629ea1e7, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
185
R2(B, C, D, A, F, G, H, E, 0xc53d43ce, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
186
R2(A, B, C, D, E, F, G, H, 0x8a7a879d, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
187
R2(D, A, B, C, H, E, F, G, 0x14f50f3b, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
188
R2(C, D, A, B, G, H, E, F, 0x29ea1e76, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3.c
189
R2(B, C, D, A, F, G, H, E, 0x53d43cec, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
190
R2(A, B, C, D, E, F, G, H, 0xa7a879d8, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
191
R2(D, A, B, C, H, E, F, G, 0x4f50f3b1, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
192
R2(C, D, A, B, G, H, E, F, 0x9ea1e762, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
193
R2(B, C, D, A, F, G, H, E, 0x3d43cec5, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
197
ctx->C ^= C;
crypto/libressl/crypto/sm3/sm3.c
30
c->C = SM3_C;
crypto/libressl/crypto/sm3/sm3.c
43
SM3_WORD A, B, C, D, E, F, G, H;
crypto/libressl/crypto/sm3/sm3.c
50
C = ctx->C;
crypto/libressl/crypto/sm3/sm3.c
78
R1(A, B, C, D, E, F, G, H, 0x79cc4519, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
80
R1(D, A, B, C, H, E, F, G, 0xf3988a32, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
82
R1(C, D, A, B, G, H, E, F, 0xe7311465, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
84
R1(B, C, D, A, F, G, H, E, 0xce6228cb, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
86
R1(A, B, C, D, E, F, G, H, 0x9cc45197, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
88
R1(D, A, B, C, H, E, F, G, 0x3988a32f, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
90
R1(C, D, A, B, G, H, E, F, 0x7311465e, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
92
R1(B, C, D, A, F, G, H, E, 0xe6228cbc, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
94
R1(A, B, C, D, E, F, G, H, 0xcc451979, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
96
R1(D, A, B, C, H, E, F, G, 0x988a32f3, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
98
R1(C, D, A, B, G, H, E, F, 0x311465e7, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3_locl.h
34
ll = (c)->C; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
60
#define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \
crypto/libressl/crypto/sm3/sm3_locl.h
64
const SM3_WORD TT1 = FF(A, B, C) + D + (SS1 ^ A12) + (Wj); \
crypto/libressl/crypto/sm3/sm3_locl.h
72
#define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \
crypto/libressl/crypto/sm3/sm3_locl.h
73
ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF0, GG0)
crypto/libressl/crypto/sm3/sm3_locl.h
75
#define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \
crypto/libressl/crypto/sm3/sm3_locl.h
76
ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF1, GG1)
crypto/libressl/include/openssl/gost.h
145
#define U64(C) C##UL
crypto/libressl/include/openssl/gost.h
148
#define U64(C) C##ULL
crypto/libressl/include/openssl/md4.h
88
MD4_LONG A,B,C,D;
crypto/libressl/include/openssl/md5.h
95
MD5_LONG A,B,C,D;
crypto/libressl/include/openssl/ripemd.h
89
RIPEMD160_LONG A,B,C,D,E;
crypto/libressl/include/openssl/sha.h
154
#define U64(C) C##UL
crypto/libressl/include/openssl/sha.h
157
#define U64(C) C##ULL
crypto/libressl/include/openssl/sm3.h
39
SM3_WORD A, B, C, D, E, F, G, H;
crypto/libressl/ssl/s3_cbc.c
298
u32toLE(md5->C, md_out);
crypto/openssh/sntrup761.c
1067
static void ZEncrypt(unsigned char *C,const Inputs r,const unsigned char *pk)
crypto/openssh/sntrup761.c
1073
Rounded_encode(C,c);
crypto/openssh/sntrup761.c
1077
static void ZDecrypt(Inputs r,const unsigned char *C,const unsigned char *sk)
crypto/openssh/sntrup761.c
1084
Rounded_decode(c,C);
crypto/openssh/sntrup761.c
468
static int8 Top(Fq C)
crypto/openssh/sntrup761.c
470
return (tau1*(int32)(C+tau0)+16384)>>15;
games/sail/assorted.c
73
Chit = chits = tp->C;
games/sail/extern.h
222
char A, B, C, D;
games/sail/extern.h
227
char H, G, C, R;
games/sail/game.c
82
Move -= 1 + WET[windspeed][ship->specs->class-1].C;
games/sail/pl_3.c
188
chits = t->C;
include/nsswitch.h
134
#define NS_FILES_CB(F,C) { NSSRC_FILES, F, C },
include/nsswitch.h
135
#define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, C },
include/nsswitch.h
139
# define NS_DNS_CB(F,C) { NSSRC_DNS, F, C },
include/nsswitch.h
141
# define NS_DNS_CB(F,C)
include/nsswitch.h
145
# define NS_NIS_CB(F,C) { NSSRC_NIS, F, C },
include/nsswitch.h
147
# define NS_NIS_CB(F,C)
lib/omd/private_md5.h
248
context->C = 0x98badcfe;
lib/omd/private_md5.h
49
MD5_LONG A,B,C,D;
libexec/ftpd/ftpcmd.y
115
A B C E F I
libexec/ftpd/ftpcmd.y
1466
return (C);
libexec/ftpd/ftpcmd.y
898
| C
libexec/ftpd/ftpcmd.y
971
| C
sbin/growfs/debug.h
100
fprintf(stderr, (A), (B), (C)); \
sbin/growfs/debug.h
102
#define DBG_PRINT3(A,B,C,D) if(_dbg_lvl_ & DL_INFO) { \
sbin/growfs/debug.h
104
fprintf(stderr, (A), (B), (C), (D)); \
sbin/growfs/debug.h
106
#define DBG_PRINT4(A,B,C,D,E) if(_dbg_lvl_ & DL_INFO) { \
sbin/growfs/debug.h
108
fprintf(stderr, (A), (B), (C), (D), (E)); \
sbin/growfs/debug.h
114
#define DBG_DUMP_HEX(F,C,M)
sbin/growfs/debug.h
115
#define DBG_DUMP_FS(F,C)
sbin/growfs/debug.h
116
#define DBG_DUMP_CG(F,C,M)
sbin/growfs/debug.h
117
#define DBG_DUMP_CSUM(F,C,M)
sbin/growfs/debug.h
118
#define DBG_DUMP_INO(F,C,M)
sbin/growfs/debug.h
119
#define DBG_DUMP_IBLK(F,C,M,L)
sbin/growfs/debug.h
120
#define DBG_DUMP_INMAP(F,C,M)
sbin/growfs/debug.h
121
#define DBG_DUMP_FRMAP(F,C,M)
sbin/growfs/debug.h
122
#define DBG_DUMP_CLMAP(F,C,M)
sbin/growfs/debug.h
123
#define DBG_DUMP_CLSUM(F,C,M)
sbin/growfs/debug.h
124
#define DBG_DUMP_SPTBL(F,C,M)
sbin/growfs/debug.h
130
#define DBG_PRINT2(A,B,C)
sbin/growfs/debug.h
131
#define DBG_PRINT3(A,B,C,D)
sbin/growfs/debug.h
132
#define DBG_PRINT4(A,B,C,D,E)
sbin/growfs/debug.h
66
#define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M))
sbin/growfs/debug.h
67
#define DBG_DUMP_FS(F,C) dbg_dump_fs((F),(C))
sbin/growfs/debug.h
68
#define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M))
sbin/growfs/debug.h
69
#define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M))
sbin/growfs/debug.h
70
#define DBG_DUMP_INO(F,C,M) dbg_dump_ino((F),(C),(M))
sbin/growfs/debug.h
71
#define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L))
sbin/growfs/debug.h
72
#define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M))
sbin/growfs/debug.h
73
#define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M))
sbin/growfs/debug.h
74
#define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M))
sbin/growfs/debug.h
75
#define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M))
sbin/growfs/debug.h
76
#define DBG_DUMP_SPTBL(F,C,M) dbg_dump_sptbl((F),(C),(M))
sbin/growfs/debug.h
98
#define DBG_PRINT2(A,B,C) if(_dbg_lvl_ & DL_INFO) { \
sbin/route/route.c
517
sprintf(line, "%u", C(in.s_addr >> 24));
sbin/route/route.c
519
sprintf(line, "%u.%u", C(in.s_addr >> 24),
sbin/route/route.c
520
C(in.s_addr >> 16));
sbin/route/route.c
522
sprintf(line, "%u.%u.%u", C(in.s_addr >> 24),
sbin/route/route.c
523
C(in.s_addr >> 16), C(in.s_addr >> 8));
sbin/route/route.c
525
sprintf(line, "%u.%u.%u.%u", C(in.s_addr >> 24),
sbin/route/route.c
526
C(in.s_addr >> 16), C(in.s_addr >> 8),
sbin/route/route.c
527
C(in.s_addr));
sys/bus/cam/cam_debug.h
87
#define CAM_DEBUG(A, B, C)
sys/bus/cam/scsi/scsi_all.c
130
#define ALL (D | T | L | P | W | R | O | M | A | E | B | K | V | F | S | C)
sys/bus/cam/scsi/scsi_all.c
214
{ 0x08, C, "GET MESSAGE(6)" },
sys/bus/cam/scsi/scsi_all.c
221
{ 0x0A, C, "SEND MESSAGE(6)" },
sys/bus/cam/scsi/scsi_all.c
251
{ 0x16, ALL & ~(R | B | V | F | C), "RESERVE(6)" },
sys/bus/cam/scsi/scsi_all.c
255
{ 0x17, ALL & ~(R | B | V | F | C), "RELEASE(6)" },
sys/bus/cam/scsi/scsi_all.c
302
{ 0x28, C, "GET MESSAGE(10)" },
sys/bus/cam/scsi/scsi_all.c
310
{ 0x2A, C, "SEND MESSAGE(10)" },
sys/bus/cam/scsi/scsi_all.c
367
{ 0x40, D | T | L | P | W | R | O | M | S | C, "CHANGE DEFINITION" },
sys/bus/cam/scsi/scsi_all.c
413
{ 0x56, ALL & ~(R | B | K | V | F | C), "RESERVE(10)" },
sys/bus/cam/scsi/scsi_all.c
417
{ 0x57, ALL & ~(R | B | K | V | F | C), "RELEASE(10)" },
sys/bus/cam/scsi/scsi_all.c
432
{ 0x5E, ALL & ~(R | B | K | V | C), "PERSISTENT RESERVE IN" },
sys/bus/cam/scsi/scsi_all.c
434
{ 0x5F, ALL & ~(R | B | K | V | C), "PERSISTENT RESERVE OUT" },
sys/bus/cam/scsi/scsi_all.c
539
{ 0xA8, C, "GET MESSAGE(12)" },
sys/bus/cam/scsi/scsi_all.c
545
{ 0xAA, C, "SEND MESSAGE(12)" },
sys/bus/u4b/controller/ehci.c
3127
switch (C(req->bRequest, req->bmRequestType)) {
sys/bus/u4b/controller/ehci.c
3128
case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ehci.c
3129
case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/ehci.c
3130
case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/ehci.c
3136
case C(UR_GET_CONFIG, UT_READ_DEVICE):
sys/bus/u4b/controller/ehci.c
3140
case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE):
sys/bus/u4b/controller/ehci.c
3202
case C(UR_GET_INTERFACE, UT_READ_INTERFACE):
sys/bus/u4b/controller/ehci.c
3206
case C(UR_GET_STATUS, UT_READ_DEVICE):
sys/bus/u4b/controller/ehci.c
3210
case C(UR_GET_STATUS, UT_READ_INTERFACE):
sys/bus/u4b/controller/ehci.c
3211
case C(UR_GET_STATUS, UT_READ_ENDPOINT):
sys/bus/u4b/controller/ehci.c
3215
case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ehci.c
3222
case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ehci.c
3229
case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ehci.c
3231
case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ehci.c
3232
case C(UR_SET_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/ehci.c
3233
case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/ehci.c
3236
case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/ehci.c
3238
case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/ehci.c
3241
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/ehci.c
3243
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/ehci.c
3307
case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/ehci.c
3333
case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/ehci.c
3337
case C(UR_GET_STATUS, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/ehci.c
3384
case C(UR_SET_DESCRIPTOR, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/ehci.c
3387
case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/ehci.c
3389
case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/ehci.c
3476
case C(UR_CLEAR_TT_BUFFER, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/ehci.c
3477
case C(UR_RESET_TT, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/ehci.c
3478
case C(UR_GET_TT_STATE, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/ehci.c
3479
case C(UR_STOP_TT, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/ohci.c
2113
switch (C(req->bRequest, req->bmRequestType)) {
sys/bus/u4b/controller/ohci.c
2114
case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ohci.c
2115
case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/ohci.c
2116
case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/ohci.c
2122
case C(UR_GET_CONFIG, UT_READ_DEVICE):
sys/bus/u4b/controller/ohci.c
2126
case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE):
sys/bus/u4b/controller/ohci.c
2176
case C(UR_GET_INTERFACE, UT_READ_INTERFACE):
sys/bus/u4b/controller/ohci.c
2180
case C(UR_GET_STATUS, UT_READ_DEVICE):
sys/bus/u4b/controller/ohci.c
2184
case C(UR_GET_STATUS, UT_READ_INTERFACE):
sys/bus/u4b/controller/ohci.c
2185
case C(UR_GET_STATUS, UT_READ_ENDPOINT):
sys/bus/u4b/controller/ohci.c
2189
case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ohci.c
2196
case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ohci.c
2203
case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ohci.c
2205
case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/ohci.c
2206
case C(UR_SET_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/ohci.c
2207
case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/ohci.c
2210
case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/ohci.c
2212
case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/ohci.c
2215
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/ohci.c
2217
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/ohci.c
2271
case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/ohci.c
2299
case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/ohci.c
2303
case C(UR_GET_STATUS, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/ohci.c
2318
case C(UR_SET_DESCRIPTOR, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/ohci.c
2321
case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/ohci.c
2323
case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/uhci.c
2508
switch (C(req->bRequest, req->bmRequestType)) {
sys/bus/u4b/controller/uhci.c
2509
case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/uhci.c
2510
case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/uhci.c
2511
case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/uhci.c
2517
case C(UR_GET_CONFIG, UT_READ_DEVICE):
sys/bus/u4b/controller/uhci.c
2521
case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE):
sys/bus/u4b/controller/uhci.c
2571
case C(UR_GET_INTERFACE, UT_READ_INTERFACE):
sys/bus/u4b/controller/uhci.c
2575
case C(UR_GET_STATUS, UT_READ_DEVICE):
sys/bus/u4b/controller/uhci.c
2579
case C(UR_GET_STATUS, UT_READ_INTERFACE):
sys/bus/u4b/controller/uhci.c
2580
case C(UR_GET_STATUS, UT_READ_ENDPOINT):
sys/bus/u4b/controller/uhci.c
2584
case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
sys/bus/u4b/controller/uhci.c
2591
case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
sys/bus/u4b/controller/uhci.c
2598
case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
sys/bus/u4b/controller/uhci.c
2600
case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/uhci.c
2601
case C(UR_SET_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/uhci.c
2602
case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/uhci.c
2605
case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/uhci.c
2607
case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/uhci.c
2610
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/uhci.c
2612
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/uhci.c
2665
case C(UR_GET_BUS_STATE, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/uhci.c
2679
case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/uhci.c
2687
case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/uhci.c
2691
case C(UR_GET_STATUS, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/uhci.c
2744
case C(UR_SET_DESCRIPTOR, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/uhci.c
2747
case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/uhci.c
2749
case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3328
switch (C(req->bRequest, req->bmRequestType)) {
sys/bus/u4b/controller/xhci.c
3329
case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/xhci.c
3330
case C(UR_CLEAR_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/xhci.c
3331
case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/xhci.c
3337
case C(UR_GET_CONFIG, UT_READ_DEVICE):
sys/bus/u4b/controller/xhci.c
3341
case C(UR_GET_DESCRIPTOR, UT_READ_DEVICE):
sys/bus/u4b/controller/xhci.c
3400
case C(UR_GET_INTERFACE, UT_READ_INTERFACE):
sys/bus/u4b/controller/xhci.c
3404
case C(UR_GET_STATUS, UT_READ_DEVICE):
sys/bus/u4b/controller/xhci.c
3408
case C(UR_GET_STATUS, UT_READ_INTERFACE):
sys/bus/u4b/controller/xhci.c
3409
case C(UR_GET_STATUS, UT_READ_ENDPOINT):
sys/bus/u4b/controller/xhci.c
3413
case C(UR_SET_ADDRESS, UT_WRITE_DEVICE):
sys/bus/u4b/controller/xhci.c
3419
case C(UR_SET_CONFIG, UT_WRITE_DEVICE):
sys/bus/u4b/controller/xhci.c
3426
case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE):
sys/bus/u4b/controller/xhci.c
3428
case C(UR_SET_FEATURE, UT_WRITE_DEVICE):
sys/bus/u4b/controller/xhci.c
3429
case C(UR_SET_FEATURE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/xhci.c
3430
case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/xhci.c
3433
case C(UR_SET_INTERFACE, UT_WRITE_INTERFACE):
sys/bus/u4b/controller/xhci.c
3435
case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT):
sys/bus/u4b/controller/xhci.c
3438
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/xhci.c
3440
case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3507
case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/xhci.c
3545
case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE):
sys/bus/u4b/controller/xhci.c
3550
case C(UR_GET_STATUS, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3617
case C(UR_SET_DESCRIPTOR, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/xhci.c
3621
case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE):
sys/bus/u4b/controller/xhci.c
3624
case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3709
case C(UR_CLEAR_TT_BUFFER, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3710
case C(UR_RESET_TT, UT_WRITE_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3711
case C(UR_GET_TT_STATE, UT_READ_CLASS_OTHER):
sys/bus/u4b/controller/xhci.c
3712
case C(UR_STOP_TT, UT_WRITE_CLASS_OTHER):
sys/dev/disk/iscsi/initiator/iscsi.h
305
u_char C:1;
sys/dev/disk/iscsi/initiator/iscsi.h
329
u_char C:1;
sys/dev/disk/iscsi/initiator/iscsi.h
350
u_char C:1; // Continuation
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
367
clk_src_regs(2, C),
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
352
clk_src_regs(2, C),
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
487
clk_src_regs(2, C),
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
404
fInt x_new, x_old, C, y;
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
413
C = num;
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
438
y = fSubtract(test, C); /*y = f(x) = x^2 - C; */
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
455
static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[])
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
464
while(GreaterThan(A, f_CONSTANT100) || GreaterThan(B, f_CONSTANT100) || GreaterThan(C, f_CONSTANT100)) {
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
467
C = fDivide(C, f_CONSTANT10);
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
471
temp = fMultiply(temp, C); /* root = 4*A*C */
sys/dev/drm/i915/intel_dp.c
1137
done = wait_event_timeout(dev_priv->gmbus_wait_queue, C,
sys/dev/drm/i915/intel_opregion.c
334
if (wait_for(C, dslp)) {
sys/dev/netif/ix/ixgbe_osdep.h
68
#define DEBUGOUT3(S,A,B,C) kprintf(S "\n",A,B,C)
sys/dev/netif/ix/ixgbe_osdep.h
69
#define DEBUGOUT4(S,A,B,C,D) kprintf(S "\n",A,B,C,D)
sys/dev/netif/ix/ixgbe_osdep.h
70
#define DEBUGOUT5(S,A,B,C,D,E) kprintf(S "\n",A,B,C,D,E)
sys/dev/netif/ix/ixgbe_osdep.h
71
#define DEBUGOUT6(S,A,B,C,D,E,F) kprintf(S "\n",A,B,C,D,E,F)
sys/dev/netif/ix/ixgbe_osdep.h
72
#define DEBUGOUT7(S,A,B,C,D,E,F,G) kprintf(S "\n",A,B,C,D,E,F,G)
sys/dev/netif/ix/ixgbe_osdep.h
75
#define ERROR_REPORT3(S,A,B,C) kprintf(S "\n",A,B,C)
sys/dev/netif/ix/ixgbe_osdep.h
80
#define DEBUGOUT3(S,A,B,C) do { } while (0)
sys/dev/netif/ix/ixgbe_osdep.h
81
#define DEBUGOUT4(S,A,B,C,D) do { } while (0)
sys/dev/netif/ix/ixgbe_osdep.h
82
#define DEBUGOUT5(S,A,B,C,D,E) do { } while (0)
sys/dev/netif/ix/ixgbe_osdep.h
83
#define DEBUGOUT6(S,A,B,C,D,E,F) do { } while (0)
sys/dev/netif/ix/ixgbe_osdep.h
84
#define DEBUGOUT7(S,A,B,C,D,E,F,G) do { } while (0)
sys/dev/netif/ix/ixgbe_osdep.h
88
#define ERROR_REPORT3(S,A,B,C) do { } while (0)
sys/kern/md5c.c
141
context->C = 0x98badcfe;
sys/netgraph/rfc1490/ng_rfc1490.c
213
#define OUICMP(P,A,B,C) ((P)[0]==(A) && (P)[1]==(B) && (P)[2]==(C))
sys/netgraph7/rfc1490/ng_rfc1490.c
305
#define OUICMP(P,A,B,C) ((P)[0]==(A) && (P)[1]==(B) && (P)[2]==(C))
sys/sys/md5.h
60
MD5_LONG A,B,C,D;
sys/sys/mount.h
639
#define VFS_QUOTACTL(MP, C, U, A, CRED) \
sys/sys/mount.h
640
vfs_quotactl(MP, C, U, A, CRED)
sys/sys/mount.h
655
#define VFS_EXTATTRCTL(MP, C, FVP, NS, N, CRED) \
sys/sys/mount.h
656
vfs_extattrctl(MP, C, FVP, NS, N, CRED)
usr.bin/netstat/inet.c
990
sprintf(line, "%u.%u.%u.%u", C(inp->s_addr >> 24),
usr.bin/netstat/inet.c
991
C(inp->s_addr >> 16), C(inp->s_addr >> 8), C(inp->s_addr));
usr.bin/netstat/route.c
856
C(in >> 24), C(in >> 16), C(in >> 8), C(in));
usr.bin/netstat/route.c
938
sprintf(line, "%lu", C(i >> 24));
usr.bin/netstat/route.c
942
C(i >> 24), C(i >> 16));
usr.bin/netstat/route.c
946
C(i >> 24), C(i >> 16), C(i >> 8));
usr.bin/netstat/route.c
949
C(i >> 24), C(i >> 16), C(i >> 8), C(i));
usr.bin/split/split.c
172
char *C;
usr.bin/split/split.c
195
for (C = bfr + dist; len >= bytecnt;
usr.bin/split/split.c
196
len -= bytecnt, C += bytecnt) {
usr.bin/split/split.c
199
C, (int)bytecnt) != bytecnt) {
usr.bin/split/split.c
206
if (write(ofd, C, len) != len) {
usr.bin/systat/netstat.c
447
snprintf(line, sizeof(line), "%u.%u.%u.%u", C(in.s_addr >> 24),
usr.bin/systat/netstat.c
448
C(in.s_addr >> 16), C(in.s_addr >> 8), C(in.s_addr));
usr.bin/window/compress.c
190
for (i = 0; i < (int)C(cc_thresholds); i++) {
usr.bin/window/compress.c
198
for (i = 0; i < (int)C(cc_score_adjustments); i++) {
usr.bin/window/compress.c
200
for (j = 0; j < (int)C(*cc_score_adjustments); j++) {
usr.bin/window/compress.c
234
for (i = 1; i < C(cc_wthresholds); i++) {
usr.sbin/gifconfig/gifconfig.c
152
SIOCSIFPHYADDR, C(addreq), C(ifr) },
usr.sbin/gifconfig/gifconfig.c
155
SIOCSIFPHYADDR_IN6, C(in6_addreq), C(in6_ifr) },
usr.sbin/pfctl/parse.y
4617
#define LOOP_THROUGH(T,n,r,C) \
usr.sbin/pfctl/parse.y
4629
C; \
usr.sbin/ppp/libradius/radlib.c
1450
const u_char *C;
usr.sbin/ppp/libradius/radlib.c
1458
C = mangled;
usr.sbin/ppp/libradius/radlib.c
1482
demangled[Ppos++] = C[i] ^ b[i];
usr.sbin/ppp/libradius/radlib.c
1487
MD5Update(&Context, C, 16);
usr.sbin/ppp/libradius/radlib.c
1491
C += 16;
usr.sbin/ppp/libradius/radlib.c
1504
const u_char *A, *C;
usr.sbin/ppp/libradius/radlib.c
1522
C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
usr.sbin/ppp/libradius/radlib.c
1539
P[Ppos++] = C[i] ^ b[i];
usr.sbin/ppp/libradius/radlib.c
1544
MD5Update(&Context, C, 16);
usr.sbin/ppp/libradius/radlib.c
1548
C += 16;
usr.sbin/ppp/radius.c
150
const u_char *A, *C;
usr.sbin/ppp/radius.c
172
C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
usr.sbin/ppp/radius.c
189
P[Ppos++] = C[i] ^ b[i];
usr.sbin/ppp/radius.c
194
MD5_Update(&Context, C, 16);
usr.sbin/ppp/radius.c
198
C += 16;