Lines Matching refs:d
296 sha1_uint32 d = ctx->D; in sha1_process_block() local
328 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
329 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
330 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
331 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
332 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
333 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
334 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
335 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
336 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
337 R( b, c, d, e, a, F1, K1, x[ 9] ); in sha1_process_block()
338 R( a, b, c, d, e, F1, K1, x[10] ); in sha1_process_block()
339 R( e, a, b, c, d, F1, K1, x[11] ); in sha1_process_block()
340 R( d, e, a, b, c, F1, K1, x[12] ); in sha1_process_block()
341 R( c, d, e, a, b, F1, K1, x[13] ); in sha1_process_block()
342 R( b, c, d, e, a, F1, K1, x[14] ); in sha1_process_block()
343 R( a, b, c, d, e, F1, K1, x[15] ); in sha1_process_block()
344 R( e, a, b, c, d, F1, K1, M(16) ); in sha1_process_block()
345 R( d, e, a, b, c, F1, K1, M(17) ); in sha1_process_block()
346 R( c, d, e, a, b, F1, K1, M(18) ); in sha1_process_block()
347 R( b, c, d, e, a, F1, K1, M(19) ); in sha1_process_block()
348 R( a, b, c, d, e, F2, K2, M(20) ); in sha1_process_block()
349 R( e, a, b, c, d, F2, K2, M(21) ); in sha1_process_block()
350 R( d, e, a, b, c, F2, K2, M(22) ); in sha1_process_block()
351 R( c, d, e, a, b, F2, K2, M(23) ); in sha1_process_block()
352 R( b, c, d, e, a, F2, K2, M(24) ); in sha1_process_block()
353 R( a, b, c, d, e, F2, K2, M(25) ); in sha1_process_block()
354 R( e, a, b, c, d, F2, K2, M(26) ); in sha1_process_block()
355 R( d, e, a, b, c, F2, K2, M(27) ); in sha1_process_block()
356 R( c, d, e, a, b, F2, K2, M(28) ); in sha1_process_block()
357 R( b, c, d, e, a, F2, K2, M(29) ); in sha1_process_block()
358 R( a, b, c, d, e, F2, K2, M(30) ); in sha1_process_block()
359 R( e, a, b, c, d, F2, K2, M(31) ); in sha1_process_block()
360 R( d, e, a, b, c, F2, K2, M(32) ); in sha1_process_block()
361 R( c, d, e, a, b, F2, K2, M(33) ); in sha1_process_block()
362 R( b, c, d, e, a, F2, K2, M(34) ); in sha1_process_block()
363 R( a, b, c, d, e, F2, K2, M(35) ); in sha1_process_block()
364 R( e, a, b, c, d, F2, K2, M(36) ); in sha1_process_block()
365 R( d, e, a, b, c, F2, K2, M(37) ); in sha1_process_block()
366 R( c, d, e, a, b, F2, K2, M(38) ); in sha1_process_block()
367 R( b, c, d, e, a, F2, K2, M(39) ); in sha1_process_block()
368 R( a, b, c, d, e, F3, K3, M(40) ); in sha1_process_block()
369 R( e, a, b, c, d, F3, K3, M(41) ); in sha1_process_block()
370 R( d, e, a, b, c, F3, K3, M(42) ); in sha1_process_block()
371 R( c, d, e, a, b, F3, K3, M(43) ); in sha1_process_block()
372 R( b, c, d, e, a, F3, K3, M(44) ); in sha1_process_block()
373 R( a, b, c, d, e, F3, K3, M(45) ); in sha1_process_block()
374 R( e, a, b, c, d, F3, K3, M(46) ); in sha1_process_block()
375 R( d, e, a, b, c, F3, K3, M(47) ); in sha1_process_block()
376 R( c, d, e, a, b, F3, K3, M(48) ); in sha1_process_block()
377 R( b, c, d, e, a, F3, K3, M(49) ); in sha1_process_block()
378 R( a, b, c, d, e, F3, K3, M(50) ); in sha1_process_block()
379 R( e, a, b, c, d, F3, K3, M(51) ); in sha1_process_block()
380 R( d, e, a, b, c, F3, K3, M(52) ); in sha1_process_block()
381 R( c, d, e, a, b, F3, K3, M(53) ); in sha1_process_block()
382 R( b, c, d, e, a, F3, K3, M(54) ); in sha1_process_block()
383 R( a, b, c, d, e, F3, K3, M(55) ); in sha1_process_block()
384 R( e, a, b, c, d, F3, K3, M(56) ); in sha1_process_block()
385 R( d, e, a, b, c, F3, K3, M(57) ); in sha1_process_block()
386 R( c, d, e, a, b, F3, K3, M(58) ); in sha1_process_block()
387 R( b, c, d, e, a, F3, K3, M(59) ); in sha1_process_block()
388 R( a, b, c, d, e, F4, K4, M(60) ); in sha1_process_block()
389 R( e, a, b, c, d, F4, K4, M(61) ); in sha1_process_block()
390 R( d, e, a, b, c, F4, K4, M(62) ); in sha1_process_block()
391 R( c, d, e, a, b, F4, K4, M(63) ); in sha1_process_block()
392 R( b, c, d, e, a, F4, K4, M(64) ); in sha1_process_block()
393 R( a, b, c, d, e, F4, K4, M(65) ); in sha1_process_block()
394 R( e, a, b, c, d, F4, K4, M(66) ); in sha1_process_block()
395 R( d, e, a, b, c, F4, K4, M(67) ); in sha1_process_block()
396 R( c, d, e, a, b, F4, K4, M(68) ); in sha1_process_block()
397 R( b, c, d, e, a, F4, K4, M(69) ); in sha1_process_block()
398 R( a, b, c, d, e, F4, K4, M(70) ); in sha1_process_block()
399 R( e, a, b, c, d, F4, K4, M(71) ); in sha1_process_block()
400 R( d, e, a, b, c, F4, K4, M(72) ); in sha1_process_block()
401 R( c, d, e, a, b, F4, K4, M(73) ); in sha1_process_block()
402 R( b, c, d, e, a, F4, K4, M(74) ); in sha1_process_block()
403 R( a, b, c, d, e, F4, K4, M(75) ); in sha1_process_block()
404 R( e, a, b, c, d, F4, K4, M(76) ); in sha1_process_block()
405 R( d, e, a, b, c, F4, K4, M(77) ); in sha1_process_block()
406 R( c, d, e, a, b, F4, K4, M(78) ); in sha1_process_block()
407 R( b, c, d, e, a, F4, K4, M(79) ); in sha1_process_block()
412 d = ctx->D += d; in sha1_process_block()