Searched refs:BODY_00_15 (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h159 #define BODY_00_15(i,a,b,c,d,e,f,xi) \ macro
238 BODY_00_15( 0,A,B,C,D,E,T,X( 0)); X( 2) = W[ 2];
239 BODY_00_15( 1,T,A,B,C,D,E,X( 1)); X( 3) = W[ 3];
240 BODY_00_15( 2,E,T,A,B,C,D,X( 2)); X( 4) = W[ 4];
241 BODY_00_15( 3,D,E,T,A,B,C,X( 3)); X( 5) = W[ 5];
242 BODY_00_15( 4,C,D,E,T,A,B,X( 4)); X( 6) = W[ 6];
243 BODY_00_15( 5,B,C,D,E,T,A,X( 5)); X( 7) = W[ 7];
244 BODY_00_15( 6,A,B,C,D,E,T,X( 6)); X( 8) = W[ 8];
245 BODY_00_15( 7,T,A,B,C,D,E,X( 7)); X( 9) = W[ 9];
246 BODY_00_15(
367 #define BODY_00_15 macro
[all...]
/freebsd-10.0-release/lib/libmd/
H A Dsha0c.c305 BODY_00_15( 0,A,B,C,D,E,T,W);
306 BODY_00_15( 1,T,A,B,C,D,E,W);
307 BODY_00_15( 2,E,T,A,B,C,D,W);
308 BODY_00_15( 3,D,E,T,A,B,C,W);
309 BODY_00_15( 4,C,D,E,T,A,B,W);
310 BODY_00_15( 5,B,C,D,E,T,A,W);
311 BODY_00_15( 6,A,B,C,D,E,T,W);
312 BODY_00_15( 7,T,A,B,C,D,E,W);
313 BODY_00_15( 8,E,T,A,B,C,D,W);
314 BODY_00_15(
[all...]
H A Dsha1c.c336 BODY_00_15( 0,A,B,C,D,E,T,W);
337 BODY_00_15( 1,T,A,B,C,D,E,W);
338 BODY_00_15( 2,E,T,A,B,C,D,W);
339 BODY_00_15( 3,D,E,T,A,B,C,W);
340 BODY_00_15( 4,C,D,E,T,A,B,W);
341 BODY_00_15( 5,B,C,D,E,T,A,W);
342 BODY_00_15( 6,A,B,C,D,E,T,W);
343 BODY_00_15( 7,T,A,B,C,D,E,W);
344 BODY_00_15( 8,E,T,A,B,C,D,W);
345 BODY_00_15(
[all...]
H A Dsha_locl.h215 #define BODY_00_15(i,a,b,c,d,e,f,xa) \ macro
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl47 sub BODY_00_15() { subroutine
161 &BODY_00_15();
166 &mov ($T,&DWP(4*(8+15+16-1),"esp")); # preloaded in BODY_00_15(1)
188 &BODY_00_15(1);
H A Dsha1-armv4-large.pl95 sub BODY_00_15 { subroutine
175 &BODY_00_15(@V); unshift(@V,pop(@V));
182 &BODY_00_15(@V); unshift(@V,pop(@V));
H A Dsha256-armv4.pl50 sub BODY_00_15 { subroutine
121 &BODY_00_15(@_);
162 for($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha512-s390x.pl104 sub BODY_00_15 { subroutine
162 &BODY_00_15(@_);
280 for ($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl52 sub BODY_00_15 { subroutine
245 for ($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha512-mips.pl118 sub BODY_00_15 { subroutine
234 &BODY_00_15(@_);
312 { &BODY_00_15($i,@V); unshift(@V,pop(@V)); push(@X,shift(@X)); }
H A Dsha512-sparcv9.pl212 sub BODY_00_15 { subroutine
330 &BODY_00_15(@_);
381 &BODY_00_15(@_);
488 for ($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-ia64.pl48 sub BODY_00_15 { subroutine
277 for($i=0;$i<16;$i++) { &BODY_00_15(\$code,$i,@V); unshift(@V,pop(@V)); }
H A Dsha512-armv4.pl72 sub BODY_00_15() { subroutine
297 &BODY_00_15(0x94);
349 &BODY_00_15(0x17);
H A Dsha1-586.pl136 sub BODY_00_15 subroutine
360 for($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }

Completed in 193 milliseconds