crypto/heimdal/appl/ftp/ftp/ftp.c
1441
struct timeval * t0, struct timeval * t1)
crypto/heimdal/appl/ftp/ftp/ftp.c
1450
td.tv_sec = t1->tv_sec - t0->tv_sec;
crypto/heimdal/appl/ftp/ftp/ftp.c
1451
td.tv_usec = t1->tv_usec - t0->tv_usec;
crypto/heimdal/appl/ftp/ftpd/klist.c
41
char t1[128], t2[128], *str;
crypto/heimdal/appl/ftp/ftpd/klist.c
48
krb5_format_time(context, cred->times.starttime, t1, sizeof(t1), 1);
crypto/heimdal/appl/ftp/ftpd/klist.c
50
krb5_format_time(context, cred->times.authtime, t1, sizeof(t1), 1);
crypto/heimdal/appl/ftp/ftpd/klist.c
63
lreply(200, "%-20s %-20s %s", t1, t2, str);
crypto/heimdal/lib/krb5/pac.c
696
uint64_t t1, t2;
crypto/heimdal/lib/krb5/pac.c
697
t1 = unix2nttime(authtime);
crypto/heimdal/lib/krb5/pac.c
699
if (t1 != t2) {
crypto/heimdal/lib/roken/roken-common.h
426
timevalfix(struct timeval *t1);
crypto/heimdal/lib/roken/roken-common.h
430
timevaladd(struct timeval *t1, const struct timeval *t2);
crypto/heimdal/lib/roken/roken-common.h
434
timevalsub(struct timeval *t1, const struct timeval *t2);
crypto/heimdal/lib/roken/timeval.c
47
timevalfix(struct timeval *t1)
crypto/heimdal/lib/roken/timeval.c
49
if (t1->tv_usec < 0) {
crypto/heimdal/lib/roken/timeval.c
50
t1->tv_sec--;
crypto/heimdal/lib/roken/timeval.c
51
t1->tv_usec += 1000000;
crypto/heimdal/lib/roken/timeval.c
53
if (t1->tv_usec >= 1000000) {
crypto/heimdal/lib/roken/timeval.c
54
t1->tv_sec++;
crypto/heimdal/lib/roken/timeval.c
55
t1->tv_usec -= 1000000;
crypto/heimdal/lib/roken/timeval.c
64
timevaladd(struct timeval *t1, const struct timeval *t2)
crypto/heimdal/lib/roken/timeval.c
66
t1->tv_sec += t2->tv_sec;
crypto/heimdal/lib/roken/timeval.c
67
t1->tv_usec += t2->tv_usec;
crypto/heimdal/lib/roken/timeval.c
68
timevalfix(t1);
crypto/heimdal/lib/roken/timeval.c
76
timevalsub(struct timeval *t1, const struct timeval *t2)
crypto/heimdal/lib/roken/timeval.c
78
t1->tv_sec -= t2->tv_sec;
crypto/heimdal/lib/roken/timeval.c
79
t1->tv_usec -= t2->tv_usec;
crypto/heimdal/lib/roken/timeval.c
80
timevalfix(t1);
crypto/heimdal/lib/wind/combining.c
43
const struct translation *t1 = (const struct translation *)key;
crypto/heimdal/lib/wind/combining.c
46
return t1->key - t2->key;
crypto/heimdal/lib/wind/map.c
46
const struct translation *t1 = (const struct translation *)key;
crypto/heimdal/lib/wind/map.c
49
return t1->key - t2->key;
crypto/heimdal/lib/wind/normalize.c
51
const struct translation *t1 = (const struct translation *)key;
crypto/heimdal/lib/wind/normalize.c
54
return t1->key - t2->key;
crypto/krb5/src/kadmin/dbutil/dump.c
604
int t1, t2, t3, t4;
crypto/krb5/src/kadmin/dbutil/dump.c
678
&t1, &t2, &t3, &u1, &u2, &u3, &u4, &u5);
crypto/krb5/src/kadmin/dbutil/dump.c
683
dbentry->attributes = t1;
crypto/krb5/src/kadmin/dbutil/dump.c
731
nread = fscanf(filep, "%d\t%d\t", &t1, &t2);
crypto/krb5/src/kadmin/dbutil/dump.c
736
if (t1 > KRB5_KDB_V1_KEY_DATA_ARRAY) {
crypto/krb5/src/kadmin/dbutil/dump.c
745
kd->key_data_ver = t1;
crypto/krb5/src/kadmin/dbutil/dump.c
748
for (j = 0; j < t1; j++) {
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1000
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1003
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1008
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1012
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1015
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1018
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1021
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1024
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1027
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1032
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1036
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1039
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1042
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1045
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1048
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1051
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1058
t1 = io[1];
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1062
io[3] = t1;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1070
u32 il,ir,t0,t1; /* temporary valiables */
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1079
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1082
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1085
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1088
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1091
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1094
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1099
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1103
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1106
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1109
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1112
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1115
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1118
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1123
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1127
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1130
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1133
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1136
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1139
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1142
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1149
t1 = io[1];
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1153
io[3] = t1;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1164
u32 il,ir,t0,t1; /* temporary valiables */
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1173
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1176
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1179
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
118
#define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1182
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1185
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1188
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1193
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1197
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1200
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1203
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1206
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1209
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1212
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1217
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1221
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1224
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1227
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
123
t1 = ir >> 16; \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1230
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1233
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1236
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1241
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1245
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1248
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
125
^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1251
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1254
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1257
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
126
^ CAMELLIA_SP3033(t1 & 0xff) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1260
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1267
t1 = io[1];
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1271
io[3] = t1;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1279
u32 il,ir,t0,t1; /* temporary valiables */
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1288
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1291
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1294
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1297
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1300
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1303
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1308
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1312
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1315
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1318
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1321
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1324
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1327
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1332
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1336
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1339
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1342
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1345
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1348
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1351
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1356
t0,t1,il,ir);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1360
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1363
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1366
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1369
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1372
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1375
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1382
t1 = io[1];
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1386
io[3] = t1;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
142
#define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
147
t1 = klr; \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
148
t1 |= lr; \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
149
ll ^= t1; \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
159
#define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
458
u32 il, ir, t0, t1, w0, w1;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
498
w0, w1, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
502
kll, klr, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
505
krl, krr, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
509
w0, w1, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
671
u32 il, ir, t0, t1, w0, w1; /* temporary variables */
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
726
w0, w1, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
730
kll, klr, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
734
krl, krr, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
738
w0, w1, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
746
w0, w1, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
750
w0, w1, il, ir, t0, t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
979
u32 il, ir, t0, t1;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
988
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
991
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
994
io[2],io[3],il,ir,t0,t1);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
997
io[0],io[1],il,ir,t0,t1);
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
34
times_match_exact(const krb5_ticket_times *t1, const krb5_ticket_times *t2)
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
36
return (t1->authtime == t2->authtime &&
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
37
t1->starttime == t2->starttime &&
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
38
t1->endtime == t2->endtime &&
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
39
t1->renew_till == t2->renew_till);
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
43
times_match(const krb5_ticket_times *t1, const krb5_ticket_times *t2)
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
45
if (t1->renew_till) {
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
46
if (ts_after(t1->renew_till, t2->renew_till))
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
49
if (t1->endtime) {
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
50
if (ts_after(t1->endtime, t2->endtime))
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
454
fe t1;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
460
fe_sq_tt(&t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
462
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
464
fe_mul_tlt(&t1, z, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
465
fe_mul_ttt(&t0, &t0, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
467
fe_mul_ttt(&t1, &t1, &t2);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
468
fe_sq_tt(&t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
472
fe_mul_ttt(&t1, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
473
fe_sq_tt(&t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
477
fe_mul_ttt(&t2, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
487
fe_mul_ttt(&t1, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
488
fe_sq_tt(&t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
492
fe_mul_ttt(&t2, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
502
fe_mul_ttt(&t1, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
503
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
505
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
507
fe_mul_ttt(out, &t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
548
fe t1;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
553
fe_sq_tt(&t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
555
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
557
fe_mul_ttt(&t1, z, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
558
fe_mul_ttt(&t0, &t0, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
560
fe_mul_ttt(&t0, &t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
561
fe_sq_tt(&t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
563
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
565
fe_mul_ttt(&t0, &t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
566
fe_sq_tt(&t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
568
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
570
fe_mul_ttt(&t1, &t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
571
fe_sq_tt(&t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
575
fe_mul_ttt(&t1, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
576
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
578
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
580
fe_mul_ttt(&t0, &t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
581
fe_sq_tt(&t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
583
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
585
fe_mul_ttt(&t1, &t1, &t0);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
586
fe_sq_tt(&t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
590
fe_mul_ttt(&t1, &t2, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
591
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
593
fe_sq_tt(&t1, &t1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
595
fe_mul_ttt(&t0, &t1, &t0);
crypto/libecc/include/libecc/hash/sha2.h
110
sha_word_type t1, t2;\
crypto/libecc/include/libecc/hash/sha2.h
111
t1 = (h) + SIGMA_MAJ1_##sha_type((e)) + CH((e), (f), (g)) + (k) + (w);\
crypto/libecc/include/libecc/hash/sha2.h
116
(e) = (d) + t1;\
crypto/libecc/include/libecc/hash/sha2.h
120
(a) = t1 + t2;\
crypto/libecc/src/curves/prj_pt.c
1009
ret = fp_add_monty(&out->X, &t1, &t2); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1015
ret = fp_sub_monty(&out->X, &t1, &out->Z); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1016
ret = fp_add_monty(&out->Z, &t1, &out->Z); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1018
ret = fp_add_monty(&t1, &t0, &t0); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1020
ret = fp_add_monty(&t1, &t1, &t0); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1023
ret = fp_add_monty(&t1, &t1, &t2); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1028
ret = fp_mul_monty(&t0, &t1, &t4); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1034
ret = fp_mul_monty(&t0, &t3, &t1); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
1064
fp_uninit(&t1);
crypto/libecc/src/curves/prj_pt.c
894
fp t0, t1, t2, t3;
crypto/libecc/src/curves/prj_pt.c
896
t0.magic = t1.magic = t2.magic = t3.magic = WORD(0);
crypto/libecc/src/curves/prj_pt.c
901
ret = fp_init(&t1, out->crv->a.ctx); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
906
ret = fp_mul_monty(&t1, &in->Y, &in->Y); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
917
ret = fp_sub_monty(&out->X, &t1, &out->Y); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
918
ret = fp_add_monty(&out->Y, &t1, &out->Y); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
938
ret = fp_mul_monty(&out->Z, &t2, &t1); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
945
fp_uninit(&t1);
crypto/libecc/src/curves/prj_pt.c
976
fp t0, t1, t2, t3, t4, t5;
crypto/libecc/src/curves/prj_pt.c
978
t0.magic = t1.magic = t2.magic = WORD(0);
crypto/libecc/src/curves/prj_pt.c
984
ret = fp_init(&t1, out->crv->a.ctx); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
991
ret = fp_mul_monty(&t1, &in1->Y, &in2->Y); EG(ret, err);
crypto/libecc/src/curves/prj_pt.c
997
ret = fp_add_monty(&t4, &t0, &t1); EG(ret, err);
crypto/libecc/src/examples/basic/curve_basic_examples.c
111
u64 t1, t2;
crypto/libecc/src/examples/basic/curve_basic_examples.c
285
if (get_ms_time(&t1)) {
crypto/libecc/src/examples/basic/curve_basic_examples.c
320
(double)(t2 - t1) / (double)(PERF_SCALAR_MUL * 1000ULL));
crypto/libecc/src/examples/basic/curve_basic_examples.c
322
if (get_ms_time(&t1)) {
crypto/libecc/src/examples/basic/curve_basic_examples.c
357
(double)(t2 - t1) / (double)(PERF_SCALAR_MUL * 1000ULL));
crypto/openssh/ed25519.c
1674
fe25519 a,b,t1,t2,c,d,e,f,g,h,qt;
crypto/openssh/ed25519.c
1678
fe25519_sub(&t1, &q->y, &q->x);
crypto/openssh/ed25519.c
1680
fe25519_mul(&a, &a, &t1);
crypto/openssh/ed25519.c
250
fe25519 t1 = *x;
crypto/openssh/ed25519.c
252
fe25519_freeze(&t1);
crypto/openssh/ed25519.c
255
if(t1.v[i] != t2.v[i]) return 0;
crypto/openssh/ed25519.c
347
fe25519 t1;
crypto/openssh/ed25519.c
351
/* 4 */ fe25519_square(&t1,&z2);
crypto/openssh/ed25519.c
352
/* 8 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
359
/* 2^7 - 2^2 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
360
/* 2^8 - 2^3 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
361
/* 2^9 - 2^4 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
362
/* 2^10 - 2^5 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
366
/* 2^12 - 2^2 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
367
/* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); }
crypto/openssh/ed25519.c
368
/* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t1,&z2_10_0);
crypto/openssh/ed25519.c
371
/* 2^22 - 2^2 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
372
/* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); }
crypto/openssh/ed25519.c
373
/* 2^40 - 2^0 */ fe25519_mul(&t0,&t1,&z2_20_0);
crypto/openssh/ed25519.c
375
/* 2^41 - 2^1 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
376
/* 2^42 - 2^2 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
377
/* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { fe25519_square(&t1,&t0); fe25519_square(&t0,&t1); }
crypto/openssh/ed25519.c
381
/* 2^52 - 2^2 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
382
/* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); }
crypto/openssh/ed25519.c
383
/* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0);
crypto/openssh/ed25519.c
385
/* 2^101 - 2^1 */ fe25519_square(&t1,&z2_100_0);
crypto/openssh/ed25519.c
386
/* 2^102 - 2^2 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
387
/* 2^200 - 2^100 */ for (i = 2;i < 100;i += 2) { fe25519_square(&t1,&t0); fe25519_square(&t0,&t1); }
crypto/openssh/ed25519.c
388
/* 2^200 - 2^0 */ fe25519_mul(&t1,&t0,&z2_100_0);
crypto/openssh/ed25519.c
390
/* 2^201 - 2^1 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
391
/* 2^202 - 2^2 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
392
/* 2^250 - 2^50 */ for (i = 2;i < 50;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); }
crypto/openssh/ed25519.c
393
/* 2^250 - 2^0 */ fe25519_mul(&t0,&t1,&z2_50_0);
crypto/openssh/ed25519.c
395
/* 2^251 - 2^1 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
396
/* 2^252 - 2^2 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
397
/* 2^253 - 2^3 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
398
/* 2^254 - 2^4 */ fe25519_square(&t0,&t1);
crypto/openssh/ed25519.c
399
/* 2^255 - 2^5 */ fe25519_square(&t1,&t0);
crypto/openssh/ed25519.c
400
/* 2^255 - 21 */ fe25519_mul(r,&t1,&z11);
crypto/openssh/logintest.c
145
t1 = login_get_lastlog_time(getuid());
crypto/openssh/logintest.c
146
strlcpy(s_t1, ctime(&t1), sizeof(s_t1));
crypto/openssh/logintest.c
149
(int)t0, s_t0, (int)t1, s_t1);
crypto/openssh/logintest.c
188
if (t1 == t2)
crypto/openssh/logintest.c
93
time_t t0, t1, t2, logintime, logouttime;
crypto/openssh/poly1305.c
115
t1 = U8TO32_LE(mp+4);
crypto/openssh/poly1305.c
120
h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
crypto/openssh/poly1305.c
121
h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
crypto/openssh/poly1305.c
34
uint32_t t0,t1,t2,t3;
crypto/openssh/poly1305.c
48
t1 = U8TO32_LE(key+4);
crypto/openssh/poly1305.c
53
r0 = t0 & 0x3ffffff; t0 >>= 26; t0 |= t1 << 6;
crypto/openssh/poly1305.c
54
r1 = t0 & 0x3ffff03; t1 >>= 20; t1 |= t2 << 12;
crypto/openssh/poly1305.c
55
r2 = t1 & 0x3ffc0ff; t2 >>= 14; t2 |= t3 << 18;
crypto/openssh/poly1305.c
78
t1 = U8TO32_LE(m-12);
crypto/openssh/poly1305.c
83
h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
crypto/openssh/poly1305.c
84
h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
crypto/openssh/rijndael.c
1000
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[32];
crypto/openssh/rijndael.c
1001
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[33];
crypto/openssh/rijndael.c
1002
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
crypto/openssh/rijndael.c
1003
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[35];
crypto/openssh/rijndael.c
1006
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
crypto/openssh/rijndael.c
1011
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[40];
crypto/openssh/rijndael.c
1012
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[41];
crypto/openssh/rijndael.c
1013
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
crypto/openssh/rijndael.c
1014
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[43];
crypto/openssh/rijndael.c
1017
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
crypto/openssh/rijndael.c
1022
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[48];
crypto/openssh/rijndael.c
1023
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[49];
crypto/openssh/rijndael.c
1024
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
crypto/openssh/rijndael.c
1025
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[51];
crypto/openssh/rijndael.c
1028
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
crypto/openssh/rijndael.c
1046
t1 =
crypto/openssh/rijndael.c
1074
Td3[(t1 ) & 0xff] ^
crypto/openssh/rijndael.c
1077
Td0[(t1 >> 24) ] ^
crypto/openssh/rijndael.c
1084
Td1[(t1 >> 16) & 0xff] ^
crypto/openssh/rijndael.c
1091
Td2[(t1 >> 8) & 0xff] ^
crypto/openssh/rijndael.c
1104
(Td4[(t1 ) & 0xff]) ^
crypto/openssh/rijndael.c
1108
(Td4[(t1 >> 24) ] << 24) ^
crypto/openssh/rijndael.c
1116
(Td4[(t1 >> 16) & 0xff] << 16) ^
crypto/openssh/rijndael.c
1124
(Td4[(t1 >> 8) & 0xff] << 8) ^
crypto/openssh/rijndael.c
765
u32 s0, s1, s2, s3, t0, t1, t2, t3;
crypto/openssh/rijndael.c
781
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
crypto/openssh/rijndael.c
785
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
crypto/openssh/rijndael.c
786
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
crypto/openssh/rijndael.c
787
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
crypto/openssh/rijndael.c
788
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
crypto/openssh/rijndael.c
791
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
crypto/openssh/rijndael.c
795
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
crypto/openssh/rijndael.c
796
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
crypto/openssh/rijndael.c
797
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
crypto/openssh/rijndael.c
798
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
crypto/openssh/rijndael.c
801
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
crypto/openssh/rijndael.c
805
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
crypto/openssh/rijndael.c
806
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
crypto/openssh/rijndael.c
807
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
crypto/openssh/rijndael.c
808
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
crypto/openssh/rijndael.c
811
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
crypto/openssh/rijndael.c
815
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
crypto/openssh/rijndael.c
816
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
crypto/openssh/rijndael.c
817
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
crypto/openssh/rijndael.c
818
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
crypto/openssh/rijndael.c
821
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
crypto/openssh/rijndael.c
826
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40];
crypto/openssh/rijndael.c
827
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[41];
crypto/openssh/rijndael.c
828
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
crypto/openssh/rijndael.c
829
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[43];
crypto/openssh/rijndael.c
832
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
crypto/openssh/rijndael.c
837
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[48];
crypto/openssh/rijndael.c
838
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[49];
crypto/openssh/rijndael.c
839
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
crypto/openssh/rijndael.c
840
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[51];
crypto/openssh/rijndael.c
843
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
crypto/openssh/rijndael.c
861
t1 =
crypto/openssh/rijndael.c
887
Te1[(t1 >> 16) & 0xff] ^
crypto/openssh/rijndael.c
892
Te0[(t1 >> 24) ] ^
crypto/openssh/rijndael.c
901
Te3[(t1 ) & 0xff] ^
crypto/openssh/rijndael.c
906
Te2[(t1 >> 8) & 0xff] ^
crypto/openssh/rijndael.c
917
(Te3[(t1 >> 16) & 0xff] & 0x00ff0000) ^
crypto/openssh/rijndael.c
923
(Te2[(t1 >> 24) ] & 0xff000000) ^
crypto/openssh/rijndael.c
933
(Te1[(t1 ) & 0xff] & 0x000000ff) ^
crypto/openssh/rijndael.c
939
(Te0[(t1 >> 8) & 0xff] & 0x0000ff00) ^
crypto/openssh/rijndael.c
950
u32 s0, s1, s2, s3, t0, t1, t2, t3;
crypto/openssh/rijndael.c
966
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
crypto/openssh/rijndael.c
970
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[ 8];
crypto/openssh/rijndael.c
971
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[ 9];
crypto/openssh/rijndael.c
972
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
crypto/openssh/rijndael.c
973
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[11];
crypto/openssh/rijndael.c
976
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
crypto/openssh/rijndael.c
980
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[16];
crypto/openssh/rijndael.c
981
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[17];
crypto/openssh/rijndael.c
982
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
crypto/openssh/rijndael.c
983
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[19];
crypto/openssh/rijndael.c
986
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
crypto/openssh/rijndael.c
990
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[24];
crypto/openssh/rijndael.c
991
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[25];
crypto/openssh/rijndael.c
992
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
crypto/openssh/rijndael.c
993
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[27];
crypto/openssh/rijndael.c
996
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
crypto/openssh/smult_curve25519_ref.c
191
unsigned int t1[32];
crypto/openssh/smult_curve25519_ref.c
195
/* 4 */ square(t1,z2);
crypto/openssh/smult_curve25519_ref.c
196
/* 8 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
203
/* 2^7 - 2^2 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
204
/* 2^8 - 2^3 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
205
/* 2^9 - 2^4 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
206
/* 2^10 - 2^5 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
210
/* 2^12 - 2^2 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
211
/* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t0,t1); square(t1,t0); }
crypto/openssh/smult_curve25519_ref.c
212
/* 2^20 - 2^0 */ mult(z2_20_0,t1,z2_10_0);
crypto/openssh/smult_curve25519_ref.c
215
/* 2^22 - 2^2 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
216
/* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { square(t0,t1); square(t1,t0); }
crypto/openssh/smult_curve25519_ref.c
217
/* 2^40 - 2^0 */ mult(t0,t1,z2_20_0);
crypto/openssh/smult_curve25519_ref.c
219
/* 2^41 - 2^1 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
220
/* 2^42 - 2^2 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
221
/* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t1,t0); square(t0,t1); }
crypto/openssh/smult_curve25519_ref.c
225
/* 2^52 - 2^2 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
226
/* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { square(t0,t1); square(t1,t0); }
crypto/openssh/smult_curve25519_ref.c
227
/* 2^100 - 2^0 */ mult(z2_100_0,t1,z2_50_0);
crypto/openssh/smult_curve25519_ref.c
229
/* 2^101 - 2^1 */ square(t1,z2_100_0);
crypto/openssh/smult_curve25519_ref.c
230
/* 2^102 - 2^2 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
231
/* 2^200 - 2^100 */ for (i = 2;i < 100;i += 2) { square(t1,t0); square(t0,t1); }
crypto/openssh/smult_curve25519_ref.c
232
/* 2^200 - 2^0 */ mult(t1,t0,z2_100_0);
crypto/openssh/smult_curve25519_ref.c
234
/* 2^201 - 2^1 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
235
/* 2^202 - 2^2 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
236
/* 2^250 - 2^50 */ for (i = 2;i < 50;i += 2) { square(t0,t1); square(t1,t0); }
crypto/openssh/smult_curve25519_ref.c
237
/* 2^250 - 2^0 */ mult(t0,t1,z2_50_0);
crypto/openssh/smult_curve25519_ref.c
239
/* 2^251 - 2^1 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
240
/* 2^252 - 2^2 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
241
/* 2^253 - 2^3 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
242
/* 2^254 - 2^4 */ square(t0,t1);
crypto/openssh/smult_curve25519_ref.c
243
/* 2^255 - 2^5 */ square(t1,t0);
crypto/openssh/smult_curve25519_ref.c
244
/* 2^255 - 21 */ mult(out,t1,z11);
crypto/openssl/crypto/aes/aes_core.c
3178
u32 s0, s1, s2, s3, t0, t1, t2, t3;
crypto/openssl/crypto/aes/aes_core.c
3197
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[5];
crypto/openssl/crypto/aes/aes_core.c
3201
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[8];
crypto/openssl/crypto/aes/aes_core.c
3202
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[9];
crypto/openssl/crypto/aes/aes_core.c
3203
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
crypto/openssl/crypto/aes/aes_core.c
3204
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
crypto/openssl/crypto/aes/aes_core.c
3207
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
crypto/openssl/crypto/aes/aes_core.c
3211
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
crypto/openssl/crypto/aes/aes_core.c
3212
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
crypto/openssl/crypto/aes/aes_core.c
3213
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
crypto/openssl/crypto/aes/aes_core.c
3214
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
crypto/openssl/crypto/aes/aes_core.c
3217
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
crypto/openssl/crypto/aes/aes_core.c
3221
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
crypto/openssl/crypto/aes/aes_core.c
3222
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
crypto/openssl/crypto/aes/aes_core.c
3223
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
crypto/openssl/crypto/aes/aes_core.c
3224
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
crypto/openssl/crypto/aes/aes_core.c
3227
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
crypto/openssl/crypto/aes/aes_core.c
3231
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
crypto/openssl/crypto/aes/aes_core.c
3232
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
crypto/openssl/crypto/aes/aes_core.c
3233
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
crypto/openssl/crypto/aes/aes_core.c
3234
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
crypto/openssl/crypto/aes/aes_core.c
3237
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
crypto/openssl/crypto/aes/aes_core.c
3242
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40];
crypto/openssl/crypto/aes/aes_core.c
3243
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[41];
crypto/openssl/crypto/aes/aes_core.c
3244
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
crypto/openssl/crypto/aes/aes_core.c
3245
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[43];
crypto/openssl/crypto/aes/aes_core.c
3248
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
crypto/openssl/crypto/aes/aes_core.c
3253
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[48];
crypto/openssl/crypto/aes/aes_core.c
3254
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[49];
crypto/openssl/crypto/aes/aes_core.c
3255
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
crypto/openssl/crypto/aes/aes_core.c
3256
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[51];
crypto/openssl/crypto/aes/aes_core.c
3259
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
crypto/openssl/crypto/aes/aes_core.c
3272
t1 = Te0[(s1 >> 24)] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[(s0) & 0xff] ^ rk[5];
crypto/openssl/crypto/aes/aes_core.c
3281
s0 = Te0[(t0 >> 24)] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[(t3) & 0xff] ^ rk[0];
crypto/openssl/crypto/aes/aes_core.c
3282
s1 = Te0[(t1 >> 24)] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[(t0) & 0xff] ^ rk[1];
crypto/openssl/crypto/aes/aes_core.c
3283
s2 = Te0[(t2 >> 24)] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[(t1) & 0xff] ^ rk[2];
crypto/openssl/crypto/aes/aes_core.c
3284
s3 = Te0[(t3 >> 24)] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[(t2) & 0xff] ^ rk[3];
crypto/openssl/crypto/aes/aes_core.c
3291
s0 = (Te2[(t0 >> 24)] & 0xff000000) ^ (Te3[(t1 >> 16) & 0xff] & 0x00ff0000) ^ (Te0[(t2 >> 8) & 0xff] & 0x0000ff00) ^ (Te1[(t3) & 0xff] & 0x000000ff) ^ rk[0];
crypto/openssl/crypto/aes/aes_core.c
3293
s1 = (Te2[(t1 >> 24)] & 0xff000000) ^ (Te3[(t2 >> 16) & 0xff] & 0x00ff0000) ^ (Te0[(t3 >> 8) & 0xff] & 0x0000ff00) ^ (Te1[(t0) & 0xff] & 0x000000ff) ^ rk[1];
crypto/openssl/crypto/aes/aes_core.c
3295
s2 = (Te2[(t2 >> 24)] & 0xff000000) ^ (Te3[(t3 >> 16) & 0xff] & 0x00ff0000) ^ (Te0[(t0 >> 8) & 0xff] & 0x0000ff00) ^ (Te1[(t1) & 0xff] & 0x000000ff) ^ rk[2];
crypto/openssl/crypto/aes/aes_core.c
3297
s3 = (Te2[(t3 >> 24)] & 0xff000000) ^ (Te3[(t0 >> 16) & 0xff] & 0x00ff0000) ^ (Te0[(t1 >> 8) & 0xff] & 0x0000ff00) ^ (Te1[(t2) & 0xff] & 0x000000ff) ^ rk[3];
crypto/openssl/crypto/aes/aes_core.c
3310
u32 s0, s1, s2, s3, t0, t1, t2, t3;
crypto/openssl/crypto/aes/aes_core.c
3329
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[5];
crypto/openssl/crypto/aes/aes_core.c
3333
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[8];
crypto/openssl/crypto/aes/aes_core.c
3334
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[9];
crypto/openssl/crypto/aes/aes_core.c
3335
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
crypto/openssl/crypto/aes/aes_core.c
3336
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[11];
crypto/openssl/crypto/aes/aes_core.c
3339
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
crypto/openssl/crypto/aes/aes_core.c
3343
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[16];
crypto/openssl/crypto/aes/aes_core.c
3344
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[17];
crypto/openssl/crypto/aes/aes_core.c
3345
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
crypto/openssl/crypto/aes/aes_core.c
3346
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[19];
crypto/openssl/crypto/aes/aes_core.c
3349
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
crypto/openssl/crypto/aes/aes_core.c
3353
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[24];
crypto/openssl/crypto/aes/aes_core.c
3354
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[25];
crypto/openssl/crypto/aes/aes_core.c
3355
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
crypto/openssl/crypto/aes/aes_core.c
3356
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[27];
crypto/openssl/crypto/aes/aes_core.c
3359
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
crypto/openssl/crypto/aes/aes_core.c
3363
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[32];
crypto/openssl/crypto/aes/aes_core.c
3364
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[33];
crypto/openssl/crypto/aes/aes_core.c
3365
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
crypto/openssl/crypto/aes/aes_core.c
3366
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[35];
crypto/openssl/crypto/aes/aes_core.c
3369
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
crypto/openssl/crypto/aes/aes_core.c
3374
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[40];
crypto/openssl/crypto/aes/aes_core.c
3375
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[41];
crypto/openssl/crypto/aes/aes_core.c
3376
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
crypto/openssl/crypto/aes/aes_core.c
3377
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[43];
crypto/openssl/crypto/aes/aes_core.c
3380
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
crypto/openssl/crypto/aes/aes_core.c
3385
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[48];
crypto/openssl/crypto/aes/aes_core.c
3386
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[49];
crypto/openssl/crypto/aes/aes_core.c
3387
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
crypto/openssl/crypto/aes/aes_core.c
3388
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[51];
crypto/openssl/crypto/aes/aes_core.c
3391
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
crypto/openssl/crypto/aes/aes_core.c
3404
t1 = Td0[(s1 >> 24)] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[(s2) & 0xff] ^ rk[5];
crypto/openssl/crypto/aes/aes_core.c
3413
s0 = Td0[(t0 >> 24)] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[(t1) & 0xff] ^ rk[0];
crypto/openssl/crypto/aes/aes_core.c
3414
s1 = Td0[(t1 >> 24)] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[(t2) & 0xff] ^ rk[1];
crypto/openssl/crypto/aes/aes_core.c
3415
s2 = Td0[(t2 >> 24)] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[(t3) & 0xff] ^ rk[2];
crypto/openssl/crypto/aes/aes_core.c
3416
s3 = Td0[(t3 >> 24)] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[(t0) & 0xff] ^ rk[3];
crypto/openssl/crypto/aes/aes_core.c
3423
s0 = ((u32)Td4[(t0 >> 24)] << 24) ^ ((u32)Td4[(t3 >> 16) & 0xff] << 16) ^ ((u32)Td4[(t2 >> 8) & 0xff] << 8) ^ ((u32)Td4[(t1) & 0xff]) ^ rk[0];
crypto/openssl/crypto/aes/aes_core.c
3425
s1 = ((u32)Td4[(t1 >> 24)] << 24) ^ ((u32)Td4[(t0 >> 16) & 0xff] << 16) ^ ((u32)Td4[(t3 >> 8) & 0xff] << 8) ^ ((u32)Td4[(t2) & 0xff]) ^ rk[1];
crypto/openssl/crypto/aes/aes_core.c
3427
s2 = ((u32)Td4[(t2 >> 24)] << 24) ^ ((u32)Td4[(t1 >> 16) & 0xff] << 16) ^ ((u32)Td4[(t0 >> 8) & 0xff] << 8) ^ ((u32)Td4[(t3) & 0xff]) ^ rk[2];
crypto/openssl/crypto/aes/aes_core.c
3429
s3 = ((u32)Td4[(t3 >> 24)] << 24) ^ ((u32)Td4[(t2 >> 16) & 0xff] << 16) ^ ((u32)Td4[(t1 >> 8) & 0xff] << 8) ^ ((u32)Td4[(t0) & 0xff]) ^ rk[3];
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
266
BN_ULONG t1, t2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
273
t1 = a[0];
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
275
r[0] = (t1 - t2 - c) & BN_MASK2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
276
if (t1 != t2)
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
277
c = (t1 < t2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
281
t1 = a[1];
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
283
r[1] = (t1 - t2 - c) & BN_MASK2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
284
if (t1 != t2)
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
285
c = (t1 < t2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
289
t1 = a[2];
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
291
r[2] = (t1 - t2 - c) & BN_MASK2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
292
if (t1 != t2)
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
293
c = (t1 < t2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
297
t1 = a[3];
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
299
r[3] = (t1 - t2 - c) & BN_MASK2;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
300
if (t1 != t2)
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
301
c = (t1 < t2);
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
366
BN_ULONG t1, t2; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
368
: "=a"(t1), "=d"(t2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
373
: "r"(t1), "r"(t2), "g"(0) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
379
BN_ULONG t1, t2; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
381
: "=a"(t1), "=d"(t2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
386
: "r"(t1), "r"(t2), "g"(0) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
392
BN_ULONG t1, t2; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
394
: "=a"(t1), "=d"(t2) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
399
: "r"(t1), "r"(t2), "g"(0) \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
403
: "r"(t1), "r"(t2), "g"(0) \
crypto/openssl/crypto/bn/bn_add.c
111
t1 = *(ap++);
crypto/openssl/crypto/bn/bn_add.c
112
t2 = (t1 + carry) & BN_MASK2;
crypto/openssl/crypto/bn/bn_add.c
128
BN_ULONG t1, t2, borrow, *rp;
crypto/openssl/crypto/bn/bn_add.c
156
t1 = *(ap++);
crypto/openssl/crypto/bn/bn_add.c
157
t2 = (t1 - borrow) & BN_MASK2;
crypto/openssl/crypto/bn/bn_add.c
159
borrow &= (t1 == 0);
crypto/openssl/crypto/bn/bn_add.c
80
BN_ULONG *rp, carry, t1, t2;
crypto/openssl/crypto/bn/bn_asm.c
373
BN_ULONG t1, t2;
crypto/openssl/crypto/bn/bn_asm.c
382
t1 = a[0];
crypto/openssl/crypto/bn/bn_asm.c
383
t2 = (t1 - c) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
384
c = (t2 > t1);
crypto/openssl/crypto/bn/bn_asm.c
385
t1 = b[0];
crypto/openssl/crypto/bn/bn_asm.c
386
t1 = (t2 - t1) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
387
r[0] = t1;
crypto/openssl/crypto/bn/bn_asm.c
388
c += (t1 > t2);
crypto/openssl/crypto/bn/bn_asm.c
389
t1 = a[1];
crypto/openssl/crypto/bn/bn_asm.c
390
t2 = (t1 - c) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
391
c = (t2 > t1);
crypto/openssl/crypto/bn/bn_asm.c
392
t1 = b[1];
crypto/openssl/crypto/bn/bn_asm.c
393
t1 = (t2 - t1) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
394
r[1] = t1;
crypto/openssl/crypto/bn/bn_asm.c
395
c += (t1 > t2);
crypto/openssl/crypto/bn/bn_asm.c
396
t1 = a[2];
crypto/openssl/crypto/bn/bn_asm.c
397
t2 = (t1 - c) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
398
c = (t2 > t1);
crypto/openssl/crypto/bn/bn_asm.c
399
t1 = b[2];
crypto/openssl/crypto/bn/bn_asm.c
400
t1 = (t2 - t1) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
401
r[2] = t1;
crypto/openssl/crypto/bn/bn_asm.c
402
c += (t1 > t2);
crypto/openssl/crypto/bn/bn_asm.c
403
t1 = a[3];
crypto/openssl/crypto/bn/bn_asm.c
404
t2 = (t1 - c) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
405
c = (t2 > t1);
crypto/openssl/crypto/bn/bn_asm.c
406
t1 = b[3];
crypto/openssl/crypto/bn/bn_asm.c
407
t1 = (t2 - t1) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
408
r[3] = t1;
crypto/openssl/crypto/bn/bn_asm.c
409
c += (t1 > t2);
crypto/openssl/crypto/bn/bn_asm.c
417
t1 = a[0];
crypto/openssl/crypto/bn/bn_asm.c
418
t2 = (t1 - c) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
419
c = (t2 > t1);
crypto/openssl/crypto/bn/bn_asm.c
420
t1 = b[0];
crypto/openssl/crypto/bn/bn_asm.c
421
t1 = (t2 - t1) & BN_MASK2;
crypto/openssl/crypto/bn/bn_asm.c
422
r[0] = t1;
crypto/openssl/crypto/bn/bn_asm.c
423
c += (t1 > t2);
crypto/openssl/crypto/bn/bn_lib.c
708
BN_ULONG t1, t2, *ap, *bp;
crypto/openssl/crypto/bn/bn_lib.c
734
t1 = ap[i];
crypto/openssl/crypto/bn/bn_lib.c
736
if (t1 != t2)
crypto/openssl/crypto/bn/bn_lib.c
737
return ((t1 > t2) ? 1 : -1);
crypto/openssl/crypto/bn/bn_lib.c
746
BN_ULONG t1, t2;
crypto/openssl/crypto/bn/bn_lib.c
779
t1 = a->d[i];
crypto/openssl/crypto/bn/bn_lib.c
781
if (t1 > t2)
crypto/openssl/crypto/bn/bn_lib.c
783
if (t1 < t2)
crypto/openssl/crypto/bn/bn_mont.c
186
BIGNUM *t1, *t2;
crypto/openssl/crypto/bn/bn_mont.c
189
t1 = BN_CTX_get(ctx);
crypto/openssl/crypto/bn/bn_mont.c
194
if (!BN_copy(t1, a))
crypto/openssl/crypto/bn/bn_mont.c
196
BN_mask_bits(t1, mont->ri);
crypto/openssl/crypto/bn/bn_mont.c
198
if (!BN_mul(t2, t1, &mont->Ni, ctx))
crypto/openssl/crypto/bn/bn_mont.c
202
if (!BN_mul(t1, t2, &mont->N, ctx))
crypto/openssl/crypto/bn/bn_mont.c
204
if (!BN_add(t2, a, t1))
crypto/openssl/crypto/bn/bn_prime.c
550
BIGNUM *t1;
crypto/openssl/crypto/bn/bn_prime.c
556
if ((t1 = BN_CTX_get(ctx)) == NULL)
crypto/openssl/crypto/bn/bn_prime.c
568
if (!BN_mod(t1, rnd, add, ctx))
crypto/openssl/crypto/bn/bn_prime.c
570
if (!BN_sub(rnd, rnd, t1))
crypto/openssl/crypto/des/des_enc.c
255
register DES_LONG t0, t1;
crypto/openssl/crypto/des/des_enc.c
264
t1 = tin1;
crypto/openssl/crypto/des/des_enc.c
277
xor1 = t1;
crypto/openssl/crypto/des/des_enc.c
284
t1 = tin1;
crypto/openssl/crypto/des/des_enc.c
296
xor1 = t1;
crypto/openssl/crypto/des/qud_cksm.c
37
DES_LONG z0, z1, t0, t1;
crypto/openssl/crypto/des/qud_cksm.c
64
t1 = z1;
crypto/openssl/crypto/des/qud_cksm.c
66
z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL))
crypto/openssl/crypto/des/qud_cksm.c
69
z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % 0x7fffffffL;
crypto/openssl/crypto/dh/dh_check.c
149
BIGNUM *t1 = NULL, *t2 = NULL;
crypto/openssl/crypto/dh/dh_check.c
170
t1 = BN_CTX_get(ctx);
crypto/openssl/crypto/dh/dh_check.c
189
if (!BN_mod_exp(t1, dh->params.g, dh->params.q, dh->params.p, ctx))
crypto/openssl/crypto/dh/dh_check.c
191
if (!BN_is_one(t1))
crypto/openssl/crypto/dh/dh_check.c
200
if (!BN_div(t1, t2, dh->params.p, dh->params.q, ctx))
crypto/openssl/crypto/dh/dh_check.c
205
&& BN_cmp(dh->params.j, t1))
crypto/openssl/crypto/dh/dh_check.c
215
if (!BN_rshift1(t1, dh->params.p))
crypto/openssl/crypto/dh/dh_check.c
217
r = BN_check_prime(t1, ctx, NULL);
crypto/openssl/crypto/dh/dh_gen.c
159
BIGNUM *t1, *t2;
crypto/openssl/crypto/dh/dh_gen.c
177
t1 = BN_CTX_get(ctx);
crypto/openssl/crypto/dh/dh_gen.c
193
if (!BN_set_word(t1, 24))
crypto/openssl/crypto/dh/dh_gen.c
199
if (!BN_set_word(t1, 60))
crypto/openssl/crypto/dh/dh_gen.c
210
if (!BN_set_word(t1, 12))
crypto/openssl/crypto/dh/dh_gen.c
217
if (!BN_generate_prime_ex2(ret->params.p, prime_len, 1, t1, t2, cb, ctx))
crypto/openssl/crypto/dsa/dsa_ossl.c
359
BIGNUM *u1, *u2, *t1;
crypto/openssl/crypto/dsa/dsa_ossl.c
384
t1 = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
386
if (u1 == NULL || u2 == NULL || t1 == NULL || ctx == NULL)
crypto/openssl/crypto/dsa/dsa_ossl.c
433
if (!dsa->meth->dsa_mod_exp(dsa, t1, dsa->params.g, u1, dsa->pub_key, u2,
crypto/openssl/crypto/dsa/dsa_ossl.c
437
if (!BN_mod_exp2_mont(t1, dsa->params.g, u1, dsa->pub_key, u2,
crypto/openssl/crypto/dsa/dsa_ossl.c
443
if (!BN_mod(u1, t1, dsa->params.q, ctx))
crypto/openssl/crypto/dsa/dsa_ossl.c
457
BN_free(t1);
crypto/openssl/crypto/ec/curve25519.c
118
fe64 t1;
crypto/openssl/crypto/ec/curve25519.c
132
fe64_sqr(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
133
fe64_sqr(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
136
fe64_mul(t1, z, t1);
crypto/openssl/crypto/ec/curve25519.c
138
fe64_mul(t0, t0, t1);
crypto/openssl/crypto/ec/curve25519.c
144
fe64_mul(t1, t1, t2);
crypto/openssl/crypto/ec/curve25519.c
147
fe64_sqr(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1518
fe t1;
crypto/openssl/crypto/ec/curve25519.c
152
fe64_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1532
fe_sq(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1533
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1536
fe_mul(t1, z, t1);
crypto/openssl/crypto/ec/curve25519.c
1538
fe_mul(t0, t0, t1);
crypto/openssl/crypto/ec/curve25519.c
1544
fe_mul(t1, t1, t2);
crypto/openssl/crypto/ec/curve25519.c
1547
fe_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1553
fe_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1558
fe_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1562
fe_mul(t2, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
157
fe64_sqr(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1576
fe_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1579
fe_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1583
fe_mul(t2, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1599
fe_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1602
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1604
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1608
fe_mul(out, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
161
fe64_mul(t2, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
175
fe64_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
178
fe64_sqr(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
182
fe64_mul(t2, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1862
fe t1;
crypto/openssl/crypto/ec/curve25519.c
1867
fe_sq(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1869
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1871
fe_mul(t1, z, t1);
crypto/openssl/crypto/ec/curve25519.c
1872
fe_mul(t0, t0, t1);
crypto/openssl/crypto/ec/curve25519.c
1874
fe_mul(t0, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1875
fe_sq(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1877
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1879
fe_mul(t0, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1880
fe_sq(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1882
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1884
fe_mul(t1, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1885
fe_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1889
fe_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1890
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1892
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1894
fe_mul(t0, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1895
fe_sq(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1897
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1899
fe_mul(t1, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
1900
fe_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1904
fe_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
1905
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1907
fe_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
1909
fe_mul(t0, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
196
fe64_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
200
fe64_sqr(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
203
fe64_mul(out, t1, t0);
crypto/openssl/crypto/ec/curve25519.c
635
fe51 t1;
crypto/openssl/crypto/ec/curve25519.c
649
fe51_sq(t1, t0);
crypto/openssl/crypto/ec/curve25519.c
650
fe51_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
653
fe51_mul(t1, z, t1);
crypto/openssl/crypto/ec/curve25519.c
655
fe51_mul(t0, t0, t1);
crypto/openssl/crypto/ec/curve25519.c
661
fe51_mul(t1, t1, t2);
crypto/openssl/crypto/ec/curve25519.c
664
fe51_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
669
fe51_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
674
fe51_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
678
fe51_mul(t2, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
692
fe51_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
695
fe51_sq(t2, t1);
crypto/openssl/crypto/ec/curve25519.c
699
fe51_mul(t2, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
713
fe51_mul(t1, t2, t1);
crypto/openssl/crypto/ec/curve25519.c
717
fe51_sq(t1, t1);
crypto/openssl/crypto/ec/curve25519.c
720
fe51_mul(out, t1, t0);
crypto/openssl/crypto/ec/curve448/curve448.c
384
gf x1, x2, z2, x3, z3, t1, t2;
crypto/openssl/crypto/ec/curve448/curve448.c
41
gf t1, t2;
crypto/openssl/crypto/ec/curve448/curve448.c
418
gf_add_nr(t1, x2, z2); /* A = x2 + z2 */ /* 2+e */
crypto/openssl/crypto/ec/curve448/curve448.c
421
ossl_gf_mul(x2, t1, z2); /* DA */
crypto/openssl/crypto/ec/curve448/curve448.c
43
ossl_gf_sqr(t1, x); /* o^2 */
crypto/openssl/crypto/ec/curve448/curve448.c
430
ossl_gf_sqr(z2, t1); /* AA = A^2 */
crypto/openssl/crypto/ec/curve448/curve448.c
431
ossl_gf_sqr(t1, t2); /* BB = B^2 */
crypto/openssl/crypto/ec/curve448/curve448.c
432
ossl_gf_mul(x2, z2, t1); /* x2 = AA*BB */
crypto/openssl/crypto/ec/curve448/curve448.c
433
gf_sub_nr(t2, z2, t1); /* E = AA-BB */ /* 3+e */
crypto/openssl/crypto/ec/curve448/curve448.c
435
gf_mulw(t1, t2, -EDWARDS_D); /* E*-d = a24*E */
crypto/openssl/crypto/ec/curve448/curve448.c
436
gf_add_nr(t1, t1, z2); /* AA + a24*E */ /* 2+e */
crypto/openssl/crypto/ec/curve448/curve448.c
437
ossl_gf_mul(z2, t2, t1); /* z2 = E(AA+a24*E) */
crypto/openssl/crypto/ec/curve448/curve448.c
44
ret = gf_isr(t2, t1); /* +-1/sqrt(o^2) = +-1/o */
crypto/openssl/crypto/ec/curve448/curve448.c
453
OPENSSL_cleanse(t1, sizeof(t1));
crypto/openssl/crypto/ec/curve448/curve448.c
48
ossl_gf_sqr(t1, t2);
crypto/openssl/crypto/ec/curve448/curve448.c
49
ossl_gf_mul(t2, t1, x); /* not direct to y in case of alias. */
crypto/openssl/crypto/ec/curve448/scalar.c
166
curve448_scalar_t t1, t2;
crypto/openssl/crypto/ec/curve448/scalar.c
177
scalar_decode_short(t1, &ser[i], ser_len - i);
crypto/openssl/crypto/ec/curve448/scalar.c
182
ossl_curve448_scalar_mul(s, t1, ossl_curve448_scalar_one);
crypto/openssl/crypto/ec/curve448/scalar.c
183
ossl_curve448_scalar_destroy(t1);
crypto/openssl/crypto/ec/curve448/scalar.c
189
sc_montmul(t1, t1, sc_r2);
crypto/openssl/crypto/ec/curve448/scalar.c
191
ossl_curve448_scalar_add(t1, t1, t2);
crypto/openssl/crypto/ec/curve448/scalar.c
194
curve448_scalar_copy(s, t1);
crypto/openssl/crypto/ec/curve448/scalar.c
195
ossl_curve448_scalar_destroy(t1);
crypto/openssl/crypto/ec/ec2_smpl.c
805
BIGNUM *t0, *t1, *t2 = NULL;
crypto/openssl/crypto/ec/ec2_smpl.c
821
t1 = BN_CTX_get(ctx);
crypto/openssl/crypto/ec/ec2_smpl.c
829
|| !group->meth->field_mul(group, t1, p->X, r->Z, ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
830
|| !BN_GF2m_add(t1, r->X, t1)
crypto/openssl/crypto/ec/ec2_smpl.c
834
|| !group->meth->field_mul(group, t1, t1, t2, ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
838
|| !BN_GF2m_add(t1, t2, t1)
crypto/openssl/crypto/ec/ec2_smpl.c
841
|| !group->meth->field_mul(group, t1, t1, t2, ctx)
crypto/openssl/crypto/ec/ec2_smpl.c
844
|| !group->meth->field_mul(group, t2, t2, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1494
BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1496
t1 = s->Z;
crypto/openssl/crypto/ec/ecp_smpl.c
1510
|| !BN_mod_add_quick(t1, t3, group->a, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1511
|| !group->meth->field_mul(group, t2, p->X, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1565
BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1569
t1 = BN_CTX_get(ctx);
crypto/openssl/crypto/ec/ecp_smpl.c
1599
|| !BN_mod_add_quick(t1, r->X, r->Z, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1600
|| !group->meth->field_sqr(group, t1, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1601
|| !BN_mod_sub_quick(t1, t1, t4, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1602
|| !BN_mod_sub_quick(t1, t1, t5, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1605
|| !group->meth->field_mul(group, t0, t5, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1612
|| !group->meth->field_mul(group, t1, t1, t3, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1613
|| !BN_mod_lshift1_quick(t1, t1, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1615
|| !BN_mod_add_quick(r->Z, t4, t1, group->field))
crypto/openssl/crypto/ec/ecp_smpl.c
1653
BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL;
crypto/openssl/crypto/ec/ecp_smpl.c
1667
t1 = BN_CTX_get(ctx);
crypto/openssl/crypto/ec/ecp_smpl.c
1679
|| !BN_mod_lshift1_quick(t1, group->b, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1680
|| !group->meth->field_mul(group, t1, s->Z, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1682
|| !group->meth->field_mul(group, t2, t3, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1684
|| !group->meth->field_mul(group, t1, p->X, r->X, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1685
|| !BN_mod_add_quick(t1, t1, t6, group->field)
crypto/openssl/crypto/ec/ecp_smpl.c
1686
|| !group->meth->field_mul(group, t1, s->Z, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1689
|| !group->meth->field_mul(group, t6, t6, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1695
|| !group->meth->field_mul(group, t1, s->Z, t4, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1696
|| !group->meth->field_mul(group, t1, t3, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1698
&& !group->meth->field_decode(group, t1, t1, ctx))
crypto/openssl/crypto/ec/ecp_smpl.c
1699
|| !group->meth->field_inv(group, t1, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1701
&& !group->meth->field_encode(group, t1, t1, ctx))
crypto/openssl/crypto/ec/ecp_smpl.c
1702
|| !group->meth->field_mul(group, r->X, t5, t1, ctx)
crypto/openssl/crypto/ec/ecp_smpl.c
1703
|| !group->meth->field_mul(group, r->Y, t0, t1, ctx))
crypto/openssl/crypto/idea/i_cbc.c
122
t1 = x2 + *(p++);
crypto/openssl/crypto/idea/i_cbc.c
128
d[1] = (x4 & 0xffff) | ((t1 & 0xffff) << 16);
crypto/openssl/crypto/idea/i_cbc.c
99
register unsigned long x1, x2, x3, x4, t0, t1, ul;
crypto/openssl/crypto/idea/idea_local.h
114
t1 = (t0 + (x2 ^ x4)) & 0xffff; \
crypto/openssl/crypto/idea/idea_local.h
115
idea_mul(t1, t1, *p, ul); \
crypto/openssl/crypto/idea/idea_local.h
117
t0 += t1; \
crypto/openssl/crypto/idea/idea_local.h
118
x1 ^= t1; \
crypto/openssl/crypto/idea/idea_local.h
121
x2 = x3 ^ t1; \
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
626
const POLY *t1 = key->t1.poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
627
size_t t1_len = key->t1.num_poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
639
if (!poly_encode_10_bits(t1 + i, &pkt))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
684
for (i = 0; i < key->t1.num_poly; i++)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
685
if (!poly_decode_10_bits(key->t1.poly + i, &pkt))
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
105
if (key->t1.poly != NULL)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
107
return vector_alloc(&key->t1, key->params->k);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
159
vector_free(&key->t1);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
201
if (src->t1.poly != NULL) {
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
204
vector_copy(&ret->t1, &src->t1);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
316
VECTOR *t1, VECTOR *t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
347
vector_power2_round(&t, t1, t0);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
367
&& public_from_private(key, md_ctx, &key->t1, &t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
381
VECTOR t1, t0;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
396
vector_init(&t1, polys, k);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
398
if (!public_from_private(key, md_ctx, &t1, &t0))
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
401
ret = vector_equal(&t1, &key->t1) && vector_equal(&t0, &key->t0);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
446
&& public_from_private(out, md_ctx, &out->t1, &out->t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.h
46
VECTOR t1;
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
102
poly_power2_round(const POLY *t, POLY *t1, POLY *t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
108
t1->coeff + i, t0->coeff + i);
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
272
vector_scale_power2_round_ntt(&pub->t1, &ct1_ntt);
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
175
vector_power2_round(const VECTOR *t, VECTOR *t1, VECTOR *t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
180
poly_power2_round(t->poly + i, t1->poly + i, t0->poly + i);
crypto/openssl/crypto/seed/seed.c
439
seed_word t0, t1;
crypto/openssl/crypto/seed/seed.c
447
t1 = (x2 - x4 + KC0) & 0xffffffff;
crypto/openssl/crypto/seed/seed.c
448
KEYUPDATE_TEMP(t0, t1, &ks->data[0]);
crypto/openssl/crypto/seed/seed.c
449
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1);
crypto/openssl/crypto/seed/seed.c
450
KEYUPDATE_TEMP(t0, t1, &ks->data[2]);
crypto/openssl/crypto/seed/seed.c
453
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2);
crypto/openssl/crypto/seed/seed.c
454
KEYUPDATE_TEMP(t0, t1, &ks->data[4]);
crypto/openssl/crypto/seed/seed.c
455
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3);
crypto/openssl/crypto/seed/seed.c
456
KEYUPDATE_TEMP(t0, t1, &ks->data[6]);
crypto/openssl/crypto/seed/seed.c
457
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4);
crypto/openssl/crypto/seed/seed.c
458
KEYUPDATE_TEMP(t0, t1, &ks->data[8]);
crypto/openssl/crypto/seed/seed.c
459
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5);
crypto/openssl/crypto/seed/seed.c
460
KEYUPDATE_TEMP(t0, t1, &ks->data[10]);
crypto/openssl/crypto/seed/seed.c
461
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6);
crypto/openssl/crypto/seed/seed.c
462
KEYUPDATE_TEMP(t0, t1, &ks->data[12]);
crypto/openssl/crypto/seed/seed.c
463
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7);
crypto/openssl/crypto/seed/seed.c
464
KEYUPDATE_TEMP(t0, t1, &ks->data[14]);
crypto/openssl/crypto/seed/seed.c
465
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC8);
crypto/openssl/crypto/seed/seed.c
466
KEYUPDATE_TEMP(t0, t1, &ks->data[16]);
crypto/openssl/crypto/seed/seed.c
467
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC9);
crypto/openssl/crypto/seed/seed.c
468
KEYUPDATE_TEMP(t0, t1, &ks->data[18]);
crypto/openssl/crypto/seed/seed.c
469
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC10);
crypto/openssl/crypto/seed/seed.c
470
KEYUPDATE_TEMP(t0, t1, &ks->data[20]);
crypto/openssl/crypto/seed/seed.c
471
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC11);
crypto/openssl/crypto/seed/seed.c
472
KEYUPDATE_TEMP(t0, t1, &ks->data[22]);
crypto/openssl/crypto/seed/seed.c
473
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC12);
crypto/openssl/crypto/seed/seed.c
474
KEYUPDATE_TEMP(t0, t1, &ks->data[24]);
crypto/openssl/crypto/seed/seed.c
475
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC13);
crypto/openssl/crypto/seed/seed.c
476
KEYUPDATE_TEMP(t0, t1, &ks->data[26]);
crypto/openssl/crypto/seed/seed.c
477
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC14);
crypto/openssl/crypto/seed/seed.c
478
KEYUPDATE_TEMP(t0, t1, &ks->data[28]);
crypto/openssl/crypto/seed/seed.c
479
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC15);
crypto/openssl/crypto/seed/seed.c
480
KEYUPDATE_TEMP(t0, t1, &ks->data[30]);
crypto/openssl/crypto/seed/seed.c
485
KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC[i]);
crypto/openssl/crypto/seed/seed.c
486
KEYUPDATE_TEMP(t0, t1, &ks->data[i * 2]);
crypto/openssl/crypto/seed/seed.c
487
KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC[i + 1]);
crypto/openssl/crypto/seed/seed.c
488
KEYUPDATE_TEMP(t0, t1, &ks->data[i * 2 + 2]);
crypto/openssl/crypto/seed/seed.c
499
seed_word t0, t1;
crypto/openssl/crypto/seed/seed.c
507
E_SEED(t0, t1, x1, x2, x3, x4, 0);
crypto/openssl/crypto/seed/seed.c
508
E_SEED(t0, t1, x3, x4, x1, x2, 2);
crypto/openssl/crypto/seed/seed.c
509
E_SEED(t0, t1, x1, x2, x3, x4, 4);
crypto/openssl/crypto/seed/seed.c
510
E_SEED(t0, t1, x3, x4, x1, x2, 6);
crypto/openssl/crypto/seed/seed.c
511
E_SEED(t0, t1, x1, x2, x3, x4, 8);
crypto/openssl/crypto/seed/seed.c
512
E_SEED(t0, t1, x3, x4, x1, x2, 10);
crypto/openssl/crypto/seed/seed.c
513
E_SEED(t0, t1, x1, x2, x3, x4, 12);
crypto/openssl/crypto/seed/seed.c
514
E_SEED(t0, t1, x3, x4, x1, x2, 14);
crypto/openssl/crypto/seed/seed.c
515
E_SEED(t0, t1, x1, x2, x3, x4, 16);
crypto/openssl/crypto/seed/seed.c
516
E_SEED(t0, t1, x3, x4, x1, x2, 18);
crypto/openssl/crypto/seed/seed.c
517
E_SEED(t0, t1, x1, x2, x3, x4, 20);
crypto/openssl/crypto/seed/seed.c
518
E_SEED(t0, t1, x3, x4, x1, x2, 22);
crypto/openssl/crypto/seed/seed.c
519
E_SEED(t0, t1, x1, x2, x3, x4, 24);
crypto/openssl/crypto/seed/seed.c
520
E_SEED(t0, t1, x3, x4, x1, x2, 26);
crypto/openssl/crypto/seed/seed.c
521
E_SEED(t0, t1, x1, x2, x3, x4, 28);
crypto/openssl/crypto/seed/seed.c
522
E_SEED(t0, t1, x3, x4, x1, x2, 30);
crypto/openssl/crypto/seed/seed.c
527
E_SEED(t0, t1, x1, x2, x3, x4, i);
crypto/openssl/crypto/seed/seed.c
528
E_SEED(t0, t1, x3, x4, x1, x2, i + 2);
crypto/openssl/crypto/seed/seed.c
544
seed_word t0, t1;
crypto/openssl/crypto/seed/seed.c
552
E_SEED(t0, t1, x1, x2, x3, x4, 30);
crypto/openssl/crypto/seed/seed.c
553
E_SEED(t0, t1, x3, x4, x1, x2, 28);
crypto/openssl/crypto/seed/seed.c
554
E_SEED(t0, t1, x1, x2, x3, x4, 26);
crypto/openssl/crypto/seed/seed.c
555
E_SEED(t0, t1, x3, x4, x1, x2, 24);
crypto/openssl/crypto/seed/seed.c
556
E_SEED(t0, t1, x1, x2, x3, x4, 22);
crypto/openssl/crypto/seed/seed.c
557
E_SEED(t0, t1, x3, x4, x1, x2, 20);
crypto/openssl/crypto/seed/seed.c
558
E_SEED(t0, t1, x1, x2, x3, x4, 18);
crypto/openssl/crypto/seed/seed.c
559
E_SEED(t0, t1, x3, x4, x1, x2, 16);
crypto/openssl/crypto/seed/seed.c
560
E_SEED(t0, t1, x1, x2, x3, x4, 14);
crypto/openssl/crypto/seed/seed.c
561
E_SEED(t0, t1, x3, x4, x1, x2, 12);
crypto/openssl/crypto/seed/seed.c
562
E_SEED(t0, t1, x1, x2, x3, x4, 10);
crypto/openssl/crypto/seed/seed.c
563
E_SEED(t0, t1, x3, x4, x1, x2, 8);
crypto/openssl/crypto/seed/seed.c
564
E_SEED(t0, t1, x1, x2, x3, x4, 6);
crypto/openssl/crypto/seed/seed.c
565
E_SEED(t0, t1, x3, x4, x1, x2, 4);
crypto/openssl/crypto/seed/seed.c
566
E_SEED(t0, t1, x1, x2, x3, x4, 2);
crypto/openssl/crypto/seed/seed.c
567
E_SEED(t0, t1, x3, x4, x1, x2, 0);
crypto/openssl/crypto/seed/seed.c
572
E_SEED(t0, t1, x1, x2, x3, x4, i);
crypto/openssl/crypto/seed/seed.c
573
E_SEED(t0, t1, x3, x4, x1, x2, i - 2);
crypto/openssl/crypto/sha/keccak1600.c
1000
t1 |= t1 >> 2;
crypto/openssl/crypto/sha/keccak1600.c
1001
t1 &= 0x0f0f0f0f;
crypto/openssl/crypto/sha/keccak1600.c
1002
t1 |= t1 >> 4;
crypto/openssl/crypto/sha/keccak1600.c
1003
t1 &= 0x00ff00ff;
crypto/openssl/crypto/sha/keccak1600.c
1004
t1 |= t1 >> 8;
crypto/openssl/crypto/sha/keccak1600.c
1005
t1 <<= 16;
crypto/openssl/crypto/sha/keccak1600.c
1027
Ai = ((uint64_t)(hi | lo) << 32) | (t1 | t0);
crypto/openssl/crypto/sha/keccak1600.c
1037
uint32_t t0, t1;
crypto/openssl/crypto/sha/keccak1600.c
1049
t1 = hi << 16;
crypto/openssl/crypto/sha/keccak1600.c
1050
t1 |= t1 >> 8;
crypto/openssl/crypto/sha/keccak1600.c
1051
t1 &= 0xff00ff00;
crypto/openssl/crypto/sha/keccak1600.c
1052
t1 |= t1 >> 4;
crypto/openssl/crypto/sha/keccak1600.c
1053
t1 &= 0xf0f0f0f0;
crypto/openssl/crypto/sha/keccak1600.c
1054
t1 |= t1 >> 2;
crypto/openssl/crypto/sha/keccak1600.c
1055
t1 &= 0xcccccccc;
crypto/openssl/crypto/sha/keccak1600.c
1056
t1 |= t1 >> 1;
crypto/openssl/crypto/sha/keccak1600.c
1057
t1 &= 0xaaaaaaaa;
crypto/openssl/crypto/sha/keccak1600.c
1079
Ai = ((uint64_t)(hi | lo) << 32) | (t1 | t0);
crypto/openssl/crypto/sha/keccak1600.c
985
uint32_t t0, t1;
crypto/openssl/crypto/sha/keccak1600.c
997
t1 = hi & 0x55555555;
crypto/openssl/crypto/sha/keccak1600.c
998
t1 |= t1 >> 1;
crypto/openssl/crypto/sha/keccak1600.c
999
t1 &= 0x33333333;
crypto/openssl/include/openssl/safestack.h
103
static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \
crypto/openssl/include/openssl/safestack.h
107
static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
112
static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
116
static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
120
static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
124
static ossl_unused ossl_inline t2 *sk_##t1##_shift(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
128
static ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefunc) \
crypto/openssl/include/openssl/safestack.h
132
static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
crypto/openssl/include/openssl/safestack.h
136
static ossl_unused ossl_inline t2 *sk_##t1##_set(STACK_OF(t1) *sk, int idx, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
140
static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
144
static ossl_unused ossl_inline int sk_##t1##_find_ex(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
148
static ossl_unused ossl_inline int sk_##t1##_find_all(STACK_OF(t1) *sk, t2 *ptr, int *pnum) \
crypto/openssl/include/openssl/safestack.h
152
static ossl_unused ossl_inline void sk_##t1##_sort(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
156
static ossl_unused ossl_inline int sk_##t1##_is_sorted(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
160
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_dup(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
162
return (STACK_OF(t1) *)OPENSSL_sk_dup((const OPENSSL_STACK *)sk); \
crypto/openssl/include/openssl/safestack.h
164
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \
crypto/openssl/include/openssl/safestack.h
165
sk_##t1##_copyfunc copyfunc, \
crypto/openssl/include/openssl/safestack.h
166
sk_##t1##_freefunc freefunc) \
crypto/openssl/include/openssl/safestack.h
168
return (STACK_OF(t1) *)OPENSSL_sk_deep_copy((const OPENSSL_STACK *)sk, \
crypto/openssl/include/openssl/safestack.h
172
static ossl_unused ossl_inline sk_##t1##_compfunc sk_##t1##_set_cmp_func(STACK_OF(t1) *sk, sk_##t1##_compfunc compare) \
crypto/openssl/include/openssl/safestack.h
174
return (sk_##t1##_compfunc)OPENSSL_sk_set_cmp_func((OPENSSL_STACK *)sk, (OPENSSL_sk_compfunc)compare); \
crypto/openssl/include/openssl/safestack.h
179
#define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2)
crypto/openssl/include/openssl/safestack.h
180
#define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2) \
crypto/openssl/include/openssl/safestack.h
181
SKM_DEFINE_STACK_OF(t1, const t2, t2)
crypto/openssl/include/openssl/safestack.h
36
#define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \
crypto/openssl/include/openssl/safestack.h
37
STACK_OF(t1); \
crypto/openssl/include/openssl/safestack.h
38
typedef int (*sk_##t1##_compfunc)(const t3 *const *a, const t3 *const *b); \
crypto/openssl/include/openssl/safestack.h
39
typedef void (*sk_##t1##_freefunc)(t3 * a); \
crypto/openssl/include/openssl/safestack.h
40
typedef t3 *(*sk_##t1##_copyfunc)(const t3 *a); \
crypto/openssl/include/openssl/safestack.h
41
static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
45
static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
49
static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
53
static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compfunc cmp) \
crypto/openssl/include/openssl/safestack.h
57
static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyfunc cpy) \
crypto/openssl/include/openssl/safestack.h
61
static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freefunc fr) \
crypto/openssl/include/openssl/safestack.h
66
#define SKM_DEFINE_STACK_OF(t1, t2, t3) \
crypto/openssl/include/openssl/safestack.h
67
STACK_OF(t1); \
crypto/openssl/include/openssl/safestack.h
68
typedef int (*sk_##t1##_compfunc)(const t3 *const *a, const t3 *const *b); \
crypto/openssl/include/openssl/safestack.h
69
typedef void (*sk_##t1##_freefunc)(t3 * a); \
crypto/openssl/include/openssl/safestack.h
70
typedef t3 *(*sk_##t1##_copyfunc)(const t3 *a); \
crypto/openssl/include/openssl/safestack.h
71
static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
75
static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \
crypto/openssl/include/openssl/safestack.h
79
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
crypto/openssl/include/openssl/safestack.h
81
return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
crypto/openssl/include/openssl/safestack.h
83
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \
crypto/openssl/include/openssl/safestack.h
85
return (STACK_OF(t1) *)OPENSSL_sk_new_null(); \
crypto/openssl/include/openssl/safestack.h
87
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int n) \
crypto/openssl/include/openssl/safestack.h
89
return (STACK_OF(t1) *)OPENSSL_sk_new_reserve((OPENSSL_sk_compfunc)compare, n); \
crypto/openssl/include/openssl/safestack.h
91
static ossl_unused ossl_inline int sk_##t1##_reserve(STACK_OF(t1) *sk, int n) \
crypto/openssl/include/openssl/safestack.h
95
static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
99
static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \
crypto/openssl/test/asn1_time_test.c
784
ASN1_TIME t1;
crypto/openssl/test/asn1_time_test.c
825
return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result);
crypto/openssl/test/exdatatest.c
222
MYOBJ *t1 = NULL, *t2 = NULL, *t3 = NULL;
crypto/openssl/test/exdatatest.c
241
t1 = MYOBJ_new();
crypto/openssl/test/exdatatest.c
243
if (!TEST_int_eq(t1->st, 1) || !TEST_int_eq(t2->st, 1))
crypto/openssl/test/exdatatest.c
245
if (!TEST_ptr(CRYPTO_get_ex_data(&t1->ex_data, saved_idx2)))
crypto/openssl/test/exdatatest.c
255
if (!TEST_ptr_null(CRYPTO_get_ex_data(&t1->ex_data, saved_idx3)))
crypto/openssl/test/exdatatest.c
258
MYOBJ_sethello(t1, p);
crypto/openssl/test/exdatatest.c
259
cp = MYOBJ_gethello(t1);
crypto/openssl/test/exdatatest.c
263
MYOBJ_sethello2(t1, p);
crypto/openssl/test/exdatatest.c
264
cp = MYOBJ_gethello2(t1);
crypto/openssl/test/exdatatest.c
268
MYOBJ_allochello3(t1, p);
crypto/openssl/test/exdatatest.c
269
cp = MYOBJ_gethello3(t1);
crypto/openssl/test/exdatatest.c
281
t3 = MYOBJ_dup(t1);
crypto/openssl/test/exdatatest.c
306
MYOBJ_free(t1);
crypto/openssl/test/gmdifftest.c
27
time_t t1, t2;
crypto/openssl/test/gmdifftest.c
29
time(&t1);
crypto/openssl/test/gmdifftest.c
31
t2 = t1 + offset;
crypto/openssl/test/gmdifftest.c
33
OPENSSL_gmtime(&t1, &tm1);
crypto/openssl/test/testutil/tests.c
212
const type t1, const type t2) \
crypto/openssl/test/testutil/tests.c
214
if (t1 op t2) \
crypto/openssl/test/testutil/tests.c
218
(cast)t1, (cast)t2); \
crypto/openssl/test/testutil/tests.c
363
const BIGNUM *t1, const BIGNUM *t2) \
crypto/openssl/test/testutil/tests.c
365
if (BN_cmp(t1, t2) op 0) \
crypto/openssl/test/testutil/tests.c
368
#op, t1, t2); \
crypto/openssl/test/testutil/tests.c
453
const time_t t1, const time_t t2) \
crypto/openssl/test/testutil/tests.c
455
ASN1_TIME *at1 = ASN1_TIME_set(NULL, t1); \
crypto/openssl/test/threadpool_test.c
267
CRYPTO_THREAD *t, *t1, *t2;
crypto/openssl/test/threadpool_test.c
270
t1 = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn2, t, 1);
crypto/openssl/test/threadpool_test.c
273
if (!TEST_ptr(t) || !TEST_ptr(t1) || !TEST_ptr(t2))
crypto/openssl/test/threadpool_test.c
278
if (!TEST_int_eq(ossl_crypto_thread_native_join(t1, NULL), 1))
crypto/openssl/test/threadpool_test.c
284
if (!TEST_int_eq(ossl_crypto_thread_native_clean(t1), 1))
crypto/openssl/test/threadstest.c
124
OSSL_TIME t1, t2;
crypto/openssl/test/threadstest.c
125
t1 = ossl_time_now();
crypto/openssl/test/threadstest.c
145
if ((ossl_time2seconds(t2) - ossl_time2seconds(t1)) >= 4)
crypto/openssl/test/threadstest.c
230
OSSL_TIME t1, t2;
crypto/openssl/test/threadstest.c
252
t1 = ossl_time_now();
crypto/openssl/test/threadstest.c
264
dtime = ossl_time_to_timeval(ossl_time_subtract(t2, t1));
crypto/openssl/test/threadstest.c
320
OSSL_TIME t1, t2;
crypto/openssl/test/threadstest.c
323
t1 = ossl_time_now();
crypto/openssl/test/threadstest.c
343
if ((ossl_time2seconds(t2) - ossl_time2seconds(t1)) >= 4)
crypto/openssl/test/threadstest.c
420
OSSL_TIME t1, t2;
crypto/openssl/test/threadstest.c
448
t1 = ossl_time_now();
crypto/openssl/test/threadstest.c
460
dtime = ossl_time_to_timeval(ossl_time_subtract(t2, t1));
lib/libc/rpc/svc_auth_des.c
73
#define BEFORE(t1, t2) timercmp(t1, t2, <)
lib/libc/string/strcoll.c
101
free(t1);
lib/libc/string/strcoll.c
107
free(t1);
lib/libc/string/strcoll.c
53
wchar_t *t1 = NULL, *t2 = NULL;
lib/libc/string/strcoll.c
87
if ((t1 = malloc(sz1 * sizeof (wchar_t))) == NULL)
lib/libc/string/strcoll.c
89
w1 = t1;
lib/libc/tests/stdlib/qsort_bench.c
88
struct timespec t0, t1;
lib/libc/tests/stdlib/qsort_bench.c
94
clock_gettime(CLOCK_UPTIME, &t1);
lib/libc/tests/stdlib/qsort_bench.c
95
tus = t1.tv_sec * 1000000 + t1.tv_nsec / 1000;
lib/libmp/tests/legacy_test.c
101
mp_mdiv(c42, c5, t0, t1);
lib/libmp/tests/legacy_test.c
103
testmcmp(t1, c2, "mdiv1");
lib/libmp/tests/legacy_test.c
105
mp_mdiv(c10, c8, t0, t1);
lib/libmp/tests/legacy_test.c
107
testmcmp(t1, c2, "mdiv3");
lib/libmp/tests/legacy_test.c
179
t1 = mp_itom(0);
lib/libmp/tests/legacy_test.c
206
mp_mfree(t1);
lib/libmp/tests/legacy_test.c
34
*c42,*c43, *c44, *c45, *t0, *t1;
lib/libmp/tests/legacy_test.c
87
mp_msqrt(c25, t0, t1);
lib/libmp/tests/legacy_test.c
89
testmcmp(t1, c0, "msqrt1");
lib/libmp/tests/legacy_test.c
90
mp_msqrt(c42, t0, t1);
lib/libmp/tests/legacy_test.c
92
testmcmp(t1, c6, "msqrt3");
lib/libsys/riscv/SYS.h
48
1: la t1, cerror; \
lib/libsys/riscv/SYS.h
49
jr t1
lib/libthr/thread/thr_equal.c
41
_thr_equal(pthread_t t1, pthread_t t2)
lib/libthr/thread/thr_equal.c
44
return (t1 == t2);
lib/msun/ld128/e_lgammal_r.c
280
p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
lib/msun/ld128/e_lgammal_r.c
69
t1 = -6.08453430711711404116887457663281416e-35L,
lib/msun/ld128/e_powl.c
148
long double yy1, t1, t2, r, s, t, u, v, w;
lib/msun/ld128/e_powl.c
355
t1 = (((z_h + z_l) + dp_h[k]) + t);
lib/msun/ld128/e_powl.c
356
o.value = t1;
lib/msun/ld128/e_powl.c
359
t1 = o.value;
lib/msun/ld128/e_powl.c
360
t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);
lib/msun/ld128/e_powl.c
373
p_l = (y - yy1) * t1 + y * t2;
lib/msun/ld128/e_powl.c
374
p_h = yy1 * t1;
lib/msun/ld128/e_powl.c
426
t1 = z - t * u / v;
lib/msun/ld128/e_powl.c
427
r = (z * t1) / (t1 - two) - (w + z * w);
lib/msun/ld80/e_lgammal_r.c
316
p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
lib/msun/src/e_hypot.c
102
t1 = 0;
lib/msun/src/e_hypot.c
103
SET_HIGH_WORD(t1,ha);
lib/msun/src/e_hypot.c
104
t2 = a-t1;
lib/msun/src/e_hypot.c
105
w = sqrt(t1*t1-(b*(-b)-t2*(a+t1)));
lib/msun/src/e_hypot.c
111
t1 = 0;
lib/msun/src/e_hypot.c
112
SET_HIGH_WORD(t1,ha+0x00100000);
lib/msun/src/e_hypot.c
113
t2 = a - t1;
lib/msun/src/e_hypot.c
114
w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
lib/msun/src/e_hypot.c
117
t1 = 0.0;
lib/msun/src/e_hypot.c
118
SET_HIGH_WORD(t1,(1023+k)<<20);
lib/msun/src/e_hypot.c
119
return t1*w;
lib/msun/src/e_hypot.c
53
double a,b,t1,t2,y1,y2,w;
lib/msun/src/e_hypot.c
86
t1=0;
lib/msun/src/e_hypot.c
87
SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */
lib/msun/src/e_hypot.c
88
b *= t1;
lib/msun/src/e_hypot.c
89
a *= t1;
lib/msun/src/e_hypotf.c
22
float a,b,t1,t2,y1,y2,w;
lib/msun/src/e_hypotf.c
50
SET_FLOAT_WORD(t1,0x7e800000); /* t1=2^126 */
lib/msun/src/e_hypotf.c
51
b *= t1;
lib/msun/src/e_hypotf.c
52
a *= t1;
lib/msun/src/e_hypotf.c
65
SET_FLOAT_WORD(t1,ha&0xfffff000);
lib/msun/src/e_hypotf.c
66
t2 = a-t1;
lib/msun/src/e_hypotf.c
67
w = sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
lib/msun/src/e_hypotf.c
72
SET_FLOAT_WORD(t1,(ha+0x00800000)&0xfffff000);
lib/msun/src/e_hypotf.c
73
t2 = a - t1;
lib/msun/src/e_hypotf.c
74
w = sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
lib/msun/src/e_hypotf.c
77
SET_FLOAT_WORD(t1,(127+k)<<23);
lib/msun/src/e_hypotf.c
78
return t1*w;
lib/msun/src/e_hypotl.c
100
t2 = a-t1;
lib/msun/src/e_hypotl.c
101
w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
lib/msun/src/e_hypotl.c
108
t1 = a;
lib/msun/src/e_hypotl.c
109
uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
lib/msun/src/e_hypotl.c
110
t2 = a - t1;
lib/msun/src/e_hypotl.c
111
w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
lib/msun/src/e_hypotl.c
115
t1 = 1.0;
lib/msun/src/e_hypotl.c
116
GET_HIGH_WORD(high,t1);
lib/msun/src/e_hypotl.c
117
SET_HIGH_WORD(t1,high+DESW(k));
lib/msun/src/e_hypotl.c
118
return t1*w;
lib/msun/src/e_hypotl.c
47
long double a=x,b=y,t1,t2,y1,y2,w;
lib/msun/src/e_hypotl.c
81
t1=1;
lib/msun/src/e_hypotl.c
82
SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
lib/msun/src/e_hypotl.c
83
b *= t1;
lib/msun/src/e_hypotl.c
84
a *= t1;
lib/msun/src/e_hypotl.c
97
t1 = a;
lib/msun/src/e_hypotl.c
99
uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
lib/msun/src/e_lgamma_r.c
108
t1 = -1.47587722994593911752e-01, /* 0xBFC2E427, 0x8DC6C509 */
lib/msun/src/e_lgamma_r.c
257
p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
lib/msun/src/e_lgammaf_r.c
176
p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7)))));
lib/msun/src/e_lgammaf_r.c
44
t1 = -2.35939837e-08, /* 0xb2caabb8 */
lib/msun/src/e_log.c
127
t1= w*(Lg2+w*(Lg4+w*Lg6));
lib/msun/src/e_log.c
130
R = t2+t1;
lib/msun/src/e_log.c
87
double hfsq,f,s,z,R,w,t1,t2,dk;
lib/msun/src/e_logf.c
35
float hfsq,f,s,z,R,w,t1,t2,dk;
lib/msun/src/e_logf.c
74
t1= w*(Lg2+w*Lg4);
lib/msun/src/e_logf.c
77
R = t2+t1;
lib/msun/src/e_pow.c
100
double y1,t1,t2,r,s,t,u,v,w;
lib/msun/src/e_pow.c
203
t1 = u+v;
lib/msun/src/e_pow.c
204
SET_LOW_WORD(t1,0);
lib/msun/src/e_pow.c
205
t2 = v-(t1-u);
lib/msun/src/e_pow.c
251
t1 = (((z_h+z_l)+dp_h[k])+t);
lib/msun/src/e_pow.c
252
SET_LOW_WORD(t1,0);
lib/msun/src/e_pow.c
253
t2 = z_l-(((t1-t)-dp_h[k])-z_h);
lib/msun/src/e_pow.c
259
p_l = (y-y1)*t1+y*t2;
lib/msun/src/e_pow.c
260
p_h = y1*t1;
lib/msun/src/e_pow.c
298
t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
lib/msun/src/e_pow.c
299
r = (z*t1)/(t1-two)-(w+z*w);
lib/msun/src/e_powf.c
144
t1 = u+v;
lib/msun/src/e_powf.c
145
GET_FLOAT_WORD(is,t1);
lib/msun/src/e_powf.c
146
SET_FLOAT_WORD(t1,is&0xfffff000);
lib/msun/src/e_powf.c
147
t2 = v-(t1-u);
lib/msun/src/e_powf.c
196
t1 = (((z_h+z_l)+dp_h[k])+t);
lib/msun/src/e_powf.c
197
GET_FLOAT_WORD(is,t1);
lib/msun/src/e_powf.c
198
SET_FLOAT_WORD(t1,is&0xfffff000);
lib/msun/src/e_powf.c
199
t2 = z_l-(((t1-t)-dp_h[k])-z_h);
lib/msun/src/e_powf.c
205
p_l = (y-y1)*t1+y*t2;
lib/msun/src/e_powf.c
206
p_h = y1*t1;
lib/msun/src/e_powf.c
241
t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
lib/msun/src/e_powf.c
242
r = (z*t1)/(t1-two)-(w+z*w);
lib/msun/src/e_powf.c
59
float y1,t1,t2,r,s,sn,t,u,v,w;
lib/msun/src/e_sqrt.c
103
u_int32_t r,t1,s1,ix1,q1;
lib/msun/src/e_sqrt.c
158
t1 = s1+r;
lib/msun/src/e_sqrt.c
160
if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
lib/msun/src/e_sqrt.c
161
s1 = t1+r;
lib/msun/src/e_sqrt.c
162
if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
lib/msun/src/e_sqrt.c
164
if (ix1 < t1) ix0 -= 1;
lib/msun/src/e_sqrt.c
165
ix1 -= t1;
lib/msun/src/k_log.h
86
double hfsq,s,z,R,w,t1,t2;
lib/msun/src/k_log.h
91
t1= w*(Lg2+w*(Lg4+w*Lg6));
lib/msun/src/k_log.h
93
R = t2+t1;
lib/msun/src/k_logf.h
26
float hfsq,s,z,R,w,t1,t2;
lib/msun/src/k_logf.h
31
t1= w*(Lg2+w*Lg4);
lib/msun/src/k_logf.h
33
R = t2+t1;
libexec/rtld-elf/libmap.c
360
const char *t1;
libexec/rtld-elf/libmap.c
370
t1 = lml_find(lml, f);
libexec/rtld-elf/libmap.c
371
if (t1 == NULL || strcmp(t1, t) != 0) {
sbin/ipf/ipmon/ipmon_y.y
439
u_long t1;
sbin/ipf/ipmon/ipmon_y.y
478
t1 = tv.tv_sec - a->ac_lastsec;
sbin/ipf/ipmon/ipmon_y.y
480
t1--;
sbin/ipf/ipmon/ipmon_y.y
482
if (t1 < a->ac_second) {
sbin/recoverdisk/recoverdisk.c
45
time_t t1;
sbin/recoverdisk/recoverdisk.c
92
if (pp == NULL || pp->t1 < now) {
sbin/recoverdisk/recoverdisk.c
96
pp->t1 = (now / dt + 1) * dt;
sbin/routed/main.c
806
timevaladd(struct timeval *t1,
sbin/routed/main.c
810
t1->tv_sec += t2->tv_sec;
sbin/routed/main.c
811
if ((t1->tv_usec += t2->tv_usec) >= 1000000) {
sbin/routed/main.c
812
t1->tv_sec++;
sbin/routed/main.c
813
t1->tv_usec -= 1000000;
sbin/routed/main.c
821
timevalsub(struct timeval *t1,
sbin/routed/main.c
825
t1->tv_sec = t2->tv_sec - t3->tv_sec;
sbin/routed/main.c
826
if ((t1->tv_usec = t2->tv_usec - t3->tv_usec) < 0) {
sbin/routed/main.c
827
t1->tv_sec--;
sbin/routed/main.c
828
t1->tv_usec += 1000000;
secure/lib/libcrypt/crypt-des.c
415
u_int32_t t0, t1;
secure/lib/libcrypt/crypt-des.c
420
t1 = (k1 << shifts) | (k1 >> (28 - shifts));
secure/lib/libcrypt/crypt-des.c
427
| comp_maskl[4][(t1 >> 21) & 0x7f]
secure/lib/libcrypt/crypt-des.c
428
| comp_maskl[5][(t1 >> 14) & 0x7f]
secure/lib/libcrypt/crypt-des.c
429
| comp_maskl[6][(t1 >> 7) & 0x7f]
secure/lib/libcrypt/crypt-des.c
430
| comp_maskl[7][t1 & 0x7f];
secure/lib/libcrypt/crypt-des.c
437
| comp_maskr[4][(t1 >> 21) & 0x7f]
secure/lib/libcrypt/crypt-des.c
438
| comp_maskr[5][(t1 >> 14) & 0x7f]
secure/lib/libcrypt/crypt-des.c
439
| comp_maskr[6][(t1 >> 7) & 0x7f]
secure/lib/libcrypt/crypt-des.c
440
| comp_maskr[7][t1 & 0x7f];
stand/i386/boot2/boot2.c
608
uint32_t t0, t1;
stand/i386/boot2/boot2.c
616
t1 = *(uint32_t *)PTOV(0x46c);
stand/i386/boot2/boot2.c
618
t0 = t1;
stand/i386/boot2/boot2.c
619
if ((uint32_t)(t1 - t0) >= ticks)
stand/i386/common/cons.c
132
uint32_t t0, t1, c;
stand/i386/common/cons.c
150
t1 = *(uint32_t *)PTOV(0x46c);
stand/i386/common/cons.c
152
t0 = t1;
stand/i386/common/cons.c
153
if (t1 < t0 || t1 >= t0 + secs)
sys/arm/freescale/imx/imx_gpt.c
141
uint32_t basefreq, prescale, setup_ticks, t1, t2;
sys/arm/freescale/imx/imx_gpt.c
254
t1 = READ4(sc, IMX_GPT_CNT);
sys/arm/freescale/imx/imx_gpt.c
257
setup_ticks = ((t2 - t1 + 1) * 3) / 2;
sys/crypto/camellia/camellia.c
1002
t1 = io[1];
sys/crypto/camellia/camellia.c
1006
io[3] = t1;
sys/crypto/camellia/camellia.c
1012
uint32_t il,ir,t0,t1; /* temporary variables */
sys/crypto/camellia/camellia.c
1020
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1022
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1024
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1026
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1028
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1030
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1033
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1036
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1038
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1040
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1042
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1044
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1046
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1049
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
105
#define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
sys/crypto/camellia/camellia.c
1052
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1054
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1056
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1058
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1060
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1062
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1069
t1 = io[1];
sys/crypto/camellia/camellia.c
1073
io[3] = t1;
sys/crypto/camellia/camellia.c
1082
uint32_t il,ir,t0,t1; /* temporary variables */
sys/crypto/camellia/camellia.c
1090
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1092
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1094
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1096
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1098
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
110
t1 = ir >> 16; \
sys/crypto/camellia/camellia.c
1100
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1103
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1106
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1108
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1110
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1112
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1114
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1116
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1119
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
112
^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
sys/crypto/camellia/camellia.c
1122
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1124
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1126
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1128
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
113
^ CAMELLIA_SP3033(t1 & 0xff) \
sys/crypto/camellia/camellia.c
1130
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1132
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1135
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1138
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1140
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1142
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1144
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1146
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1148
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1155
t1 = io[1];
sys/crypto/camellia/camellia.c
1159
io[3] = t1;
sys/crypto/camellia/camellia.c
1165
uint32_t il,ir,t0,t1; /* temporary variables */
sys/crypto/camellia/camellia.c
1173
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1175
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1177
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1179
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1181
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1183
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1186
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1189
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1191
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1193
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1195
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1197
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1199
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1202
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1205
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1207
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1209
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1211
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1213
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1215
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1218
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1221
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1223
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1225
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1227
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1229
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1231
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1238
t1 = io[1];
sys/crypto/camellia/camellia.c
1242
io[3] = t1;
sys/crypto/camellia/camellia.c
125
#define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
sys/crypto/camellia/camellia.c
134
t1 = klr; \
sys/crypto/camellia/camellia.c
136
t1 |= lr; \
sys/crypto/camellia/camellia.c
137
ll ^= t1; \
sys/crypto/camellia/camellia.c
141
#define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
sys/crypto/camellia/camellia.c
440
uint32_t il, ir, t0, t1, w0, w1;
sys/crypto/camellia/camellia.c
479
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
482
kll, klr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
484
krl, krr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
487
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
647
uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */
sys/crypto/camellia/camellia.c
701
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
704
kll, klr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
707
krl, krr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
710
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
717
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
720
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
945
uint32_t il, ir, t0, t1;
sys/crypto/camellia/camellia.c
953
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
955
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
957
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
959
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
961
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
963
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
966
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
969
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
971
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
973
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
975
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
977
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
979
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
982
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
985
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
987
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
989
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
991
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
993
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
995
io[0],io[1],il,ir,t0,t1);
sys/crypto/rijndael/rijndael-alg-fst.c
1003
Te2[(t1 >> 8) & 0xff] ^
sys/crypto/rijndael/rijndael-alg-fst.c
1014
(Te4[(t1 >> 16) & 0xff] & 0x00ff0000) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1020
(Te4[(t1 >> 24) ] & 0xff000000) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1030
(Te4[(t1 ) & 0xff] & 0x000000ff) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1036
(Te4[(t1 >> 8) & 0xff] & 0x0000ff00) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1043
u32 s0, s1, s2, s3, t0, t1, t2, t3;
sys/crypto/rijndael/rijndael-alg-fst.c
1059
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
sys/crypto/rijndael/rijndael-alg-fst.c
1063
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[ 8];
sys/crypto/rijndael/rijndael-alg-fst.c
1064
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[ 9];
sys/crypto/rijndael/rijndael-alg-fst.c
1065
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
sys/crypto/rijndael/rijndael-alg-fst.c
1066
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[11];
sys/crypto/rijndael/rijndael-alg-fst.c
1069
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
sys/crypto/rijndael/rijndael-alg-fst.c
1073
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[16];
sys/crypto/rijndael/rijndael-alg-fst.c
1074
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[17];
sys/crypto/rijndael/rijndael-alg-fst.c
1075
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
sys/crypto/rijndael/rijndael-alg-fst.c
1076
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[19];
sys/crypto/rijndael/rijndael-alg-fst.c
1079
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
sys/crypto/rijndael/rijndael-alg-fst.c
1083
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[24];
sys/crypto/rijndael/rijndael-alg-fst.c
1084
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[25];
sys/crypto/rijndael/rijndael-alg-fst.c
1085
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
sys/crypto/rijndael/rijndael-alg-fst.c
1086
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[27];
sys/crypto/rijndael/rijndael-alg-fst.c
1089
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
sys/crypto/rijndael/rijndael-alg-fst.c
1093
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[32];
sys/crypto/rijndael/rijndael-alg-fst.c
1094
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[33];
sys/crypto/rijndael/rijndael-alg-fst.c
1095
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
sys/crypto/rijndael/rijndael-alg-fst.c
1096
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[35];
sys/crypto/rijndael/rijndael-alg-fst.c
1099
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
sys/crypto/rijndael/rijndael-alg-fst.c
1104
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[40];
sys/crypto/rijndael/rijndael-alg-fst.c
1105
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[41];
sys/crypto/rijndael/rijndael-alg-fst.c
1106
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
sys/crypto/rijndael/rijndael-alg-fst.c
1107
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[43];
sys/crypto/rijndael/rijndael-alg-fst.c
1110
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
sys/crypto/rijndael/rijndael-alg-fst.c
1115
s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[48];
sys/crypto/rijndael/rijndael-alg-fst.c
1116
s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[49];
sys/crypto/rijndael/rijndael-alg-fst.c
1117
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
sys/crypto/rijndael/rijndael-alg-fst.c
1118
s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[51];
sys/crypto/rijndael/rijndael-alg-fst.c
1121
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
sys/crypto/rijndael/rijndael-alg-fst.c
1139
t1 =
sys/crypto/rijndael/rijndael-alg-fst.c
1167
Td3[(t1 ) & 0xff] ^
sys/crypto/rijndael/rijndael-alg-fst.c
1170
Td0[(t1 >> 24) ] ^
sys/crypto/rijndael/rijndael-alg-fst.c
1177
Td1[(t1 >> 16) & 0xff] ^
sys/crypto/rijndael/rijndael-alg-fst.c
1184
Td2[(t1 >> 8) & 0xff] ^
sys/crypto/rijndael/rijndael-alg-fst.c
1197
(Td4[(t1 ) & 0xff] & 0x000000ff) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1201
(Td4[(t1 >> 24) ] & 0xff000000) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1209
(Td4[(t1 >> 16) & 0xff] & 0x00ff0000) ^
sys/crypto/rijndael/rijndael-alg-fst.c
1217
(Td4[(t1 >> 8) & 0xff] & 0x0000ff00) ^
sys/crypto/rijndael/rijndael-alg-fst.c
862
u32 s0, s1, s2, s3, t0, t1, t2, t3;
sys/crypto/rijndael/rijndael-alg-fst.c
878
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
sys/crypto/rijndael/rijndael-alg-fst.c
882
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
sys/crypto/rijndael/rijndael-alg-fst.c
883
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
sys/crypto/rijndael/rijndael-alg-fst.c
884
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
sys/crypto/rijndael/rijndael-alg-fst.c
885
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
sys/crypto/rijndael/rijndael-alg-fst.c
888
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
sys/crypto/rijndael/rijndael-alg-fst.c
892
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
sys/crypto/rijndael/rijndael-alg-fst.c
893
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
sys/crypto/rijndael/rijndael-alg-fst.c
894
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
sys/crypto/rijndael/rijndael-alg-fst.c
895
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
sys/crypto/rijndael/rijndael-alg-fst.c
898
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
sys/crypto/rijndael/rijndael-alg-fst.c
902
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
sys/crypto/rijndael/rijndael-alg-fst.c
903
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
sys/crypto/rijndael/rijndael-alg-fst.c
904
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
sys/crypto/rijndael/rijndael-alg-fst.c
905
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
sys/crypto/rijndael/rijndael-alg-fst.c
908
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
sys/crypto/rijndael/rijndael-alg-fst.c
912
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
sys/crypto/rijndael/rijndael-alg-fst.c
913
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
sys/crypto/rijndael/rijndael-alg-fst.c
914
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
sys/crypto/rijndael/rijndael-alg-fst.c
915
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
sys/crypto/rijndael/rijndael-alg-fst.c
918
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
sys/crypto/rijndael/rijndael-alg-fst.c
923
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40];
sys/crypto/rijndael/rijndael-alg-fst.c
924
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[41];
sys/crypto/rijndael/rijndael-alg-fst.c
925
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
sys/crypto/rijndael/rijndael-alg-fst.c
926
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[43];
sys/crypto/rijndael/rijndael-alg-fst.c
929
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
sys/crypto/rijndael/rijndael-alg-fst.c
934
s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[48];
sys/crypto/rijndael/rijndael-alg-fst.c
935
s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[49];
sys/crypto/rijndael/rijndael-alg-fst.c
936
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
sys/crypto/rijndael/rijndael-alg-fst.c
937
s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[51];
sys/crypto/rijndael/rijndael-alg-fst.c
940
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
sys/crypto/rijndael/rijndael-alg-fst.c
958
t1 =
sys/crypto/rijndael/rijndael-alg-fst.c
984
Te1[(t1 >> 16) & 0xff] ^
sys/crypto/rijndael/rijndael-alg-fst.c
989
Te0[(t1 >> 24) ] ^
sys/crypto/rijndael/rijndael-alg-fst.c
998
Te3[(t1 ) & 0xff] ^
sys/dev/ath/ath_rate/sample/sample.c
225
if (sched->t1 != 0) {
sys/dev/ath/ath_rate/sample/sample.c
920
rc[1].tries = sched->t1;
sys/dev/ath/ath_rate/sample/sample.c
950
s1code, sched->t1, /* series 1 */
sys/dev/ath/ath_rate/sample/sample.h
71
uint8_t t1, r1; /* series 1: tries, rate code */
sys/dev/bxe/bxe.c
778
uint32_t t0, t1, t2, t3;
sys/dev/bxe/bxe.c
780
t1 = (0x0000ff00 & (temp >> 8));
sys/dev/bxe/bxe.c
783
crc32_result = t0 | t1 | t2 | t3;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
214
struct timeval t1, t2;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
221
getmicrotime(&t1);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
237
timevalsub(&t2, &t1);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
254
timevalsub(&t2, &t1);
sys/dev/cxgbe/tom/t4_tom.c
452
uint64_t t1, t2;
sys/dev/cxgbe/tom/t4_tom.c
462
t1 = be64toh(tcb[flit_idx]) >> shift;
sys/dev/cxgbe/tom/t4_tom.c
472
return ((t2 | t1) & mask);
sys/dev/drm2/drm_edid.c
1288
unsigned long est_bits = edid->established_timings.t1 |
sys/dev/drm2/drm_edid.h
36
u8 t1;
sys/dev/hwpmc/hwpmc_dmc620.c
50
#define CLASSDEP_FN2(fn, t1, a1, t2, a2) \
sys/dev/hwpmc/hwpmc_dmc620.c
51
static int fn(int class, t1 a1, t2 a2); \
sys/dev/hwpmc/hwpmc_dmc620.c
52
static int fn ## _cd2(t1 a1, t2 a2) \
sys/dev/hwpmc/hwpmc_dmc620.c
56
static int fn ## _c(t1 a1, t2 a2) \
sys/dev/hwpmc/hwpmc_dmc620.c
60
static int fn(int class, t1 a1, t2 a2)
sys/dev/hwpmc/hwpmc_dmc620.c
62
#define CLASSDEP_FN3(fn, t1, a1, t2, a2, t3, a3) \
sys/dev/hwpmc/hwpmc_dmc620.c
63
static int fn(int class, t1 a1, t2 a2, t3 a3); \
sys/dev/hwpmc/hwpmc_dmc620.c
64
static int fn ## _cd2(t1 a1, t2 a2, t3 a3) \
sys/dev/hwpmc/hwpmc_dmc620.c
68
static int fn ## _c(t1 a1, t2 a2, t3 a3) \
sys/dev/hwpmc/hwpmc_dmc620.c
72
static int fn(int class, t1 a1, t2 a2, t3 a3)
sys/dev/hwpmc/hwpmc_dmc620.c
74
#define CLASSDEP_FN4(fn, t1, a1, t2, a2, t3, a3, t4, a4) \
sys/dev/hwpmc/hwpmc_dmc620.c
75
static int fn(int class, t1 a1, t2 a2, t3 a3, t4 a4); \
sys/dev/hwpmc/hwpmc_dmc620.c
76
static int fn ## _cd2(t1 a1, t2 a2, t3 a3, t4 a4) \
sys/dev/hwpmc/hwpmc_dmc620.c
80
static int fn ## _c(t1 a1, t2 a2, t3 a3, t4 a4) \
sys/dev/hwpmc/hwpmc_dmc620.c
84
static int fn(int class, t1 a1, t2 a2, t3 a3, t4 a4)
sys/dev/mlx4/mlx4_core/mlx4_port.c
1005
struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
1013
mutex_lock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
1016
if (t1->entries[i] != t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
1024
if (!t1->entries[i])
sys/dev/mlx4/mlx4_core/mlx4_port.c
1026
t1->is_dup[i] = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
1027
if (!t1->refs[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
1028
t1->entries[i] = 0;
sys/dev/mlx4/mlx4_core/mlx4_port.c
1039
ret = mlx4_set_port_vlan_table(dev, 1, t1->entries);
sys/dev/mlx4/mlx4_core/mlx4_port.c
1052
mutex_unlock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
844
struct mlx4_mac_table *t1 = &mlx4_priv(dev)->port[1].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
851
mutex_lock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
854
if ((t1->entries[i] != t2->entries[i]) &&
sys/dev/mlx4/mlx4_core/mlx4_port.c
855
t1->entries[i] && t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
863
if (t1->entries[i] && !t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
864
t2->entries[i] = t1->entries[i];
sys/dev/mlx4/mlx4_core/mlx4_port.c
867
} else if (!t1->entries[i] && t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
868
t1->entries[i] = t2->entries[i];
sys/dev/mlx4/mlx4_core/mlx4_port.c
869
t1->is_dup[i] = true;
sys/dev/mlx4/mlx4_core/mlx4_port.c
871
} else if (t1->entries[i] && t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
872
t1->is_dup[i] = true;
sys/dev/mlx4/mlx4_core/mlx4_port.c
878
ret = mlx4_set_port_mac_table(dev, 1, t1->entries);
sys/dev/mlx4/mlx4_core/mlx4_port.c
892
mutex_unlock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
898
struct mlx4_mac_table *t1 = &mlx4_priv(dev)->port[1].mac_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
906
mutex_lock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
909
if (t1->entries[i] != t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
917
if (!t1->entries[i])
sys/dev/mlx4/mlx4_core/mlx4_port.c
919
t1->is_dup[i] = false;
sys/dev/mlx4/mlx4_core/mlx4_port.c
920
if (!t1->refs[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
921
t1->entries[i] = 0;
sys/dev/mlx4/mlx4_core/mlx4_port.c
932
ret = mlx4_set_port_mac_table(dev, 1, t1->entries);
sys/dev/mlx4/mlx4_core/mlx4_port.c
945
mutex_unlock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
951
struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
sys/dev/mlx4/mlx4_core/mlx4_port.c
958
mutex_lock(&t1->mutex);
sys/dev/mlx4/mlx4_core/mlx4_port.c
961
if ((t1->entries[i] != t2->entries[i]) &&
sys/dev/mlx4/mlx4_core/mlx4_port.c
962
t1->entries[i] && t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
970
if (t1->entries[i] && !t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
971
t2->entries[i] = t1->entries[i];
sys/dev/mlx4/mlx4_core/mlx4_port.c
974
} else if (!t1->entries[i] && t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
975
t1->entries[i] = t2->entries[i];
sys/dev/mlx4/mlx4_core/mlx4_port.c
976
t1->is_dup[i] = true;
sys/dev/mlx4/mlx4_core/mlx4_port.c
978
} else if (t1->entries[i] && t2->entries[i]) {
sys/dev/mlx4/mlx4_core/mlx4_port.c
979
t1->is_dup[i] = true;
sys/dev/mlx4/mlx4_core/mlx4_port.c
985
ret = mlx4_set_port_vlan_table(dev, 1, t1->entries);
sys/dev/mlx4/mlx4_core/mlx4_port.c
999
mutex_unlock(&t1->mutex);
sys/dev/sound/pci/hda/hdaa.c
6908
int i, t = -1, t1;
sys/dev/sound/pci/hda/hdaa.c
6916
t1 = HDA_CONFIG_DEFAULTCONF_DEVICE(w->wclass.pin.config);
sys/dev/sound/pci/hda/hdaa.c
6918
t = t1;
sys/dev/sound/pci/hda/hdaa.c
6919
else if (t != t1) {
sys/dev/sound/pci/hda/hdaa.c
6965
int loc1, loc2, t1, t2;
sys/dev/sound/pci/hda/hdaa.c
6981
t1 = t2 = -1;
sys/dev/sound/pci/hda/hdaa.c
6985
t1 = hdaa_chan_type(devinfo, pdevinfo->playas);
sys/dev/sound/pci/hda/hdaa.c
7000
if (t1 == -1)
sys/dev/sound/pci/hda/hdaa.c
7001
t1 = t2;
sys/dev/sound/pci/hda/hdaa.c
7003
t2 = t1;
sys/dev/sound/pci/hda/hdaa.c
7004
if (t1 != t2)
sys/dev/sound/pci/hda/hdaa.c
7005
t1 = -2;
sys/dev/sound/pci/hda/hdaa.c
7007
t1 = -2;
sys/dev/sound/pci/hda/hdaa.c
7018
t1 >= 0 ? " " : "", t1 >= 0 ? HDA_DEVS[t1] : "");
sys/dev/sound/pci/ich.c
711
struct timeval t1, t2;
sys/dev/sound/pci/ich.c
759
microtime(&t1);
sys/dev/sound/pci/ich.c
765
if (t2.tv_sec - t1.tv_sec > 1)
sys/dev/sound/pci/ich.c
779
wait_us = ((t2.tv_sec - t1.tv_sec) * 1000000) + t2.tv_usec - t1.tv_usec;
sys/dev/sound/pci/solo.c
385
u_int8_t t0, t1;
sys/dev/sound/pci/solo.c
393
t1 = 128 - (768000 / speed);
sys/dev/sound/pci/solo.c
394
s1 = 768000 / (128 - t1);
sys/dev/sound/pci/solo.c
395
t1 |= 0x80;
sys/dev/sound/pci/solo.c
400
return use0? t0 : t1;
sys/dev/sume/adapter.h
215
uint32_t t1;
sys/dev/sume/if_sume.c
1063
mdata->t1 = htole32(0);
sys/dev/usb/net/if_umb.c
1006
task = usb_proc_msignal(&sc->sc_taskqueue, t0, t1);
sys/dev/usb/net/if_umb.c
1012
usb_proc_mwait(&sc->sc_taskqueue, t0, t1);
sys/dev/usb/net/if_umb.c
996
struct usb_proc_msg *t0, struct usb_proc_msg *t1, int sync)
sys/dev/usb/net/usb_ethernet.c
103
struct usb_proc_msg *t0, struct usb_proc_msg *t1)
sys/dev/usb/net/usb_ethernet.c
118
usb_proc_msignal(&ue->ue_tq, t0, t1);
sys/dev/usb/net/usb_ethernet.c
128
usb_proc_mwait(&ue->ue_tq, t0, t1);
sys/dev/usb/serial/usb_serial.c
155
struct usb_proc_msg *t0, struct usb_proc_msg *t1, bool wait);
sys/dev/usb/serial/usb_serial.c
630
struct usb_proc_msg *t0, struct usb_proc_msg *t1, bool wait)
sys/dev/usb/serial/usb_serial.c
648
usb_proc_msignal(&ssc->sc_tq, t0, t1);
sys/dev/usb/serial/usb_serial.c
665
error = usb_proc_mwait_sig(&ssc->sc_tq, t0, t1);
sys/fs/nfs/nfs.h
158
#define NFS_CMPTIME(t1, t2) \
sys/fs/nfs/nfs.h
159
((t1).tv_sec == (t2).tv_sec && (t1).tv_nsec == (t2).tv_nsec)
sys/kern/kern_time.c
1082
timevaladd(struct timeval *t1, const struct timeval *t2)
sys/kern/kern_time.c
1085
t1->tv_sec += t2->tv_sec;
sys/kern/kern_time.c
1086
t1->tv_usec += t2->tv_usec;
sys/kern/kern_time.c
1087
timevalfix(t1);
sys/kern/kern_time.c
1091
timevalsub(struct timeval *t1, const struct timeval *t2)
sys/kern/kern_time.c
1094
t1->tv_sec -= t2->tv_sec;
sys/kern/kern_time.c
1095
t1->tv_usec -= t2->tv_usec;
sys/kern/kern_time.c
1096
timevalfix(t1);
sys/kern/kern_time.c
1100
timevalfix(struct timeval *t1)
sys/kern/kern_time.c
1103
if (t1->tv_usec < 0) {
sys/kern/kern_time.c
1104
t1->tv_sec--;
sys/kern/kern_time.c
1105
t1->tv_usec += 1000000;
sys/kern/kern_time.c
1107
if (t1->tv_usec >= 1000000) {
sys/kern/kern_time.c
1108
t1->tv_sec++;
sys/kern/kern_time.c
1109
t1->tv_usec -= 1000000;
sys/kern/subr_clockcalib.c
106
t1 = tc->tc_get_timecount(tc) & tc->tc_counter_mask;
sys/kern/subr_clockcalib.c
107
while (t1 + tadj < tlast)
sys/kern/subr_clockcalib.c
109
tlast = t1 + tadj;
sys/kern/subr_clockcalib.c
110
t1 += tadj - t0;
sys/kern/subr_clockcalib.c
113
if (t1 > tc->tc_frequency) {
sys/kern/subr_clockcalib.c
119
freq = (double)(tc->tc_frequency) * clk1 / t1;
sys/kern/subr_clockcalib.c
133
d1 = t1 - mu_t;
sys/kern/subr_clockcalib.c
135
d2 = d1 * (t1 - mu_t);
sys/kern/subr_clockcalib.c
161
clkname, (unsigned long)(t1 *
sys/kern/subr_clockcalib.c
43
uint64_t t0, t1, tadj, tlast;
sys/kern/subr_fattime.c
141
time_t t1;
sys/kern/subr_fattime.c
144
t1 = tsp->tv_sec;
sys/kern/subr_fattime.c
146
t1 -= utc_offset();
sys/kern/subr_fattime.c
151
*dtp = (t1 / 2) % 30;
sys/kern/subr_fattime.c
152
*dtp |= ((t1 / 60) % 60) << 5;
sys/kern/subr_fattime.c
153
*dtp |= ((t1 / 3600) % 24) << 11;
sys/kern/subr_fattime.c
156
t2 = t1 / DAY;
sys/netinet/in_fib_dxr.c
1063
i = (t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec - t0.tv_usec;
sys/netinet/in_fib_dxr.c
1066
i = (t2.tv_sec - t1.tv_sec) * 1000000 + t2.tv_usec - t1.tv_usec;
sys/netinet/in_fib_dxr.c
849
struct timeval t0, t1, t2, t3;
sys/netinet/in_fib_dxr.c
953
microuptime(&t1);
sys/powerpc/fpu/fpu_sqrt.c
313
t1 = bit;
sys/powerpc/fpu/fpu_sqrt.c
314
FPU_SUBS(d1, x1, t1);
sys/powerpc/fpu/fpu_sqrt.c
324
t1 = y1 | bit;
sys/powerpc/fpu/fpu_sqrt.c
325
FPU_SUBS(d1, x1, t1);
sys/powerpc/fpu/fpu_sqrt.c
346
FPU_SUBCS(d1, x1, t1);
sys/powerpc/fpu/fpu_sqrt.c
358
FPU_SUBCS(d1, x1, t1);
sys/powerpc/fpu/fpu_sqrt.c
380
FPU_SUBCS(d1, x1, t1);
sys/powerpc/fpu/fpu_sqrt.c
393
FPU_SUBCS(d1, x1, t1);
sys/rpc/rpcm_subs.h
100
error = t1; \
sys/rpc/rpcm_subs.h
109
(t1 = rpcm_mbuftouio(&md,(p),(s),&dpos)) != 0) { \
sys/rpc/rpcm_subs.h
110
error = t1; \
sys/rpc/rpcm_subs.h
118
{ t1 = mtod(md, caddr_t)+md->m_len-dpos; \
sys/rpc/rpcm_subs.h
119
if (t1 >= (s)) { \
sys/rpc/rpcm_subs.h
121
} else if ((t1 = rpc_adv(&md, &dpos, (s), t1)) != 0) { \
sys/rpc/rpcm_subs.h
122
error = t1; \
sys/rpc/rpcm_subs.h
95
{ t1 = mtod(md, caddr_t)+md->m_len-dpos; \
sys/rpc/rpcm_subs.h
96
if (t1 >= (s)) { \
sys/rpc/rpcm_subs.h
99
} else if ((t1 = rpcm_disct(&md, &dpos, (s), t1, &cp2)) != 0){ \
sys/sys/time.h
602
void timevaladd(struct timeval *t1, const struct timeval *t2);
sys/sys/time.h
603
void timevalsub(struct timeval *t1, const struct timeval *t2);
tests/sys/capsicum/overhead.cc
17
const clock_t t1 = clock();
tests/sys/capsicum/overhead.cc
18
return (t1 - t0) / (double)CLOCKS_PER_SEC;
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
139
time_t t1, t2;
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
144
ret = get_file_time(tfile, timetest_table[i].type, &t1);
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
169
if (t1 == t2) {
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
171
timetest_table[i].name, (long)t1, (long)t2);
tools/regression/geom/ConfCmp/ConfCmp.c
355
struct mytree *t1, *t2;
tools/regression/geom/ConfCmp/ConfCmp.c
364
t1 = dofile(argv[1]);
tools/regression/geom/ConfCmp/ConfCmp.c
365
if (t1 == NULL)
tools/regression/geom/ConfCmp/ConfCmp.c
367
sort_node(t1->top);
tools/regression/geom/ConfCmp/ConfCmp.c
372
i = compare_node(t1->top, t2->top, 0);
tools/regression/tls/ttls2/ttls2.c
33
pthread_t t1, t2;
tools/regression/tls/ttls2/ttls2.c
35
pthread_create(&t1, 0, foo1, 0);
tools/regression/tls/ttls2/ttls2.c
37
pthread_join(t1, 0);
tools/test/stress2/tools/bench.c
306
struct timeval t1, t2, diff;
tools/test/stress2/tools/bench.c
331
gettimeofday(&t1, NULL);
tools/test/stress2/tools/bench.c
351
timersub(&t2, &t1, &diff);
tools/tools/kttcp/sys/kttcp.c
152
struct timeval t0, t1;
tools/tools/kttcp/sys/kttcp.c
182
microtime(&t1);
tools/tools/kttcp/sys/kttcp.c
188
timersub(&t1, &t0, &kio->kio_elapsed);
tools/tools/kttcp/sys/kttcp.c
200
struct timeval t0, t1;
tools/tools/kttcp/sys/kttcp.c
230
microtime(&t1);
tools/tools/kttcp/sys/kttcp.c
238
timersub(&t1, &t0, &kio->kio_elapsed);
usr.bin/calendar/calendar.h
53
extern time_t t1, t2;
usr.bin/diff3/diff3.c
371
int j, t1, t2;
usr.bin/diff3/diff3.c
381
t1 = (d1 < d13 + m1);
usr.bin/diff3/diff3.c
383
if (!t1 && !t2)
usr.bin/diff3/diff3.c
387
if (!t2 || (t1 && d1->new.to < d2->new.from)) {
usr.bin/diff3/diff3.c
409
if (!t1 || (t2 && d2->new.to < d1->new.from)) {
usr.bin/enigma/enigma.c
120
i = t2[(t3[(t1[(i+nr1)&MASK]+nr2)&MASK]-nr2)&MASK]-nr1;
usr.bin/enigma/enigma.c
24
static char t1[ROTORSZ];
usr.bin/enigma/enigma.c
58
t1[i] = i;
usr.bin/enigma/enigma.c
67
temp = t1[k];
usr.bin/enigma/enigma.c
68
t1[k] = t1[ic];
usr.bin/enigma/enigma.c
69
t1[ic] = temp;
usr.bin/enigma/enigma.c
77
t2[t1[i]&MASK] = i;
usr.bin/fortune/fortune/fortune.c
1169
sum_tbl(STRFILE *t1, STRFILE *t2)
usr.bin/fortune/fortune/fortune.c
1171
t1->str_numstr += t2->str_numstr;
usr.bin/fortune/fortune/fortune.c
1172
if (t1->str_longlen < t2->str_longlen)
usr.bin/fortune/fortune/fortune.c
1173
t1->str_longlen = t2->str_longlen;
usr.bin/fortune/fortune/fortune.c
1174
if (t1->str_shortlen > t2->str_shortlen)
usr.bin/fortune/fortune/fortune.c
1175
t1->str_shortlen = t2->str_shortlen;
usr.bin/ktrace/subr.c
105
timevaladd(struct timeval *t1, struct timeval *t2)
usr.bin/ktrace/subr.c
107
t1->tv_sec += t2->tv_sec;
usr.bin/ktrace/subr.c
108
t1->tv_usec += t2->tv_usec;
usr.bin/ktrace/subr.c
109
timevalfix(t1);
usr.bin/ktrace/subr.c
113
timevalsub(struct timeval *t1, struct timeval *t2)
usr.bin/ktrace/subr.c
115
t1->tv_sec -= t2->tv_sec;
usr.bin/ktrace/subr.c
116
t1->tv_usec -= t2->tv_usec;
usr.bin/ktrace/subr.c
117
timevalfix(t1);
usr.bin/ktrace/subr.c
121
timevalfix(struct timeval *t1)
usr.bin/ktrace/subr.c
123
if (t1->tv_usec < 0) {
usr.bin/ktrace/subr.c
124
t1->tv_sec--;
usr.bin/ktrace/subr.c
125
t1->tv_usec += 1000000;
usr.bin/ktrace/subr.c
127
if (t1->tv_usec >= 1000000) {
usr.bin/ktrace/subr.c
128
t1->tv_sec++;
usr.bin/ktrace/subr.c
129
t1->tv_usec -= 1000000;
usr.sbin/bluetooth/hccontrol/util.c
85
static char const * const t1[] = {
usr.sbin/bluetooth/hccontrol/util.c
92
return (encrypt >= SIZE(t1)? "?" : t1[encrypt]);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
118
struct tp_entry *t1;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
122
for (t1 = *f_tpa;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
123
t1 != NULL && ta->sysindex == t1->sysindex;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
124
t1 = TAILQ_NEXT(t1, tp_e)) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
125
if (bridge_compare_macs(ta->tp_addr, t1->tp_addr) < 0) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
126
TAILQ_INSERT_BEFORE(t1, ta, tp_e);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
127
if (*f_tpa == t1)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
133
if (t1 == NULL)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
136
TAILQ_INSERT_BEFORE(t1, ta, tp_e);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
147
struct tp_entry *t1;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
149
if ((t1 = TAILQ_FIRST(headp)) == NULL ||
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
150
bridge_compare_sysidx(b_idx, t1->sysindex) < 0)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
153
t_idx = t1->sysindex;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
155
for (t1 = TAILQ_NEXT(t1, tp_e); t1 != NULL; t1 = TAILQ_NEXT(t1, tp_e)) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
157
if (t1->sysindex != t_idx) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
158
if (bridge_compare_sysidx(b_idx, t1->sysindex) < 0)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
159
return (TAILQ_PREV(t1, tp_entries, tp_e));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
161
t_idx = t1->sysindex;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
165
if (t1 == NULL)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
166
t1 = TAILQ_LAST(headp, tp_entries);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_addrs.c
168
return (t1);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
101
for (t1 = *f_bp;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
102
t1 != NULL && bp->sysindex == t1->sysindex;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
103
t1 = TAILQ_NEXT(t1, b_p)) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
104
if (bp->if_idx < t1->if_idx) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
105
TAILQ_INSERT_BEFORE(t1, bp, b_p);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
106
if (*f_bp == t1)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
116
if (t1 == NULL)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
119
TAILQ_INSERT_BEFORE(t1, bp, b_p);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
132
struct bridge_port *t1;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
134
if ((t1 = TAILQ_FIRST(headp)) == NULL ||
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
135
bridge_compare_sysidx(b_idx, t1->sysindex) < 0)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
138
t_idx = t1->sysindex;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
140
for (t1 = TAILQ_NEXT(t1, b_p); t1 != NULL; t1 = TAILQ_NEXT(t1, b_p)) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
141
if (t1->sysindex != t_idx) {
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
142
if (bridge_compare_sysidx(b_idx, t1->sysindex) < 0)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
143
return (TAILQ_PREV(t1, bridge_ports, b_p));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
145
t_idx = t1->sysindex;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
149
if (t1 == NULL)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
150
t1 = TAILQ_LAST(headp, bridge_ports);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
152
return (t1);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
97
struct bridge_port *t1;
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1683
struct pft_entry *t1, *t2;
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1704
t1 = TAILQ_FIRST(&pft_table);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1705
while (t1 != NULL) {
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1706
t2 = TAILQ_NEXT(t1, link);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1707
free(t1);
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1708
t1 = t2;
usr.sbin/config/main.cc
730
size_t i, off, size, t1, t2, align;
usr.sbin/config/main.cc
759
r = sscanf(o, "%zu%zu%zu%zu%zu", &off, &size, &t1, &t2, &align);
usr.sbin/lastlogin/lastlogin.c
72
time_t t1, t2;
usr.sbin/lastlogin/lastlogin.c
74
t1 = ((const struct utmpx *)u1)->ut_tv.tv_sec;
usr.sbin/lastlogin/lastlogin.c
76
return (t1 < t2 ? order : t1 > t2 ? -order : 0);
usr.sbin/makefs/msdos/msdosfs_vnops.c
110
time_t t1;
usr.sbin/makefs/msdos/msdosfs_vnops.c
113
t1 = tsp->tv_sec;
usr.sbin/makefs/msdos/msdosfs_vnops.c
114
gmtime_r(&t1, <);
usr.sbin/sa/main.c
390
double t1, t2;
usr.sbin/sa/main.c
395
t1 = c1.ci_utime + c1.ci_stime;
usr.sbin/sa/main.c
398
if (t1 < t2)
usr.sbin/sa/main.c
400
else if (t1 == t2)
usr.sbin/sa/main.c
411
double t1, t2;
usr.sbin/sa/main.c
416
t1 = c1.ci_utime + c1.ci_stime;
usr.sbin/sa/main.c
417
t1 /= (double) (c1.ci_calls ? c1.ci_calls : 1);
usr.sbin/sa/main.c
422
if (t1 < t2)
usr.sbin/sa/main.c
424
else if (t1 == t2)
usr.sbin/sa/main.c
490
double t1, t2;
usr.sbin/sa/main.c
496
t1 = c1.ci_utime + c1.ci_stime;
usr.sbin/sa/main.c
499
n1 = c1.ci_mem / (t1 ? t1 : 1);
usr.sbin/sndctl/sndctl.c
440
int fd, caps, unit, t1, t2, t3;
usr.sbin/sndctl/sndctl.c
553
if (sysctl_int("hw.snd.latency", NULL, &t1) ||
usr.sbin/sndctl/sndctl.c
557
if (t1 == 0 && t2 == 0 && t3 == 0)
usr.sbin/traceroute/traceroute.c
1012
struct timeval t1, t2;
usr.sbin/traceroute/traceroute.c
1023
(void)gettimeofday(&t1, NULL);
usr.sbin/traceroute/traceroute.c
1024
memcpy(&outdata.tv, &t1, sizeof(outdata.tv));
usr.sbin/traceroute/traceroute.c
1032
while ((cc = wait_for_reply(s, from, &t1)) != 0) {
usr.sbin/traceroute/traceroute.c
1049
T = deltaT(&t1, &t2);
usr.sbin/traceroute6/traceroute6.c
1030
} else if (deltaT(&t1, &t2) > waittime * 1000) {
usr.sbin/traceroute6/traceroute6.c
959
struct timeval t1, t2;
usr.sbin/traceroute6/traceroute6.c
961
(void) gettimeofday(&t1, NULL);
usr.sbin/traceroute6/traceroute6.c
973
printf(" %.3f ms", deltaT(&t1, &t2));