Searched refs:BODY_40_59 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha1.c171 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ macro
288 BODY_40_59(40, C, D, E, T, A, B, X(8), X(10), X(0), X(5));
289 BODY_40_59(41, B, C, D, E, T, A, X(9), X(11), X(1), X(6));
290 BODY_40_59(42, A, B, C, D, E, T, X(10), X(12), X(2), X(7));
291 BODY_40_59(43, T, A, B, C, D, E, X(11), X(13), X(3), X(8));
292 BODY_40_59(44, E, T, A, B, C, D, X(12), X(14), X(4), X(9));
293 BODY_40_59(45, D, E, T, A, B, C, X(13), X(15), X(5), X(10));
294 BODY_40_59(46, C, D, E, T, A, B, X(14), X(0), X(6), X(11));
295 BODY_40_59(47, B, C, D, E, T, A, X(15), X(1), X(7), X(12));
296 BODY_40_59(4
371 #undef BODY_40_59 macro
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-armv8.pl102 sub BODY_40_59 { subroutine
221 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-x86_64.pl221 sub BODY_40_59 { subroutine
308 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }

Completed in 31 milliseconds