Home
last modified time | relevance | path

Searched refs:Xupdate (Results 1 – 8 of 8) sorted by relevance

/src/lib/libmd/
H A Dsha_locl.h204 #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 Dsha1-s390x.pl77 sub Xupdate { subroutine
110 &Xupdate($i);
129 &Xupdate($i);
147 &Xupdate($i);
H A Dsha1-sparcv9.pl87 sub Xupdate { subroutine
120 &Xupdate(@_);
144 &Xupdate(@_);
167 &Xupdate(@_);
H A Dsha256-armv4.pl326 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 Dsha1-armv4-large.pl111 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 Dsha512-armv8.pl474 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 Dsha1-sparcv9a.pl90 sub Xupdate { subroutine
/src/crypto/openssl/crypto/sha/
H A Dsha_local.h42 #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); \