Te4               327 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c static const u32 Te4[256] = {
Te4               757 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
Te4               758 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp >>  8) & 0xff] & 0x00ff0000) ^
Te4               759 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp      ) & 0xff] & 0x0000ff00) ^
Te4               760 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp >> 24)       ] & 0x000000ff) ^
Te4               777 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
Te4               778 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp >>  8) & 0xff] & 0x00ff0000) ^
Te4               779 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp      ) & 0xff] & 0x0000ff00) ^
Te4               780 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 				(Te4[(temp >> 24)       ] & 0x000000ff) ^
Te4               799 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
Te4               800 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp >>  8) & 0xff] & 0x00ff0000) ^
Te4               801 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp      ) & 0xff] & 0x0000ff00) ^
Te4               802 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp >> 24)       ] & 0x000000ff) ^
Te4               812 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp >> 24)       ] & 0xff000000) ^
Te4               813 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp >> 16) & 0xff] & 0x00ff0000) ^
Te4               814 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp >>  8) & 0xff] & 0x0000ff00) ^
Te4               815 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         		(Te4[(temp      ) & 0xff] & 0x000000ff);
Te4               848 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td0[Te4[(rk[0] >> 24)       ] & 0xff] ^
Te4               849 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td1[Te4[(rk[0] >> 16) & 0xff] & 0xff] ^
Te4               850 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td2[Te4[(rk[0] >>  8) & 0xff] & 0xff] ^
Te4               851 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td3[Te4[(rk[0]      ) & 0xff] & 0xff];
Te4               853 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td0[Te4[(rk[1] >> 24)       ] & 0xff] ^
Te4               854 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td1[Te4[(rk[1] >> 16) & 0xff] & 0xff] ^
Te4               855 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td2[Te4[(rk[1] >>  8) & 0xff] & 0xff] ^
Te4               856 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td3[Te4[(rk[1]      ) & 0xff] & 0xff];
Te4               858 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td0[Te4[(rk[2] >> 24)       ] & 0xff] ^
Te4               859 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td1[Te4[(rk[2] >> 16) & 0xff] & 0xff] ^
Te4               860 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td2[Te4[(rk[2] >>  8) & 0xff] & 0xff] ^
Te4               861 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td3[Te4[(rk[2]      ) & 0xff] & 0xff];
Te4               863 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td0[Te4[(rk[3] >> 24)       ] & 0xff] ^
Te4               864 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td1[Te4[(rk[3] >> 16) & 0xff] & 0xff] ^
Te4               865 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td2[Te4[(rk[3] >>  8) & 0xff] & 0xff] ^
Te4               866 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 			Td3[Te4[(rk[3]      ) & 0xff] & 0xff];
Te4              1023 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t0 >> 24)       ] & 0xff000000) ^
Te4              1024 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1 >> 16) & 0xff] & 0x00ff0000) ^
Te4              1025 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2 >>  8) & 0xff] & 0x0000ff00) ^
Te4              1026 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t3      ) & 0xff] & 0x000000ff) ^
Te4              1030 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1 >> 24)       ] & 0xff000000) ^
Te4              1031 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2 >> 16) & 0xff] & 0x00ff0000) ^
Te4              1032 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t3 >>  8) & 0xff] & 0x0000ff00) ^
Te4              1033 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t0      ) & 0xff] & 0x000000ff) ^
Te4              1037 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2 >> 24)       ] & 0xff000000) ^
Te4              1038 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
Te4              1039 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t0 >>  8) & 0xff] & 0x0000ff00) ^
Te4              1040 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1      ) & 0xff] & 0x000000ff) ^
Te4              1044 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t3 >> 24)       ] & 0xff000000) ^
Te4              1045 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
Te4              1046 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1 >>  8) & 0xff] & 0x0000ff00) ^
Te4              1047 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t2      ) & 0xff] & 0x000000ff) ^