Lines Matching refs:K4
274 #define K4 0xca62c1d6 macro
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()