cast_sbox5        153 crypto/cast.c  			t[0] = z[0] = x[0] ^ cast_sbox5[U_INT8_Tb(x[3])] ^
cast_sbox5        158 crypto/cast.c  			t[1] = z[1] = x[2] ^ cast_sbox5[U_INT8_Ta(z[0])] ^
cast_sbox5        163 crypto/cast.c  			t[2] = z[2] = x[3] ^ cast_sbox5[U_INT8_Td(z[1])] ^
cast_sbox5        167 crypto/cast.c  			    cast_sbox5[U_INT8_Tb(x[2])];
cast_sbox5        168 crypto/cast.c  			t[3] = z[3] = x[1] ^ cast_sbox5[U_INT8_Tc(z[2])] ^
cast_sbox5        175 crypto/cast.c  			t[0] = x[0] = z[2] ^ cast_sbox5[U_INT8_Tb(z[1])] ^
cast_sbox5        180 crypto/cast.c  			t[1] = x[1] = z[0] ^ cast_sbox5[U_INT8_Ta(x[0])] ^
cast_sbox5        185 crypto/cast.c  			t[2] = x[2] = z[1] ^ cast_sbox5[U_INT8_Td(x[1])] ^
cast_sbox5        189 crypto/cast.c  			    cast_sbox5[U_INT8_Tb(z[0])];
cast_sbox5        190 crypto/cast.c  			t[3] = x[3] = z[3] ^ cast_sbox5[U_INT8_Tc(x[2])] ^
cast_sbox5        200 crypto/cast.c  			key->xkey[i+0] = cast_sbox5[U_INT8_Ta(t[2])] ^
cast_sbox5        204 crypto/cast.c  			key->xkey[i+1] = cast_sbox5[U_INT8_Tc(t[2])] ^
cast_sbox5        208 crypto/cast.c  			key->xkey[i+2] = cast_sbox5[U_INT8_Ta(t[3])] ^
cast_sbox5        212 crypto/cast.c  			key->xkey[i+3] = cast_sbox5[U_INT8_Tc(t[3])] ^
cast_sbox5        219 crypto/cast.c  			key->xkey[i+0] = cast_sbox5[U_INT8_Td(t[0])] ^
cast_sbox5        223 crypto/cast.c  			key->xkey[i+1] = cast_sbox5[U_INT8_Tb(t[0])] ^
cast_sbox5        227 crypto/cast.c  			key->xkey[i+2] = cast_sbox5[U_INT8_Td(t[1])] ^
cast_sbox5        231 crypto/cast.c  			key->xkey[i+3] = cast_sbox5[U_INT8_Tb(t[1])] ^
cast_sbox5        239 crypto/cast.c  			key->xkey[i+0] ^= cast_sbox5[U_INT8_Tc(z[0])];
cast_sbox5        245 crypto/cast.c  			key->xkey[i+0] ^= cast_sbox5[U_INT8_Ta(x[2])];
cast_sbox5        251 crypto/cast.c  			key->xkey[i+0] ^= cast_sbox5[U_INT8_Tb(z[2])];
cast_sbox5        257 crypto/cast.c  			key->xkey[i+0] ^= cast_sbox5[U_INT8_Td(x[0])];
cast_sbox5        277 crypto/castsb.h static const u_int32_t cast_sbox5[256] = {