Home
last modified time | relevance | path

Searched refs:BODY_16_19 (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl163 sub BODY_16_19 { subroutine
247 &BODY_16_19(@V); unshift(@V,pop(@V));
248 &BODY_16_19(@V); unshift(@V,pop(@V));
249 &BODY_16_19(@V); unshift(@V,pop(@V));
250 &BODY_16_19(@V); unshift(@V,pop(@V));
H A Dsha1-ia64.pl124 sub BODY_16_19 { subroutine
288 for(;$i<20;$i++) { &BODY_16_19(\$code,$i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl117 sub BODY_16_19 { subroutine
342 for (;$i<20;$i++) { &BODY_16_19($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-586.pl194 sub BODY_16_19 subroutine
399 for(;$i<20;$i++) { &BODY_16_19($i,@V); unshift(@V,pop(@V)); }
/openssl/crypto/sha/
H A Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ macro
246 BODY_16_19(16, C, D, E, T, A, B, X(0), X(0), X(2), X(8), X(13)); in HASH_BLOCK_DATA_ORDER()
247 BODY_16_19(17, B, C, D, E, T, A, X(1), X(1), X(3), X(9), X(14)); in HASH_BLOCK_DATA_ORDER()
248 BODY_16_19(18, A, B, C, D, E, T, X(2), X(2), X(4), X(10), X(15)); in HASH_BLOCK_DATA_ORDER()
249 BODY_16_19(19, T, A, B, C, D, E, X(3), X(3), X(5), X(11), X(0)); in HASH_BLOCK_DATA_ORDER()
341 # define BODY_16_19(xa,xb,xc,xd) do { \ macro
386 BODY_16_19(X[i], X[i + 2], X[i + 8], X[(i + 13) & 15]); in HASH_BLOCK_DATA_ORDER()

Completed in 30 milliseconds