Searched refs:Xupdate (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/sha/asm/ |
D | sha1-s390x.pl | 75 sub Xupdate { subroutine 108 &Xupdate($i); 127 &Xupdate($i); 145 &Xupdate($i);
|
D | sha1-sparcv9.pl | 88 sub Xupdate { subroutine 121 &Xupdate(@_); 145 &Xupdate(@_); 168 &Xupdate(@_);
|
D | sha256-armv4.pl | 317 sub Xupdate() subroutine 527 &Xupdate(\&body_00_15); 528 &Xupdate(\&body_00_15); 529 &Xupdate(\&body_00_15); 530 &Xupdate(\&body_00_15);
|
D | sha1-armv4-large.pl | 109 sub Xupdate { subroutine 163 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 172 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 180 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
D | sha512-armv8.pl | 477 sub Xupdate() subroutine 688 &Xupdate(\&body_00_15); 689 &Xupdate(\&body_00_15); 690 &Xupdate(\&body_00_15); 691 &Xupdate(\&body_00_15);
|
D | sha1-sparcv9a.pl | 91 sub Xupdate { subroutine
|
/third_party/openssl/crypto/sha/ |
D | sha_local.h | 35 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ macro 89 Xupdate(f,xi,xa,xb,xc,xd); \ 94 Xupdate(f,xi,xa,xb,xc,xd); \ 99 Xupdate(f,xa,xa,xb,xc,xd); \ 104 Xupdate(f,xa,xa,xb,xc,xd); \ 109 Xupdate(f,xa,xa,xb,xc,xd); \ 346 Xupdate(T,xa,xa,xb,xc,xd); \ 352 Xupdate(T,xa,xa,xb,xc,xd); \ 358 Xupdate(T,xa,xa,xb,xc,xd); \ 364 Xupdate(T,xa,xa,xb,xc,xd); \
|