• Home
  • Raw
  • Download

Lines Matching refs:t2

48 	u32 a, b, c, d, e, f, g, h, t1, t2;  in sha256_transform()  local
66 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
68 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
70 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
72 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
74 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
76 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
78 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
80 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
83 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
85 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
87 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
89 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
91 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
93 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
95 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
97 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
100 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
102 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
104 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
106 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
108 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
110 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
112 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
114 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
117 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
119 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
121 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
123 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
125 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
127 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
129 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
131 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
134 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
136 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
138 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
140 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
142 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
144 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
146 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
148 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
151 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
153 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
155 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
157 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
159 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
161 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
163 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
165 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
168 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
170 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
172 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
174 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
176 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
178 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
180 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
182 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
185 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
187 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
189 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
191 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
193 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
195 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
197 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
199 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
205 a = b = c = d = e = f = g = h = t1 = t2 = 0; in sha256_transform()