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

/external/openssl/crypto/sha/
H A Dsha_locl.h178 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ macro
305 BODY_40_59(40,C,D,E,T,A,B,X( 8),X(10),X( 0),X( 5));
306 BODY_40_59(41,B,C,D,E,T,A,X( 9),X(11),X( 1),X( 6));
307 BODY_40_59(42,A,B,C,D,E,T,X(10),X(12),X( 2),X( 7));
308 BODY_40_59(43,T,A,B,C,D,E,X(11),X(13),X( 3),X( 8));
309 BODY_40_59(44,E,T,A,B,C,D,X(12),X(14),X( 4),X( 9));
310 BODY_40_59(45,D,E,T,A,B,C,X(13),X(15),X( 5),X(10));
311 BODY_40_59(46,C,D,E,T,A,B,X(14),X( 0),X( 6),X(11));
312 BODY_40_59(47,B,C,D,E,T,A,X(15),X( 1),X( 7),X(12));
313 BODY_40_59(4
384 #define BODY_40_59 macro
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/
H A Dsha1.c164 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ macro
321 BODY_40_59(40, C, D, E, T, A, B, X(8), X(10), X(0), X(5));
322 BODY_40_59(41, B, C, D, E, T, A, X(9), X(11), X(1), X(6));
323 BODY_40_59(42, A, B, C, D, E, T, X(10), X(12), X(2), X(7));
324 BODY_40_59(43, T, A, B, C, D, E, X(11), X(13), X(3), X(8));
325 BODY_40_59(44, E, T, A, B, C, D, X(12), X(14), X(4), X(9));
326 BODY_40_59(45, D, E, T, A, B, C, X(13), X(15), X(5), X(10));
327 BODY_40_59(46, C, D, E, T, A, B, X(14), X(0), X(6), X(11));
328 BODY_40_59(47, B, C, D, E, T, A, X(15), X(1), X(7), X(12));
329 BODY_40_59(4
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl133 sub BODY_40_59 { subroutine
215 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9.pl156 sub BODY_40_59 { subroutine
248 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-alpha.pl192 sub BODY_40_59 { subroutine
282 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-mips.pl209 sub BODY_40_59 { subroutine
303 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
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.pl140 sub BODY_40_59 { subroutine
292 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-armv8.pl80 sub BODY_40_59 { subroutine
194 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-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.pl224 &xor($b,$c) if($n==39);# warm up for BODY_40_59
249 sub BODY_40_59 subroutine
363 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-x86_64.pl190 sub BODY_40_59 { subroutine
266 for(;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha1-armv4-large.pl143 sub BODY_40_59 { subroutine
208 &BODY_40_59(@V); unshift(@V,pop(@V));
H A Dsha1-586.pl241 &xor($b,$c) if($n==39);# warm up for BODY_40_59
266 sub BODY_40_59 subroutine
386 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)); }

Completed in 119 milliseconds