Lines Matching refs:R
83 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro
182 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
183 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
184 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
185 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
186 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
187 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
188 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
189 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
190 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
191 R(b, c, d, e, a, F0, K0, 13, 9); in RMD160Transform()
192 R(a, b, c, d, e, F0, K0, 14, 10); in RMD160Transform()
193 R(e, a, b, c, d, F0, K0, 15, 11); in RMD160Transform()
194 R(d, e, a, b, c, F0, K0, 6, 12); in RMD160Transform()
195 R(c, d, e, a, b, F0, K0, 7, 13); in RMD160Transform()
196 R(b, c, d, e, a, F0, K0, 9, 14); in RMD160Transform()
197 R(a, b, c, d, e, F0, K0, 8, 15); /* #15 */ in RMD160Transform()
199 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
200 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
201 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
202 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
203 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
204 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
205 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
206 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
207 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
208 R(a, b, c, d, e, F1, K1, 12, 0); in RMD160Transform()
209 R(e, a, b, c, d, F1, K1, 15, 9); in RMD160Transform()
210 R(d, e, a, b, c, F1, K1, 9, 5); in RMD160Transform()
211 R(c, d, e, a, b, F1, K1, 11, 2); in RMD160Transform()
212 R(b, c, d, e, a, F1, K1, 7, 14); in RMD160Transform()
213 R(a, b, c, d, e, F1, K1, 13, 11); in RMD160Transform()
214 R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */ in RMD160Transform()
216 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
217 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
218 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
219 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
220 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
221 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
222 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
223 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
224 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
225 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
226 R(d, e, a, b, c, F2, K2, 13, 0); in RMD160Transform()
227 R(c, d, e, a, b, F2, K2, 6, 6); in RMD160Transform()
228 R(b, c, d, e, a, F2, K2, 5, 13); in RMD160Transform()
229 R(a, b, c, d, e, F2, K2, 12, 11); in RMD160Transform()
230 R(e, a, b, c, d, F2, K2, 7, 5); in RMD160Transform()
231 R(d, e, a, b, c, F2, K2, 5, 12); /* #47 */ in RMD160Transform()
233 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
234 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
235 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
236 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
237 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
238 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
239 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
240 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
241 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
242 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
243 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
244 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
245 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
246 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
247 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
248 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()
250 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
251 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
252 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
253 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
254 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
255 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
256 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
257 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
258 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
259 R(c, d, e, a, b, F4, K4, 12, 1); in RMD160Transform()
260 R(b, c, d, e, a, F4, K4, 13, 3); in RMD160Transform()
261 R(a, b, c, d, e, F4, K4, 14, 8); in RMD160Transform()
262 R(e, a, b, c, d, F4, K4, 11, 11); in RMD160Transform()
263 R(d, e, a, b, c, F4, K4, 8, 6); in RMD160Transform()
264 R(c, d, e, a, b, F4, K4, 5, 15); in RMD160Transform()
265 R(b, c, d, e, a, F4, K4, 6, 13); /* #79 */ in RMD160Transform()
276 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform()
277 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform()
278 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform()
279 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform()
280 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform()
281 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform()
282 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform()
283 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform()
284 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform()
285 R(b, c, d, e, a, F4, KK0, 7, 6); in RMD160Transform()
286 R(a, b, c, d, e, F4, KK0, 8, 15); in RMD160Transform()
287 R(e, a, b, c, d, F4, KK0, 11, 8); in RMD160Transform()
288 R(d, e, a, b, c, F4, KK0, 14, 1); in RMD160Transform()
289 R(c, d, e, a, b, F4, KK0, 14, 10); in RMD160Transform()
290 R(b, c, d, e, a, F4, KK0, 12, 3); in RMD160Transform()
291 R(a, b, c, d, e, F4, KK0, 6, 12); /* #15 */ in RMD160Transform()
293 R(e, a, b, c, d, F3, KK1, 9, 6); in RMD160Transform()
294 R(d, e, a, b, c, F3, KK1, 13, 11); in RMD160Transform()
295 R(c, d, e, a, b, F3, KK1, 15, 3); in RMD160Transform()
296 R(b, c, d, e, a, F3, KK1, 7, 7); in RMD160Transform()
297 R(a, b, c, d, e, F3, KK1, 12, 0); in RMD160Transform()
298 R(e, a, b, c, d, F3, KK1, 8, 13); in RMD160Transform()
299 R(d, e, a, b, c, F3, KK1, 9, 5); in RMD160Transform()
300 R(c, d, e, a, b, F3, KK1, 11, 10); in RMD160Transform()
301 R(b, c, d, e, a, F3, KK1, 7, 14); in RMD160Transform()
302 R(a, b, c, d, e, F3, KK1, 7, 15); in RMD160Transform()
303 R(e, a, b, c, d, F3, KK1, 12, 8); in RMD160Transform()
304 R(d, e, a, b, c, F3, KK1, 7, 12); in RMD160Transform()
305 R(c, d, e, a, b, F3, KK1, 6, 4); in RMD160Transform()
306 R(b, c, d, e, a, F3, KK1, 15, 9); in RMD160Transform()
307 R(a, b, c, d, e, F3, KK1, 13, 1); in RMD160Transform()
308 R(e, a, b, c, d, F3, KK1, 11, 2); /* #31 */ in RMD160Transform()
310 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform()
311 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform()
312 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform()
313 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform()
314 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform()
315 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform()
316 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform()
317 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform()
318 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform()
319 R(e, a, b, c, d, F2, KK2, 13, 8); in RMD160Transform()
320 R(d, e, a, b, c, F2, KK2, 5, 12); in RMD160Transform()
321 R(c, d, e, a, b, F2, KK2, 14, 2); in RMD160Transform()
322 R(b, c, d, e, a, F2, KK2, 13, 10); in RMD160Transform()
323 R(a, b, c, d, e, F2, KK2, 13, 0); in RMD160Transform()
324 R(e, a, b, c, d, F2, KK2, 7, 4); in RMD160Transform()
325 R(d, e, a, b, c, F2, KK2, 5, 13); /* #47 */ in RMD160Transform()
327 R(c, d, e, a, b, F1, KK3, 15, 8); in RMD160Transform()
328 R(b, c, d, e, a, F1, KK3, 5, 6); in RMD160Transform()
329 R(a, b, c, d, e, F1, KK3, 8, 4); in RMD160Transform()
330 R(e, a, b, c, d, F1, KK3, 11, 1); in RMD160Transform()
331 R(d, e, a, b, c, F1, KK3, 14, 3); in RMD160Transform()
332 R(c, d, e, a, b, F1, KK3, 14, 11); in RMD160Transform()
333 R(b, c, d, e, a, F1, KK3, 6, 15); in RMD160Transform()
334 R(a, b, c, d, e, F1, KK3, 14, 0); in RMD160Transform()
335 R(e, a, b, c, d, F1, KK3, 6, 5); in RMD160Transform()
336 R(d, e, a, b, c, F1, KK3, 9, 12); in RMD160Transform()
337 R(c, d, e, a, b, F1, KK3, 12, 2); in RMD160Transform()
338 R(b, c, d, e, a, F1, KK3, 9, 13); in RMD160Transform()
339 R(a, b, c, d, e, F1, KK3, 12, 9); in RMD160Transform()
340 R(e, a, b, c, d, F1, KK3, 5, 7); in RMD160Transform()
341 R(d, e, a, b, c, F1, KK3, 15, 10); in RMD160Transform()
342 R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */ in RMD160Transform()
344 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform()
345 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform()
346 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform()
347 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform()
348 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform()
349 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform()
350 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform()
351 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform()
352 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform()
353 R(c, d, e, a, b, F0, KK4, 13, 2); in RMD160Transform()
354 R(b, c, d, e, a, F0, KK4, 6, 13); in RMD160Transform()
355 R(a, b, c, d, e, F0, KK4, 5, 14); in RMD160Transform()
356 R(e, a, b, c, d, F0, KK4, 15, 0); in RMD160Transform()
357 R(d, e, a, b, c, F0, KK4, 13, 3); in RMD160Transform()
358 R(c, d, e, a, b, F0, KK4, 11, 9); in RMD160Transform()
359 R(b, c, d, e, a, F0, KK4, 11, 11); /* #79 */ in RMD160Transform()