Home
last modified time | relevance | path

Searched refs:BODY_00_15 (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/sha/
H A Dsha_local.h85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ macro
163 BODY_00_15(0, A, B, C, D, E, T, X(0)); in HASH_BLOCK_DATA_ORDER()
165 BODY_00_15(1, T, A, B, C, D, E, X(1)); in HASH_BLOCK_DATA_ORDER()
167 BODY_00_15(2, E, T, A, B, C, D, X(2)); in HASH_BLOCK_DATA_ORDER()
169 BODY_00_15(3, D, E, T, A, B, C, X(3)); in HASH_BLOCK_DATA_ORDER()
171 BODY_00_15(4, C, D, E, T, A, B, X(4)); in HASH_BLOCK_DATA_ORDER()
173 BODY_00_15(5, B, C, D, E, T, A, X(5)); in HASH_BLOCK_DATA_ORDER()
175 BODY_00_15(6, A, B, C, D, E, T, X(6)); in HASH_BLOCK_DATA_ORDER()
177 BODY_00_15(7, T, A, B, C, D, E, X(7)); in HASH_BLOCK_DATA_ORDER()
336 # define BODY_00_15(xi) do { \ macro
[all …]
/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl113 sub BODY_00_15 { subroutine
171 &BODY_00_15(@_);
285 for ($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-ia64.pl58 sub BODY_00_15 { subroutine
287 for($i=0;$i<16;$i++) { &BODY_00_15(\$code,$i,@V); unshift(@V,pop(@V)); }
H A Dsha1-armv4-large.pl132 sub BODY_00_15 { subroutine
234 &BODY_00_15(@V); unshift(@V,pop(@V));
246 &BODY_00_15(@V); unshift(@V,pop(@V));
H A Dsha512-mips.pl139 sub BODY_00_15 { subroutine
304 &BODY_00_15(@_);
384 { &BODY_00_15($i,@V); unshift(@V,pop(@V)); push(@X,shift(@X)); }
H A Dsha512-armv4.pl105 sub BODY_00_15() { subroutine
372 &BODY_00_15(0x94);
424 &BODY_00_15(0x17);
H A Dsha256-armv4.pl85 sub BODY_00_15 { subroutine
175 &BODY_00_15(@_);
262 for($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha512-sparcv9.pl224 sub BODY_00_15 { subroutine
342 &BODY_00_15(@_);
393 &BODY_00_15(@_);
700 for ($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl60 sub BODY_00_15 { subroutine
341 for ($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
H A Dsha256-586.pl145 &BODY_00_15(1);
147 sub BODY_00_15() { subroutine
292 &BODY_00_15();
H A Dsha1-586.pl168 sub BODY_00_15 subroutine
398 for($i=0;$i<16;$i++) { &BODY_00_15($i,@V); unshift(@V,pop(@V)); }

Completed in 30 milliseconds