Lines Matching refs:R
84 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro
191 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
192 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
193 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
194 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
195 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
196 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
197 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
198 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
199 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
200 R(b, c, d, e, a, F0, K0, 13, 9); in RMD160Transform()
201 R(a, b, c, d, e, F0, K0, 14, 10); in RMD160Transform()
202 R(e, a, b, c, d, F0, K0, 15, 11); in RMD160Transform()
203 R(d, e, a, b, c, F0, K0, 6, 12); in RMD160Transform()
204 R(c, d, e, a, b, F0, K0, 7, 13); in RMD160Transform()
205 R(b, c, d, e, a, F0, K0, 9, 14); in RMD160Transform()
206 R(a, b, c, d, e, F0, K0, 8, 15); /* #15 */ in RMD160Transform()
208 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
209 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
210 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
211 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
212 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
213 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
214 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
215 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
216 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
217 R(a, b, c, d, e, F1, K1, 12, 0); in RMD160Transform()
218 R(e, a, b, c, d, F1, K1, 15, 9); in RMD160Transform()
219 R(d, e, a, b, c, F1, K1, 9, 5); in RMD160Transform()
220 R(c, d, e, a, b, F1, K1, 11, 2); in RMD160Transform()
221 R(b, c, d, e, a, F1, K1, 7, 14); in RMD160Transform()
222 R(a, b, c, d, e, F1, K1, 13, 11); in RMD160Transform()
223 R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */ in RMD160Transform()
225 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
226 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
227 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
228 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
229 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
230 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
231 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
232 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
233 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
234 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
235 R(d, e, a, b, c, F2, K2, 13, 0); in RMD160Transform()
236 R(c, d, e, a, b, F2, K2, 6, 6); in RMD160Transform()
237 R(b, c, d, e, a, F2, K2, 5, 13); in RMD160Transform()
238 R(a, b, c, d, e, F2, K2, 12, 11); in RMD160Transform()
239 R(e, a, b, c, d, F2, K2, 7, 5); in RMD160Transform()
240 R(d, e, a, b, c, F2, K2, 5, 12); /* #47 */ in RMD160Transform()
242 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
243 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
244 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
245 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
246 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
247 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
248 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
249 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
250 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
251 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
252 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
253 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
254 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
255 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
256 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
257 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()
259 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
260 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
261 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
262 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
263 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
264 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
265 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
266 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
267 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
268 R(c, d, e, a, b, F4, K4, 12, 1); in RMD160Transform()
269 R(b, c, d, e, a, F4, K4, 13, 3); in RMD160Transform()
270 R(a, b, c, d, e, F4, K4, 14, 8); in RMD160Transform()
271 R(e, a, b, c, d, F4, K4, 11, 11); in RMD160Transform()
272 R(d, e, a, b, c, F4, K4, 8, 6); in RMD160Transform()
273 R(c, d, e, a, b, F4, K4, 5, 15); in RMD160Transform()
274 R(b, c, d, e, a, F4, K4, 6, 13); /* #79 */ in RMD160Transform()
285 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform()
286 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform()
287 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform()
288 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform()
289 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform()
290 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform()
291 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform()
292 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform()
293 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform()
294 R(b, c, d, e, a, F4, KK0, 7, 6); in RMD160Transform()
295 R(a, b, c, d, e, F4, KK0, 8, 15); in RMD160Transform()
296 R(e, a, b, c, d, F4, KK0, 11, 8); in RMD160Transform()
297 R(d, e, a, b, c, F4, KK0, 14, 1); in RMD160Transform()
298 R(c, d, e, a, b, F4, KK0, 14, 10); in RMD160Transform()
299 R(b, c, d, e, a, F4, KK0, 12, 3); in RMD160Transform()
300 R(a, b, c, d, e, F4, KK0, 6, 12); /* #15 */ in RMD160Transform()
302 R(e, a, b, c, d, F3, KK1, 9, 6); in RMD160Transform()
303 R(d, e, a, b, c, F3, KK1, 13, 11); in RMD160Transform()
304 R(c, d, e, a, b, F3, KK1, 15, 3); in RMD160Transform()
305 R(b, c, d, e, a, F3, KK1, 7, 7); in RMD160Transform()
306 R(a, b, c, d, e, F3, KK1, 12, 0); in RMD160Transform()
307 R(e, a, b, c, d, F3, KK1, 8, 13); in RMD160Transform()
308 R(d, e, a, b, c, F3, KK1, 9, 5); in RMD160Transform()
309 R(c, d, e, a, b, F3, KK1, 11, 10); in RMD160Transform()
310 R(b, c, d, e, a, F3, KK1, 7, 14); in RMD160Transform()
311 R(a, b, c, d, e, F3, KK1, 7, 15); in RMD160Transform()
312 R(e, a, b, c, d, F3, KK1, 12, 8); in RMD160Transform()
313 R(d, e, a, b, c, F3, KK1, 7, 12); in RMD160Transform()
314 R(c, d, e, a, b, F3, KK1, 6, 4); in RMD160Transform()
315 R(b, c, d, e, a, F3, KK1, 15, 9); in RMD160Transform()
316 R(a, b, c, d, e, F3, KK1, 13, 1); in RMD160Transform()
317 R(e, a, b, c, d, F3, KK1, 11, 2); /* #31 */ in RMD160Transform()
319 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform()
320 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform()
321 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform()
322 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform()
323 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform()
324 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform()
325 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform()
326 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform()
327 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform()
328 R(e, a, b, c, d, F2, KK2, 13, 8); in RMD160Transform()
329 R(d, e, a, b, c, F2, KK2, 5, 12); in RMD160Transform()
330 R(c, d, e, a, b, F2, KK2, 14, 2); in RMD160Transform()
331 R(b, c, d, e, a, F2, KK2, 13, 10); in RMD160Transform()
332 R(a, b, c, d, e, F2, KK2, 13, 0); in RMD160Transform()
333 R(e, a, b, c, d, F2, KK2, 7, 4); in RMD160Transform()
334 R(d, e, a, b, c, F2, KK2, 5, 13); /* #47 */ in RMD160Transform()
336 R(c, d, e, a, b, F1, KK3, 15, 8); in RMD160Transform()
337 R(b, c, d, e, a, F1, KK3, 5, 6); in RMD160Transform()
338 R(a, b, c, d, e, F1, KK3, 8, 4); in RMD160Transform()
339 R(e, a, b, c, d, F1, KK3, 11, 1); in RMD160Transform()
340 R(d, e, a, b, c, F1, KK3, 14, 3); in RMD160Transform()
341 R(c, d, e, a, b, F1, KK3, 14, 11); in RMD160Transform()
342 R(b, c, d, e, a, F1, KK3, 6, 15); in RMD160Transform()
343 R(a, b, c, d, e, F1, KK3, 14, 0); in RMD160Transform()
344 R(e, a, b, c, d, F1, KK3, 6, 5); in RMD160Transform()
345 R(d, e, a, b, c, F1, KK3, 9, 12); in RMD160Transform()
346 R(c, d, e, a, b, F1, KK3, 12, 2); in RMD160Transform()
347 R(b, c, d, e, a, F1, KK3, 9, 13); in RMD160Transform()
348 R(a, b, c, d, e, F1, KK3, 12, 9); in RMD160Transform()
349 R(e, a, b, c, d, F1, KK3, 5, 7); in RMD160Transform()
350 R(d, e, a, b, c, F1, KK3, 15, 10); in RMD160Transform()
351 R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */ in RMD160Transform()
353 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform()
354 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform()
355 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform()
356 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform()
357 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform()
358 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform()
359 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform()
360 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform()
361 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform()
362 R(c, d, e, a, b, F0, KK4, 13, 2); in RMD160Transform()
363 R(b, c, d, e, a, F0, KK4, 6, 13); in RMD160Transform()
364 R(a, b, c, d, e, F0, KK4, 5, 14); in RMD160Transform()
365 R(e, a, b, c, d, F0, KK4, 15, 0); in RMD160Transform()
366 R(d, e, a, b, c, F0, KK4, 13, 3); in RMD160Transform()
367 R(c, d, e, a, b, F0, KK4, 11, 9); in RMD160Transform()
368 R(b, c, d, e, a, F0, KK4, 11, 11); /* #79 */ in RMD160Transform()