t3 2781 source3/modules/getdate.c time_t t3 = t2 + d3; t3 2788 source3/modules/getdate.c Start = t3; t3 1080 source3/modules/getdate.y time_t t3 = t2 + d3; t3 1087 source3/modules/getdate.y Start = t3; t3 138 source4/heimdal/lib/hcrypto/camellia-ntt.c #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ t3 150 source4/heimdal/lib/hcrypto/camellia-ntt.c t3 = krl; \ t3 151 source4/heimdal/lib/hcrypto/camellia-ntt.c t3 &= rl; \ t3 152 source4/heimdal/lib/hcrypto/camellia-ntt.c rr ^= CAMELLIA_RL1(t3); \ t3 2381 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit *t1, *t2, *t3, carry; t3 2397 source4/heimdal/lib/hcrypto/imath/imath.c t3 = t2 + buf_size; t3 2409 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(t1, t2, t3, bot_size + 1, bot_size + 1); /* t3 = t1 * t2 */ t3 2420 source4/heimdal/lib/hcrypto/imath/imath.c s_usub(t3, t1, t3, buf_size + 2, buf_size); t3 2421 source4/heimdal/lib/hcrypto/imath/imath.c s_usub(t3, t2, t3, buf_size + 2, buf_size); t3 2425 source4/heimdal/lib/hcrypto/imath/imath.c carry = s_uadd(t3, dc + bot_size, dc + bot_size, t3 2480 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit *t1, *t2, *t3, carry; t3 2486 source4/heimdal/lib/hcrypto/imath/imath.c t3 = t2 + buf_size; t3 2492 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(da, a_top, t3, bot_size, at_size); /* t3 = a0 * a1 */ t3 2500 source4/heimdal/lib/hcrypto/imath/imath.c w = t3[i]; t3 2502 source4/heimdal/lib/hcrypto/imath/imath.c t3[i] = LOWER_HALF(w); t3 2505 source4/heimdal/lib/hcrypto/imath/imath.c t3[i] = LOWER_HALF(save); t3 2510 source4/heimdal/lib/hcrypto/imath/imath.c carry = s_uadd(t3, dc + bot_size, dc + bot_size, t3 124 source4/heimdal/lib/hcrypto/rc2.c int t0, t1, t2, t3; t3 139 source4/heimdal/lib/hcrypto/rc2.c t3 = (w3 + (w0 & ~w2) + (w1 & w2) + key->data[j + 3]) & 0xffff; t3 140 source4/heimdal/lib/hcrypto/rc2.c w3 = ROT16L(t3, 5); t3 164 source4/heimdal/lib/hcrypto/rc2.c int t0, t1, t2, t3; t3 181 source4/heimdal/lib/hcrypto/rc2.c t3 = ROT16R(w3, 5); t3 182 source4/heimdal/lib/hcrypto/rc2.c w3 = (t3 - (w0 & ~w2) - (w1 & w2) - key->data[j + 3]) & 0xffff; t3 872 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c u32 s0, s1, s2, s3, t0, t1, t2, t3; t3 890 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; t3 892 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; t3 893 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; t3 894 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; t3 895 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11]; t3 900 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15]; t3 902 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16]; t3 903 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17]; t3 904 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18]; t3 905 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19]; t3 910 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23]; t3 912 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24]; t3 913 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25]; t3 914 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26]; t3 915 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27]; t3 920 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31]; t3 922 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32]; t3 923 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33]; t3 924 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34]; t3 925 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35]; t3 930 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39]; t3 933 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40]; t3 934 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[41]; t3 935 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42]; t3 936 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[43]; t3 941 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[47]; t3 944 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[48]; t3 945 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[49]; t3 946 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50]; t3 947 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[51]; t3 952 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[55]; t3 980 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = t3 996 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Te3[(t3 ) & 0xff] ^ t3 1001 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Te2[(t3 >> 8) & 0xff] ^ t3 1006 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Te1[(t3 >> 16) & 0xff] ^ t3 1011 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Te0[(t3 >> 24) ] ^ t3 1026 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Te4[(t3 ) & 0xff] & 0x000000ff) ^ t3 1032 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Te4[(t3 >> 8) & 0xff] & 0x0000ff00) ^ t3 1038 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Te4[(t3 >> 16) & 0xff] & 0x00ff0000) ^ t3 1044 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Te4[(t3 >> 24) ] & 0xff000000) ^ t3 1053 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c u32 s0, s1, s2, s3, t0, t1, t2, t3; t3 1071 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[ 7]; t3 1073 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[ 8]; t3 1074 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[ 9]; t3 1075 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10]; t3 1076 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[11]; t3 1081 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[15]; t3 1083 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[16]; t3 1084 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[17]; t3 1085 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18]; t3 1086 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[19]; t3 1091 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[23]; t3 1093 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[24]; t3 1094 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[25]; t3 1095 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26]; t3 1096 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[27]; t3 1101 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[31]; t3 1103 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[32]; t3 1104 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[33]; t3 1105 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34]; t3 1106 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[35]; t3 1111 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[39]; t3 1114 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[40]; t3 1115 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[41]; t3 1116 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42]; t3 1117 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[43]; t3 1122 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[47]; t3 1125 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[48]; t3 1126 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[49]; t3 1127 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50]; t3 1128 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >> 8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[51]; t3 1133 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[55]; t3 1161 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c t3 = t3 1175 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Td1[(t3 >> 16) & 0xff] ^ t3 1182 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Td2[(t3 >> 8) & 0xff] ^ t3 1189 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Td3[(t3 ) & 0xff] ^ t3 1192 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c Td0[(t3 >> 24) ] ^ t3 1205 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^ t3 1213 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^ t3 1221 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Td4[(t3 ) & 0xff] & 0x000000ff) ^ t3 1225 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c (Td4[(t3 >> 24) ] & 0xff000000) ^ t3 529 source4/heimdal/lib/hcrypto/rsa-imath.c mpz_t el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; t3 547 source4/heimdal/lib/hcrypto/rsa-imath.c mp_int_init(&t3); t3 589 source4/heimdal/lib/hcrypto/rsa-imath.c CHECK(mp_int_mul(&t1, &t2, &t3), MP_OK); t3 590 source4/heimdal/lib/hcrypto/rsa-imath.c CHECK(mp_int_invmod(&el, &t3, &d), MP_OK); t3 622 source4/heimdal/lib/hcrypto/rsa-imath.c mp_int_clear(&t3);