Lines Matching refs:F3
279 #define F3(B,C,D) ( ( B & C ) | ( D & ( B | C ) ) ) macro
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()