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

/freebsd-11-stable/lib/libmd/
H A Dsha0c.c347 BODY_40_59(40,C,D,E,T,A,B,X);
348 BODY_40_59(41,B,C,D,E,T,A,X);
349 BODY_40_59(42,A,B,C,D,E,T,X);
350 BODY_40_59(43,T,A,B,C,D,E,X);
351 BODY_40_59(44,E,T,A,B,C,D,X);
352 BODY_40_59(45,D,E,T,A,B,C,X);
353 BODY_40_59(46,C,D,E,T,A,B,X);
354 BODY_40_59(47,B,C,D,E,T,A,X);
355 BODY_40_59(48,A,B,C,D,E,T,X);
356 BODY_40_59(4
[all...]
H A Dsha1c.c378 BODY_40_59(40,C,D,E,T,A,B,X);
379 BODY_40_59(41,B,C,D,E,T,A,X);
380 BODY_40_59(42,A,B,C,D,E,T,X);
381 BODY_40_59(43,T,A,B,C,D,E,X);
382 BODY_40_59(44,E,T,A,B,C,D,X);
383 BODY_40_59(45,D,E,T,A,B,C,X);
384 BODY_40_59(46,C,D,E,T,A,B,X);
385 BODY_40_59(47,B,C,D,E,T,A,X);
386 BODY_40_59(48,A,B,C,D,E,T,X);
387 BODY_40_59(4
[all...]
H A Dsha_locl.h234 #define BODY_40_59(i,a,b,c,d,e,f,xa) \ macro
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha_locl.h178 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ macro
353 BODY_40_59(40, C, D, E, T, A, B, X(8), X(10), X(0), X(5));
354 BODY_40_59(41, B, C, D, E, T, A, X(9), X(11), X(1), X(6));
355 BODY_40_59(42, A, B, C, D, E, T, X(10), X(12), X(2), X(7));
356 BODY_40_59(43, T, A, B, C, D, E, X(11), X(13), X(3), X(8));
357 BODY_40_59(44, E, T, A, B, C, D, X(12), X(14), X(4), X(9));
358 BODY_40_59(45, D, E, T, A, B, C, X(13), X(15), X(5), X(10));
359 BODY_40_59(46, C, D, E, T, A, B, X(14), X(0), X(6), X(11));
360 BODY_40_59(47, B, C, D, E, T, A, X(15), X(1), X(7), X(12));
361 BODY_40_59(4
433 # define BODY_40_59 macro
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl133 sub BODY_40_59 { subroutine
212 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-thumb.pl87 sub BODY_40_59 { subroutine
205 &BODY_40_59();
H A Dsha1-parisc.pl126 sub BODY_40_59 { subroutine
214 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-ppc.pl157 sub BODY_40_59 { subroutine
309 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-armv8.pl85 sub BODY_40_59 { subroutine
199 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-ia64.pl192 sub BODY_40_59 { subroutine
280 for(;$i<60;$i++) { &BODY_40_59(\$code,$i,@V); unshift(@V,pop(@V)); }
H A Dsha1-mips.pl284 sub BODY_40_59 { subroutine
399 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl158 sub BODY_40_59 { subroutine
335 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-armv4-large.pl157 sub BODY_40_59 { subroutine
230 &BODY_40_59(@V); unshift(@V,pop(@V));
H A Dsha1-sparcv9a.pl272 sub BODY_40_59 { subroutine
494 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-586.pl244 &xor($b,$c) if($n==39);# warm up for BODY_40_59
269 sub BODY_40_59 subroutine
389 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-x86_64.pl217 sub BODY_40_59 { subroutine
303 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-mb-x86_64.pl307 sub BODY_40_59 { subroutine
428 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }

Completed in 111 milliseconds