| /src/lib/libmd/ |
| H A D | sha_locl.h | 204 #undef Xupdate 205 #define Xupdate(a,i,ia,ib,ic,id) X[(i)&0x0f]=(a)=\ macro 209 #undef Xupdate 210 #define Xupdate(a,i,ia,ib,ic,id) (a)=\ macro 220 Xupdate(f,i,xa,xb,xc,xd); \ 225 Xupdate(f,i,xa,xb,xc,xd); \ 230 Xupdate(f,i,xa,xa,xa,xa); \ 235 Xupdate(f,i,xa,xa,xa,xa); \ 240 Xupdate(f,i,xa,xa,xa,xa); \
|
| /src/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-s390x.pl | 77 sub Xupdate { subroutine 110 &Xupdate($i); 129 &Xupdate($i); 147 &Xupdate($i);
|
| H A D | sha1-sparcv9.pl | 87 sub Xupdate { subroutine 120 &Xupdate(@_); 144 &Xupdate(@_); 167 &Xupdate(@_);
|
| H A D | sha256-armv4.pl | 326 sub Xupdate() subroutine 536 &Xupdate(\&body_00_15); 537 &Xupdate(\&body_00_15); 538 &Xupdate(\&body_00_15); 539 &Xupdate(\&body_00_15);
|
| H A D | sha1-armv4-large.pl | 111 sub Xupdate { subroutine 165 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 174 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 182 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
| H A D | sha512-armv8.pl | 474 sub Xupdate() subroutine 688 &Xupdate(\&body_00_15); 689 &Xupdate(\&body_00_15); 690 &Xupdate(\&body_00_15); 691 &Xupdate(\&body_00_15);
|
| H A D | sha1-sparcv9a.pl | 90 sub Xupdate { subroutine
|
| /src/crypto/openssl/crypto/sha/ |
| H A D | sha_local.h | 42 #define Xupdate(a, ix, ia, ib, ic, id) ((a) = (ia ^ ib ^ ic ^ id), \ macro 95 Xupdate(f, xi, xa, xb, xc, xd); \ 100 Xupdate(f, xi, xa, xb, xc, xd); \ 105 Xupdate(f, xa, xa, xb, xc, xd); \ 110 Xupdate(f, xa, xa, xb, xc, xd); \ 115 Xupdate(f, xa, xa, xb, xc, xd); \ 349 Xupdate(T, xa, xa, xb, xc, xd); \ 357 Xupdate(T, xa, xa, xb, xc, xd); \ 365 Xupdate(T, xa, xa, xb, xc, xd); \ 373 Xupdate(T, xa, xa, xb, xc, xd); \
|