Lines Matching refs:T3
254 static const ulong32 T3[256] = { variable
672 static const ulong32 T3[256] = { variable
999 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in _anubis_setup()
1021 T3[T4[(v ) & 0xff] & 0xff]; in _anubis_setup()
1066 T3[(state[3] >> 24) & 0xff] ^ in anubis_crypt()
1072 T3[(state[3] >> 16) & 0xff] ^ in anubis_crypt()
1078 T3[(state[3] >> 8) & 0xff] ^ in anubis_crypt()
1084 T3[(state[3] ) & 0xff] ^ in anubis_crypt()
1099 (T3[(state[3] >> 24) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
1105 (T3[(state[3] >> 16) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
1111 (T3[(state[3] >> 8) & 0xff] & 0x000000ffU) ^ in anubis_crypt()
1117 (T3[(state[3] ) & 0xff] & 0x000000ffU) ^ in anubis_crypt()