/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 74 sub Xupdate { 128 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 137 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 145 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
sha1-s390x.pl | 20 # Optimize Xupdate for amount of memory references and reschedule 67 sub Xupdate { 71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 74 return if ($i&1); # Xupdate is vectorized and executed every 2nd cycle 80 xgr $X[0],$prefetch ### Xupdate($i) 100 &Xupdate($i); 119 &Xupdate($i); 137 &Xupdate($i);
|
sha1-sparcv9.pl | 79 sub Xupdate { 91 sllx @X[($j+6)%8],32,$Xi ! Xupdate($i) 112 &Xupdate(@_); 136 &Xupdate(@_); 159 &Xupdate(@_);
|
sha1-sparcv9a.pl | 13 # pairable(*) with IALU ones, offloading of Xupdate to the UltraSPARC 82 # This is reference 2x-parallelized VIS-powered Xupdate procedure. It 84 sub Xupdate { 121 # half-round VIS timing, because there are 16 Xupdate-free rounds, 131 # The reference Xupdate procedure is then "strained" over *pairs* of
|
/external/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 74 sub Xupdate { 128 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 137 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 145 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
sha1-s390x.pl | 20 # Optimize Xupdate for amount of memory references and reschedule 67 sub Xupdate { 71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 74 return if ($i&1); # Xupdate is vectorized and executed every 2nd cycle 80 xgr $X[0],$prefetch ### Xupdate($i) 100 &Xupdate($i); 119 &Xupdate($i); 137 &Xupdate($i);
|
sha1-sparcv9.pl | 79 sub Xupdate { 91 sllx @X[($j+6)%8],32,$Xi ! Xupdate($i) 112 &Xupdate(@_); 136 &Xupdate(@_); 159 &Xupdate(@_);
|
sha1-sparcv9a.pl | 13 # pairable(*) with IALU ones, offloading of Xupdate to the UltraSPARC 82 # This is reference 2x-parallelized VIS-powered Xupdate procedure. It 84 sub Xupdate { 121 # half-round VIS timing, because there are 16 Xupdate-free rounds, 131 # The reference Xupdate procedure is then "strained" over *pairs* of
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/ |
sha_locl.h | 86 # define Xupdate(a,ix,ia,ib,ic,id) (ix=(a)=(ia^ib^ic^id)) 99 # define Xupdate(a,ix,ia,ib,ic,id) do { (a)=(ia^ib^ic^id); \ 103 # define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ 164 Xupdate(f,xi,xa,xb,xc,xd); \ 169 Xupdate(f,xi,xa,xb,xc,xd); \ 174 Xupdate(f,xa,xa,xb,xc,xd); \ 179 Xupdate(f,xa,xa,xb,xc,xd); \ 184 Xupdate(f,xa,xa,xb,xc,xd); \ 373 Xupdate(T,xa,xa,xb,xc,xd); \ 379 Xupdate(T,xa,xa,xb,xc,xd); [all...] |
/external/openssl/crypto/sha/ |
sha_locl.h | 86 # define Xupdate(a,ix,ia,ib,ic,id) (ix=(a)=(ia^ib^ic^id)) 99 # define Xupdate(a,ix,ia,ib,ic,id) do { (a)=(ia^ib^ic^id); \ 103 # define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ 164 Xupdate(f,xi,xa,xb,xc,xd); \ 169 Xupdate(f,xi,xa,xb,xc,xd); \ 174 Xupdate(f,xa,xa,xb,xc,xd); \ 179 Xupdate(f,xa,xa,xb,xc,xd); \ 184 Xupdate(f,xa,xa,xb,xc,xd); \ 373 Xupdate(T,xa,xa,xb,xc,xd); \ 379 Xupdate(T,xa,xa,xb,xc,xd); [all...] |