Searched refs:Sum1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dsha256.c101 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
136 Sum1 (u32 x) function
205 t1 = h + Sum1 (e) + Cho (e, f, g) + K[i] + w[i];
210 t1 = g + Sum1 (d) + Cho (d, e, f) + K[i+1] + w[i+1];
215 t1 = f + Sum1 (c) + Cho (c, d, e) + K[i+2] + w[i+2];
220 t1 = e + Sum1 (b) + Cho (b, c, d) + K[i+3] + w[i+3];
225 t1 = d + Sum1 (a) + Cho (a, b, c) + K[i+4] + w[i+4];
230 t1 = c + Sum1 (h) + Cho (h, a, b) + K[i+5] + w[i+5];
235 t1 = b + Sum1 (g) + Cho (g, h, a) + K[i+6] + w[i+6];
240 t1 = a + Sum1 (
[all...]
H A Dsha512.c126 Sum1 (u64 x) function
235 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
247 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
252 t1 = g + Sum1 (d) + Ch (d, e, f) + k[t+1] + w[t+1];
257 t1 = f + Sum1 (c) + Ch (c, d, e) + k[t+2] + w[t+2];
262 t1 = e + Sum1 (b) + Ch (b, c, d) + k[t+3] + w[t+3];
267 t1 = d + Sum1 (a) + Ch (a, b, c) + k[t+4] + w[t+4];
272 t1 = c + Sum1 (h) + Ch (h, a, b) + k[t+5] + w[t+5];
277 t1 = b + Sum1 (g) + Ch (g, h, a) + k[t+6] + w[t+6];
282 t1 = a + Sum1 (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha256.c101 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
136 Sum1 (u32 x) function
205 t1 = h + Sum1 (e) + Cho (e, f, g) + K[i] + w[i];
210 t1 = g + Sum1 (d) + Cho (d, e, f) + K[i+1] + w[i+1];
215 t1 = f + Sum1 (c) + Cho (c, d, e) + K[i+2] + w[i+2];
220 t1 = e + Sum1 (b) + Cho (b, c, d) + K[i+3] + w[i+3];
225 t1 = d + Sum1 (a) + Cho (a, b, c) + K[i+4] + w[i+4];
230 t1 = c + Sum1 (h) + Cho (h, a, b) + K[i+5] + w[i+5];
235 t1 = b + Sum1 (g) + Cho (g, h, a) + K[i+6] + w[i+6];
240 t1 = a + Sum1 (
[all...]
H A Dsha512.c126 Sum1 (u64 x) function
235 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
247 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
252 t1 = g + Sum1 (d) + Ch (d, e, f) + k[t+1] + w[t+1];
257 t1 = f + Sum1 (c) + Ch (c, d, e) + k[t+2] + w[t+2];
262 t1 = e + Sum1 (b) + Ch (b, c, d) + k[t+3] + w[t+3];
267 t1 = d + Sum1 (a) + Ch (a, b, c) + k[t+4] + w[t+4];
272 t1 = c + Sum1 (h) + Ch (h, a, b) + k[t+5] + w[t+5];
277 t1 = b + Sum1 (g) + Ch (g, h, a) + k[t+6] + w[t+6];
282 t1 = a + Sum1 (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dhmac256.c137 #define Sum1(x) (ror ((x), 6) ^ ror ((x), 11) ^ ror ((x), 25)) /* (4.5) */
142 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
224 #undef Sum1
136 #define Sum1 macro
223 #undef Sum1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c137 #define Sum1(x) (ror ((x), 6) ^ ror ((x), 11) ^ ror ((x), 25)) /* (4.5) */
142 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
224 #undef Sum1
136 #define Sum1 macro
223 #undef Sum1 macro

Completed in 183 milliseconds