Searched refs:Xupdate (Results 1 – 7 of 7) sorted by relevance
/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 | 468 sub Xupdate() subroutine 681 &Xupdate(\&body_00_15); 682 &Xupdate(\&body_00_15); 683 &Xupdate(\&body_00_15); 684 &Xupdate(\&body_00_15);
|
H A D | sha1-sparcv9a.pl | 90 sub Xupdate { subroutine
|
/openssl/crypto/sha/ |
H A D | sha_local.h | 36 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ macro 90 Xupdate(f,xi,xa,xb,xc,xd); \ 95 Xupdate(f,xi,xa,xb,xc,xd); \ 100 Xupdate(f,xa,xa,xb,xc,xd); \ 105 Xupdate(f,xa,xa,xb,xc,xd); \ 110 Xupdate(f,xa,xa,xb,xc,xd); \ 342 Xupdate(T,xa,xa,xb,xc,xd); \ 348 Xupdate(T,xa,xa,xb,xc,xd); \ 354 Xupdate(T,xa,xa,xb,xc,xd); \ 360 Xupdate(T,xa,xa,xb,xc,xd); \
|
Completed in 20 milliseconds