Lines Matching +full:14 +full:a
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
80 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument
82 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
161 uint32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local
172 a = state[0]; in RMD160Transform()
179 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
180 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
181 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
182 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
183 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
184 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
185 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
186 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
187 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
188 R(b, c, d, e, a, F0, K0, 13, 9); in RMD160Transform()
189 R(a, b, c, d, e, F0, K0, 14, 10); in RMD160Transform()
190 R(e, a, b, c, d, F0, K0, 15, 11); in RMD160Transform()
191 R(d, e, a, b, c, F0, K0, 6, 12); in RMD160Transform()
192 R(c, d, e, a, b, F0, K0, 7, 13); in RMD160Transform()
193 R(b, c, d, e, a, F0, K0, 9, 14); in RMD160Transform()
194 R(a, b, c, d, e, F0, K0, 8, 15); /* #15 */ in RMD160Transform()
196 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
197 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
198 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
199 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
200 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
201 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
202 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
203 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
204 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
205 R(a, b, c, d, e, F1, K1, 12, 0); in RMD160Transform()
206 R(e, a, b, c, d, F1, K1, 15, 9); in RMD160Transform()
207 R(d, e, a, b, c, F1, K1, 9, 5); in RMD160Transform()
208 R(c, d, e, a, b, F1, K1, 11, 2); in RMD160Transform()
209 R(b, c, d, e, a, F1, K1, 7, 14); in RMD160Transform()
210 R(a, b, c, d, e, F1, K1, 13, 11); in RMD160Transform()
211 R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */ in RMD160Transform()
213 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
214 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
215 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
216 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
217 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
218 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
219 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
220 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
221 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
222 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
223 R(d, e, a, b, c, F2, K2, 13, 0); in RMD160Transform()
224 R(c, d, e, a, b, F2, K2, 6, 6); in RMD160Transform()
225 R(b, c, d, e, a, F2, K2, 5, 13); in RMD160Transform()
226 R(a, b, c, d, e, F2, K2, 12, 11); in RMD160Transform()
227 R(e, a, b, c, d, F2, K2, 7, 5); in RMD160Transform()
228 R(d, e, a, b, c, F2, K2, 5, 12); /* #47 */ in RMD160Transform()
230 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
231 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
232 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
233 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
234 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
235 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
236 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
237 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
238 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
239 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
240 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
241 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
242 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
243 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
244 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
245 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()
247 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
248 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
249 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
250 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
251 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
252 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
253 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
254 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
255 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
256 R(c, d, e, a, b, F4, K4, 12, 1); in RMD160Transform()
257 R(b, c, d, e, a, F4, K4, 13, 3); in RMD160Transform()
258 R(a, b, c, d, e, F4, K4, 14, 8); in RMD160Transform()
259 R(e, a, b, c, d, F4, K4, 11, 11); in RMD160Transform()
260 R(d, e, a, b, c, F4, K4, 8, 6); in RMD160Transform()
261 R(c, d, e, a, b, F4, K4, 5, 15); in RMD160Transform()
262 R(b, c, d, e, a, F4, K4, 6, 13); /* #79 */ in RMD160Transform()
264 aa = a ; bb = b; cc = c; dd = d; ee = e; in RMD160Transform()
266 a = state[0]; in RMD160Transform()
273 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform()
274 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform()
275 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform()
276 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform()
277 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform()
278 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform()
279 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform()
280 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform()
281 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform()
282 R(b, c, d, e, a, F4, KK0, 7, 6); in RMD160Transform()
283 R(a, b, c, d, e, F4, KK0, 8, 15); in RMD160Transform()
284 R(e, a, b, c, d, F4, KK0, 11, 8); in RMD160Transform()
285 R(d, e, a, b, c, F4, KK0, 14, 1); in RMD160Transform()
286 R(c, d, e, a, b, F4, KK0, 14, 10); in RMD160Transform()
287 R(b, c, d, e, a, F4, KK0, 12, 3); in RMD160Transform()
288 R(a, b, c, d, e, F4, KK0, 6, 12); /* #15 */ in RMD160Transform()
290 R(e, a, b, c, d, F3, KK1, 9, 6); in RMD160Transform()
291 R(d, e, a, b, c, F3, KK1, 13, 11); in RMD160Transform()
292 R(c, d, e, a, b, F3, KK1, 15, 3); in RMD160Transform()
293 R(b, c, d, e, a, F3, KK1, 7, 7); in RMD160Transform()
294 R(a, b, c, d, e, F3, KK1, 12, 0); in RMD160Transform()
295 R(e, a, b, c, d, F3, KK1, 8, 13); in RMD160Transform()
296 R(d, e, a, b, c, F3, KK1, 9, 5); in RMD160Transform()
297 R(c, d, e, a, b, F3, KK1, 11, 10); in RMD160Transform()
298 R(b, c, d, e, a, F3, KK1, 7, 14); in RMD160Transform()
299 R(a, b, c, d, e, F3, KK1, 7, 15); in RMD160Transform()
300 R(e, a, b, c, d, F3, KK1, 12, 8); in RMD160Transform()
301 R(d, e, a, b, c, F3, KK1, 7, 12); in RMD160Transform()
302 R(c, d, e, a, b, F3, KK1, 6, 4); in RMD160Transform()
303 R(b, c, d, e, a, F3, KK1, 15, 9); in RMD160Transform()
304 R(a, b, c, d, e, F3, KK1, 13, 1); in RMD160Transform()
305 R(e, a, b, c, d, F3, KK1, 11, 2); /* #31 */ in RMD160Transform()
307 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform()
308 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform()
309 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform()
310 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform()
311 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform()
312 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform()
313 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform()
314 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform()
315 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform()
316 R(e, a, b, c, d, F2, KK2, 13, 8); in RMD160Transform()
317 R(d, e, a, b, c, F2, KK2, 5, 12); in RMD160Transform()
318 R(c, d, e, a, b, F2, KK2, 14, 2); in RMD160Transform()
319 R(b, c, d, e, a, F2, KK2, 13, 10); in RMD160Transform()
320 R(a, b, c, d, e, F2, KK2, 13, 0); in RMD160Transform()
321 R(e, a, b, c, d, F2, KK2, 7, 4); in RMD160Transform()
322 R(d, e, a, b, c, F2, KK2, 5, 13); /* #47 */ in RMD160Transform()
324 R(c, d, e, a, b, F1, KK3, 15, 8); in RMD160Transform()
325 R(b, c, d, e, a, F1, KK3, 5, 6); in RMD160Transform()
326 R(a, b, c, d, e, F1, KK3, 8, 4); in RMD160Transform()
327 R(e, a, b, c, d, F1, KK3, 11, 1); in RMD160Transform()
328 R(d, e, a, b, c, F1, KK3, 14, 3); in RMD160Transform()
329 R(c, d, e, a, b, F1, KK3, 14, 11); in RMD160Transform()
330 R(b, c, d, e, a, F1, KK3, 6, 15); in RMD160Transform()
331 R(a, b, c, d, e, F1, KK3, 14, 0); in RMD160Transform()
332 R(e, a, b, c, d, F1, KK3, 6, 5); in RMD160Transform()
333 R(d, e, a, b, c, F1, KK3, 9, 12); in RMD160Transform()
334 R(c, d, e, a, b, F1, KK3, 12, 2); in RMD160Transform()
335 R(b, c, d, e, a, F1, KK3, 9, 13); in RMD160Transform()
336 R(a, b, c, d, e, F1, KK3, 12, 9); in RMD160Transform()
337 R(e, a, b, c, d, F1, KK3, 5, 7); in RMD160Transform()
338 R(d, e, a, b, c, F1, KK3, 15, 10); in RMD160Transform()
339 R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */ in RMD160Transform()
341 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform()
342 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform()
343 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform()
344 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform()
345 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform()
346 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform()
347 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform()
348 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform()
349 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform()
350 R(c, d, e, a, b, F0, KK4, 13, 2); in RMD160Transform()
351 R(b, c, d, e, a, F0, KK4, 6, 13); in RMD160Transform()
352 R(a, b, c, d, e, F0, KK4, 5, 14); in RMD160Transform()
353 R(e, a, b, c, d, F0, KK4, 15, 0); in RMD160Transform()
354 R(d, e, a, b, c, F0, KK4, 13, 3); in RMD160Transform()
355 R(c, d, e, a, b, F0, KK4, 11, 9); in RMD160Transform()
356 R(b, c, d, e, a, F0, KK4, 11, 11); /* #79 */ in RMD160Transform()
360 state[2] = state[3] + ee + a; in RMD160Transform()