• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/

Lines Matching defs:e0

46 #define e0(x)       (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22))
90 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
92 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
94 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
96 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
98 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
100 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
102 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
104 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
107 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
109 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
111 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
113 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
115 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
117 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
119 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
121 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
124 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
126 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
128 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
130 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
132 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
134 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
136 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
138 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
141 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
143 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
145 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
147 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
149 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
151 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
153 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
155 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
158 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
160 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
162 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
164 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
166 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
168 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
170 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
172 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
175 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
177 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
179 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
181 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
183 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
185 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
187 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
189 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
192 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
194 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
196 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
198 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
200 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
202 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
204 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
206 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
209 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
211 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
213 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
215 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
217 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
219 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
221 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
223 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;