Searched refs:T4 (Results 1 – 2 of 2) sorted by relevance
305 static const ulong32 T4[256] = { variable723 static const ulong32 T4[256] = { variable931 K0 = T4[(kappa[N - 1] >> 24) & 0xff]; in s_anubis_setup()932 K1 = T4[(kappa[N - 1] >> 16) & 0xff]; in s_anubis_setup()933 K2 = T4[(kappa[N - 1] >> 8) & 0xff]; in s_anubis_setup()934 K3 = T4[(kappa[N - 1] ) & 0xff]; in s_anubis_setup()936 K0 = T4[(kappa[i] >> 24) & 0xff] ^ in s_anubis_setup()941 K1 = T4[(kappa[i] >> 16) & 0xff] ^ in s_anubis_setup()946 K2 = T4[(kappa[i] >> 8) & 0xff] ^ in s_anubis_setup()951 K3 = T4[(kappa[i] ) & 0xff] ^ in s_anubis_setup()[all …]
296 static const ulong64 T4[256] = { variable636 T4[(int)(K1 >> 24) & 0xff] ^ in khazad_setup()655 T4[(int)S[(int)(K1 >> 24) & 0xff] & 0xff] ^ in khazad_setup()693 T4[(int)(state >> 24) & 0xff] ^ in khazad_crypt()708 (T4[(int)(state >> 24) & 0xff] & CONST64(0x00000000ff000000)) ^ in khazad_crypt()