Searched refs:Maj (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha256.c41 static inline u32 Maj(u32 x, u32 y, u32 z) function
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(
[all...]
H A Dsha512.c42 static inline u64 Maj(u64 x, u64 y, u64 z) function
139 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
141 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
143 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
145 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
147 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
149 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
151 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
153 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha256.c102 t2 = Sum0((a)) + Maj((a),(b),(c)); \
122 Maj (u32 x, u32 y, u32 z) function
206 t2 = Sum0 (a) + Maj (a, b, c);
211 t2 = Sum0 (h) + Maj (h, a, b);
216 t2 = Sum0 (g) + Maj (g, h, a);
221 t2 = Sum0 (f) + Maj (f, g, h);
226 t2 = Sum0 (e) + Maj (e, f, g);
231 t2 = Sum0 (d) + Maj (d, e, f);
236 t2 = Sum0 (c) + Maj (c, d, e);
241 t2 = Sum0 (b) + Maj (
[all...]
H A Dsha512.c114 Maj (u64 x, u64 y, u64 z) function
236 t2 = Sum0 (a) + Maj (a, b, c);
248 t2 = Sum0 (a) + Maj (a, b, c);
253 t2 = Sum0 (h) + Maj (h, a, b);
258 t2 = Sum0 (g) + Maj (g, h, a);
263 t2 = Sum0 (f) + Maj (f, g, h);
268 t2 = Sum0 (e) + Maj (e, f, g);
273 t2 = Sum0 (d) + Maj (d, e, f);
278 t2 = Sum0 (c) + Maj (c, d, e);
283 t2 = Sum0 (b) + Maj (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha256.c154 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
178 T2 = Sigma0(a) + Maj(a,b,c);
193 T2 = Sigma0(a) + Maj(a,b,c);
206 T2 = Sigma0(a) + Maj(a,b,c);
221 h = Sigma0(a) + Maj(a,b,c); \
H A Dsha512.c348 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
384 T2 = Sigma0(a) + Maj(a,b,c);
396 T2 = Sigma0(a) + Maj(a,b,c);
412 h = Sigma0(a) + Maj(a,b,c); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c135 #define Maj(x,y,z) ((x & y) | (z & (x|y))) /* (4.3) same as SHA-1's F3 */
143 t2 = Sum0((a)) + Maj((a),(b),(c)); \
222 #undef Maj
134 #define Maj macro
221 #undef Maj macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl241 add A=A,r10 // T2=Maj(a,b,c)+Sigma0(a)
316 add A=A,r10 // T2=Maj(a,b,c)+Sigma0(a)

Completed in 52 milliseconds