Home
last modified time | relevance | path

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

/external/openssl/crypto/sha/asm/
Dsha1-armv4-large.pl74 sub Xupdate { subroutine
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");
Dsha1-s390x.pl67 sub Xupdate { subroutine
100 &Xupdate($i);
119 &Xupdate($i);
137 &Xupdate($i);
Dsha256-mips.s888 srl $14,$9,3 # Xupdate(16)
953 srl $15,$10,3 # Xupdate(17)
1018 srl $16,$11,3 # Xupdate(18)
1083 srl $17,$12,3 # Xupdate(19)
1148 srl $18,$13,3 # Xupdate(20)
1213 srl $19,$14,3 # Xupdate(21)
1278 srl $20,$15,3 # Xupdate(22)
1343 srl $21,$16,3 # Xupdate(23)
1408 srl $22,$17,3 # Xupdate(24)
1473 srl $23,$18,3 # Xupdate(25)
[all …]
Dsha1-sparcv9.pl79 sub Xupdate { subroutine
112 &Xupdate(@_);
136 &Xupdate(@_);
159 &Xupdate(@_);
Dsha1-sparcv9a.pl84 sub Xupdate { subroutine
/external/openssl/crypto/sha/
Dsha_locl.h86 # define Xupdate(a,ix,ia,ib,ic,id) (ix=(a)=(ia^ib^ic^id)) macro
99 # define Xupdate(a,ix,ia,ib,ic,id) do { (a)=(ia^ib^ic^id); \ macro
103 # define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ macro
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 …]