Searched refs:BODY_16_19 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-586.pl124 sub BODY_16_19 subroutine
310 &BODY_16_19(-1,$K[0],$X,16,$C,$D,$E,$T,$A,$B);
311 &BODY_16_19( 0,$K[0],$X,17,$B,$C,$D,$E,$T,$A);
312 &BODY_16_19( 0,$K[0],$X,18,$A,$B,$C,$D,$E,$T);
313 &BODY_16_19( 1,$K[0],$X,19,$T,$A,$B,$C,$D,$E);
H A Dsha1-ia64.pl127 sub BODY_16_19 { subroutine
309 &BODY_16_19(\$code,16,$C,$D,$E,$T,$A,$B);
310 &BODY_16_19(\$code,17,$B,$C,$D,$E,$T,$A);
311 &BODY_16_19(\$code,18,$A,$B,$C,$D,$E,$T);
312 &BODY_16_19(\$code,19,$T,$A,$B,$C,$D,$E);
464 &BODY_16_19(\$code,16,$C,$D,$E,$T,$A,$B);
465 &BODY_16_19(\$code,17,$B,$C,$D,$E,$T,$A);
466 &BODY_16_19(\$code,18,$A,$B,$C,$D,$E,$T);
467 &BODY_16_19(\$code,19,$T,$A,$B,$C,$D,$E);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha_locl.h163 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ macro
326 BODY_16_19(16, C, D, E, T, A, B, X(0), X(0), X(2), X(8), X(13));
327 BODY_16_19(17, B, C, D, E, T, A, X(1), X(1), X(3), X(9), X(14));
328 BODY_16_19(18, A, B, C, D, E, T, X(2), X(2), X(4), X(10), X(15));
329 BODY_16_19(19, T, A, B, C, D, E, X(3), X(3), X(5), X(11), X(0));
421 # define BODY_16_19(xa,xb,xc,xd) do { \ macro
466 BODY_16_19(X[i], X[i + 2], X[i + 8], X[(i + 13) & 15]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha_locl.h163 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ macro
326 BODY_16_19(16, C, D, E, T, A, B, X(0), X(0), X(2), X(8), X(13));
327 BODY_16_19(17, B, C, D, E, T, A, X(1), X(1), X(3), X(9), X(14));
328 BODY_16_19(18, A, B, C, D, E, T, X(2), X(2), X(4), X(10), X(15));
329 BODY_16_19(19, T, A, B, C, D, E, X(3), X(3), X(5), X(11), X(0));
421 # define BODY_16_19(xa,xb,xc,xd) do { \ macro
466 BODY_16_19(X[i], X[i + 2], X[i + 8], X[(i + 13) & 15]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha_locl.h184 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ macro
269 BODY_16_19(16,C,D,E,T,A,B,X( 0),W[ 0],W[ 2],W[ 8],W[13]);
270 BODY_16_19(17,B,C,D,E,T,A,X( 1),W[ 1],W[ 3],W[ 9],W[14]);
271 BODY_16_19(18,A,B,C,D,E,T,X( 2),W[ 2],W[ 4],W[10],W[15]);
272 BODY_16_19(19,T,A,B,C,D,E,X( 3),W[ 3],W[ 5],W[11],X( 0));
396 BODY_16_19(16,C,D,E,T,A,B,X( 0),X( 0),X( 2),X( 8),X(13));
397 BODY_16_19(17,B,C,D,E,T,A,X( 1),X( 1),X( 3),X( 9),X(14));
398 BODY_16_19(18,A,B,C,D,E,T,X( 2),X( 2),X( 4),X(10),X(15));
399 BODY_16_19(19,T,A,B,C,D,E,X( 3),X( 3),X( 5),X(11),X( 0));
490 #define BODY_16_19(x macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-armv4-large.pl140 sub BODY_16_19 { subroutine
207 &BODY_16_19(@V); unshift(@V,pop(@V));
208 &BODY_16_19(@V); unshift(@V,pop(@V));
209 &BODY_16_19(@V); unshift(@V,pop(@V));
210 &BODY_16_19(@V); unshift(@V,pop(@V));
H A Dsha1-ia64.pl114 sub BODY_16_19 { subroutine
278 for(;$i<20;$i++) { &BODY_16_19(\$code,$i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl111 sub BODY_16_19 { subroutine
333 for (;$i<20;$i++) { &BODY_16_19($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-586.pl182 sub BODY_16_19 subroutine
387 for(;$i<20;$i++) { &BODY_16_19($i,@V); unshift(@V,pop(@V)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl140 sub BODY_16_19 { subroutine
207 &BODY_16_19(@V); unshift(@V,pop(@V));
208 &BODY_16_19(@V); unshift(@V,pop(@V));
209 &BODY_16_19(@V); unshift(@V,pop(@V));
210 &BODY_16_19(@V); unshift(@V,pop(@V));
H A Dsha1-ia64.pl114 sub BODY_16_19 { subroutine
278 for(;$i<20;$i++) { &BODY_16_19(\$code,$i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl111 sub BODY_16_19 { subroutine
333 for (;$i<20;$i++) { &BODY_16_19($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-586.pl182 sub BODY_16_19 subroutine
387 for(;$i<20;$i++) { &BODY_16_19($i,@V); unshift(@V,pop(@V)); }

Completed in 58 milliseconds