Symbol: T1
crypto/libressl/crypto/sha/sha256.c
154
unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2;
crypto/libressl/crypto/sha/sha256.c
166
HOST_c2l(data,l); T1 = X[i] = l;
crypto/libressl/crypto/sha/sha256.c
167
T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
crypto/libressl/crypto/sha/sha256.c
169
h = g; g = f; f = e; e = d + T1;
crypto/libressl/crypto/sha/sha256.c
170
d = c; c = b; b = a; a = T1 + T2;
crypto/libressl/crypto/sha/sha256.c
178
T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
crypto/libressl/crypto/sha/sha256.c
179
T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
crypto/libressl/crypto/sha/sha256.c
181
h = g; g = f; f = e; e = d + T1;
crypto/libressl/crypto/sha/sha256.c
182
d = c; c = b; b = a; a = T1 + T2;
crypto/libressl/crypto/sha/sha256.c
194
T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
crypto/libressl/crypto/sha/sha256.c
196
d += T1; h += T1; } while (0)
crypto/libressl/crypto/sha/sha256.c
201
T1 = X[(i)&0x0f] += s0 + s1 + X[(i+9)&0x0f]; \
crypto/libressl/crypto/sha/sha256.c
206
unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1;
crypto/libressl/crypto/sha/sha256.c
221
T1 = X[0] = W[0]; ROUND_00_15(0,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha256.c
222
T1 = X[1] = W[1]; ROUND_00_15(1,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha256.c
223
T1 = X[2] = W[2]; ROUND_00_15(2,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha256.c
224
T1 = X[3] = W[3]; ROUND_00_15(3,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha256.c
225
T1 = X[4] = W[4]; ROUND_00_15(4,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha256.c
226
T1 = X[5] = W[5]; ROUND_00_15(5,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha256.c
227
T1 = X[6] = W[6]; ROUND_00_15(6,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha256.c
228
T1 = X[7] = W[7]; ROUND_00_15(7,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha256.c
229
T1 = X[8] = W[8]; ROUND_00_15(8,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha256.c
230
T1 = X[9] = W[9]; ROUND_00_15(9,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha256.c
231
T1 = X[10] = W[10]; ROUND_00_15(10,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha256.c
232
T1 = X[11] = W[11]; ROUND_00_15(11,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha256.c
233
T1 = X[12] = W[12]; ROUND_00_15(12,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha256.c
234
T1 = X[13] = W[13]; ROUND_00_15(13,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha256.c
235
T1 = X[14] = W[14]; ROUND_00_15(14,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha256.c
236
T1 = X[15] = W[15]; ROUND_00_15(15,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha256.c
244
HOST_c2l(data,l); T1 = X[0] = l; ROUND_00_15(0,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha256.c
245
HOST_c2l(data,l); T1 = X[1] = l; ROUND_00_15(1,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha256.c
246
HOST_c2l(data,l); T1 = X[2] = l; ROUND_00_15(2,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha256.c
247
HOST_c2l(data,l); T1 = X[3] = l; ROUND_00_15(3,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha256.c
248
HOST_c2l(data,l); T1 = X[4] = l; ROUND_00_15(4,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha256.c
249
HOST_c2l(data,l); T1 = X[5] = l; ROUND_00_15(5,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha256.c
250
HOST_c2l(data,l); T1 = X[6] = l; ROUND_00_15(6,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha256.c
251
HOST_c2l(data,l); T1 = X[7] = l; ROUND_00_15(7,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha256.c
252
HOST_c2l(data,l); T1 = X[8] = l; ROUND_00_15(8,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha256.c
253
HOST_c2l(data,l); T1 = X[9] = l; ROUND_00_15(9,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha256.c
254
HOST_c2l(data,l); T1 = X[10] = l; ROUND_00_15(10,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha256.c
255
HOST_c2l(data,l); T1 = X[11] = l; ROUND_00_15(11,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha256.c
256
HOST_c2l(data,l); T1 = X[12] = l; ROUND_00_15(12,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha256.c
257
HOST_c2l(data,l); T1 = X[13] = l; ROUND_00_15(13,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha256.c
258
HOST_c2l(data,l); T1 = X[14] = l; ROUND_00_15(14,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha256.c
259
HOST_c2l(data,l); T1 = X[15] = l; ROUND_00_15(15,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha512.c
413
SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1,T2;
crypto/libressl/crypto/sha/sha512.c
425
T1 = X[i] = W[i];
crypto/libressl/crypto/sha/sha512.c
427
T1 = X[i] = PULL64(W[i]);
crypto/libressl/crypto/sha/sha512.c
429
T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
crypto/libressl/crypto/sha/sha512.c
431
h = g; g = f; f = e; e = d + T1;
crypto/libressl/crypto/sha/sha512.c
432
d = c; c = b; b = a; a = T1 + T2;
crypto/libressl/crypto/sha/sha512.c
440
T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
crypto/libressl/crypto/sha/sha512.c
441
T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
crypto/libressl/crypto/sha/sha512.c
443
h = g; g = f; f = e; e = d + T1;
crypto/libressl/crypto/sha/sha512.c
444
d = c; c = b; b = a; a = T1 + T2;
crypto/libressl/crypto/sha/sha512.c
457
T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
crypto/libressl/crypto/sha/sha512.c
459
d += T1; h += T1; } while (0)
crypto/libressl/crypto/sha/sha512.c
464
T1 = X[(j)&0x0f] += s0 + s1 + X[(j+9)&0x0f]; \
crypto/libressl/crypto/sha/sha512.c
470
SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1;
crypto/libressl/crypto/sha/sha512.c
480
T1 = X[0] = W[0]; ROUND_00_15(0,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha512.c
481
T1 = X[1] = W[1]; ROUND_00_15(1,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha512.c
482
T1 = X[2] = W[2]; ROUND_00_15(2,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha512.c
483
T1 = X[3] = W[3]; ROUND_00_15(3,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha512.c
484
T1 = X[4] = W[4]; ROUND_00_15(4,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha512.c
485
T1 = X[5] = W[5]; ROUND_00_15(5,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha512.c
486
T1 = X[6] = W[6]; ROUND_00_15(6,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha512.c
487
T1 = X[7] = W[7]; ROUND_00_15(7,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha512.c
488
T1 = X[8] = W[8]; ROUND_00_15(8,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha512.c
489
T1 = X[9] = W[9]; ROUND_00_15(9,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha512.c
490
T1 = X[10] = W[10]; ROUND_00_15(10,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha512.c
491
T1 = X[11] = W[11]; ROUND_00_15(11,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha512.c
492
T1 = X[12] = W[12]; ROUND_00_15(12,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha512.c
493
T1 = X[13] = W[13]; ROUND_00_15(13,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha512.c
494
T1 = X[14] = W[14]; ROUND_00_15(14,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha512.c
495
T1 = X[15] = W[15]; ROUND_00_15(15,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha512.c
497
T1 = X[0] = PULL64(W[0]); ROUND_00_15(0,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha512.c
498
T1 = X[1] = PULL64(W[1]); ROUND_00_15(1,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha512.c
499
T1 = X[2] = PULL64(W[2]); ROUND_00_15(2,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha512.c
500
T1 = X[3] = PULL64(W[3]); ROUND_00_15(3,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha512.c
501
T1 = X[4] = PULL64(W[4]); ROUND_00_15(4,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha512.c
502
T1 = X[5] = PULL64(W[5]); ROUND_00_15(5,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha512.c
503
T1 = X[6] = PULL64(W[6]); ROUND_00_15(6,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha512.c
504
T1 = X[7] = PULL64(W[7]); ROUND_00_15(7,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha512.c
505
T1 = X[8] = PULL64(W[8]); ROUND_00_15(8,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha512.c
506
T1 = X[9] = PULL64(W[9]); ROUND_00_15(9,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha512.c
507
T1 = X[10] = PULL64(W[10]); ROUND_00_15(10,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha512.c
508
T1 = X[11] = PULL64(W[11]); ROUND_00_15(11,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha512.c
509
T1 = X[12] = PULL64(W[12]); ROUND_00_15(12,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha512.c
510
T1 = X[13] = PULL64(W[13]); ROUND_00_15(13,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha512.c
511
T1 = X[14] = PULL64(W[14]); ROUND_00_15(14,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha512.c
512
T1 = X[15] = PULL64(W[15]); ROUND_00_15(15,b,c,d,e,f,g,h,a);
lib/libcrypt/crypt-sha256.c
115
uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t];
lib/libcrypt/crypt-sha256.c
120
e = d + T1;
lib/libcrypt/crypt-sha256.c
124
a = T1 + T2;
lib/libcrypt/crypt-sha512.c
146
uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t];
lib/libcrypt/crypt-sha512.c
151
e = d + T1;
lib/libcrypt/crypt-sha512.c
155
a = T1 + T2;
sbin/iscontrol/fsm.c
198
return T1;
sbin/iscontrol/fsm.c
214
return T1;
sbin/iscontrol/fsm.c
218
return T1;
sbin/iscontrol/fsm.c
628
| T8 | |T1 | | |
sbin/iscontrol/fsm.c
684
case T1: state = S2; break;
sys/crypto/sha2/sha2.c
342
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
sys/crypto/sha2/sha2.c
344
(d) += T1; \
sys/crypto/sha2/sha2.c
345
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
sys/crypto/sha2/sha2.c
352
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
sys/crypto/sha2/sha2.c
354
(d) += T1; \
sys/crypto/sha2/sha2.c
355
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
sys/crypto/sha2/sha2.c
365
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
sys/crypto/sha2/sha2.c
367
(d) += T1; \
sys/crypto/sha2/sha2.c
368
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
sys/crypto/sha2/sha2.c
373
sha2_word32 T1, *W256;
sys/crypto/sha2/sha2.c
424
a = b = c = d = e = f = g = h = T1 = 0;
sys/crypto/sha2/sha2.c
431
sha2_word32 T1, T2, *W256;
sys/crypto/sha2/sha2.c
452
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
sys/crypto/sha2/sha2.c
455
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
sys/crypto/sha2/sha2.c
461
e = d + T1;
sys/crypto/sha2/sha2.c
465
a = T1 + T2;
sys/crypto/sha2/sha2.c
478
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
sys/crypto/sha2/sha2.c
484
e = d + T1;
sys/crypto/sha2/sha2.c
488
a = T1 + T2;
sys/crypto/sha2/sha2.c
504
a = b = c = d = e = f = g = h = T1 = T2 = 0;
sys/crypto/sha2/sha2.c
669
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
sys/crypto/sha2/sha2.c
671
(d) += T1, \
sys/crypto/sha2/sha2.c
672
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
sys/crypto/sha2/sha2.c
679
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
sys/crypto/sha2/sha2.c
681
(d) += T1; \
sys/crypto/sha2/sha2.c
682
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
sys/crypto/sha2/sha2.c
692
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
sys/crypto/sha2/sha2.c
694
(d) += T1; \
sys/crypto/sha2/sha2.c
695
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
sys/crypto/sha2/sha2.c
700
sha2_word64 T1 = 0, T2 = 0, *W512 = (sha2_word64*)context->buffer;
sys/crypto/sha2/sha2.c
748
a = b = c = d = e = f = g = h = T1 = 0;
sys/crypto/sha2/sha2.c
755
sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer;
sys/crypto/sha2/sha2.c
774
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
sys/crypto/sha2/sha2.c
777
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
sys/crypto/sha2/sha2.c
783
e = d + T1;
sys/crypto/sha2/sha2.c
787
a = T1 + T2;
sys/crypto/sha2/sha2.c
800
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
sys/crypto/sha2/sha2.c
806
e = d + T1;
sys/crypto/sha2/sha2.c
810
a = T1 + T2;
sys/crypto/sha2/sha2.c
826
a = b = c = d = e = f = g = h = T1 = T2 = 0;
sys/dev/misc/musycc/musycc.c
409
if (sc->framing == E1 || sc->framing == T1)
sys/dev/misc/musycc/musycc.c
492
case T1: ksprintf(s, "(t1)\n"); break;
sys/dev/misc/musycc/musycc.c
500
if (sc->framing == E1 || sc->framing == T1) {