Home | History | Annotate | Download | only in ciphers

Lines Matching defs:T0

53 static const ulong32 T0[256] = {
471 static const ulong32 T0[256] = {
996 inter[i] = T0[(kappa[j--] >> 24) & 0xff]; if (j < 0) j = N - 1;
1018 T0[T4[(v >> 24) & 0xff] & 0xff] ^
1063 T0[(state[0] >> 24) & 0xff] ^
1069 T0[(state[0] >> 16) & 0xff] ^
1075 T0[(state[0] >> 8) & 0xff] ^
1081 T0[(state[0] ) & 0xff] ^
1096 (T0[(state[0] >> 24) & 0xff] & 0xff000000U) ^
1102 (T0[(state[0] >> 16) & 0xff] & 0xff000000U) ^
1108 (T0[(state[0] >> 8) & 0xff] & 0xff000000U) ^
1114 (T0[(state[0] ) & 0xff] & 0xff000000U) ^