Lines Matching refs:t2
49 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
67 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
69 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
71 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
73 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
75 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
77 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
79 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
81 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
84 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
86 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
88 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
90 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
92 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
94 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
96 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
98 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
101 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
103 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
105 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
107 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
109 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
111 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
113 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
115 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
118 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
120 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
122 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
124 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
126 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
128 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
130 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
132 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
135 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
137 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
139 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
141 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
143 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
145 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
147 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
149 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
152 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
154 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
156 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
158 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
160 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
162 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
164 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
166 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
169 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
171 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
173 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
175 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
177 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
179 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
181 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
183 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
186 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
188 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
190 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
192 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
194 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
196 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
198 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
200 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
206 a = b = c = d = e = f = g = h = t1 = t2 = 0; in sha256_transform()