Searched refs:Te0 (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/wpa/src/crypto/
H A Daes_i.h17 extern const u32 Te0[256];
35 #define TE0(i) Te0[((i) >> 24) & 0xff]
75 #define TE0(i) Te0[((i) >> 24) & 0xff]
76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
78 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
79 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000)
80 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000)
81 #define TE43(i) (Te0[((i) >> 8) & 0xff] & 0x0000ff00)
82 #define TE44(i) ((Te0[(
[all...]
H A Daes-internal.c51 Te0[x] = S [x].[02, 01, 01, 03];
64 const u32 Te0[256] = { variable
/freebsd-current/crypto/openssh/
H A Drijndael.c39 Te0[x] = S [x].[02, 01, 01, 03];
51 static const u32 Te0[256] = { variable
645 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
665 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
687 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
700 (Te0[(temp >> 8) & 0xff] & 0x0000ff00) ^
780 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
781 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
782 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
783 t3 = Te0[s
[all...]
/freebsd-current/sys/crypto/rijndael/
H A Drijndael-alg-fst.c42 Te0[x] = S [x].[02, 01, 01, 03];
55 static const u32 Te0[256] = { variable
877 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
878 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
879 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
880 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
882 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
883 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
884 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
885 s3 = Te0[t
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl46 @Te0=@Td0=("A16","B16","A17","B17");
113 LDW *$KPA++[2],$Te0[0] ; zero round key
114 || LDW *$KPB++[2],$Te0[1]
119 LDW *$KPA++[2],$Te0[2]
120 || LDW *$KPB++[2],$Te0[3]
134 XOR $Te0[0],$s[0],$s[0]
135 || XOR $Te0[1],$s[1],$s[1]
149 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled
150 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled
173 || EXTU $s[0],EXT0,24,$Te0[
[all...]
/freebsd-current/crypto/openssl/crypto/aes/
H A Daes_core.c694 Te0[x] = S [x].[02, 01, 01, 03];
706 static const u32 Te0[256] = { variable
1310 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
1330 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
1352 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
1365 (Te0[(temp >> 8) & 0xff] & 0x0000ff00) ^
1455 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
1456 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
1457 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
1458 t3 = Te0[s
[all...]
H A Daes_x86core.c112 Te0[x] = S [x].[02, 01, 01, 03];
117 #define Te0 (u32)((u64*)((u8*)Te+0)) macro
719 t[0] = Te0[(s0 ) & 0xff] ^
724 t[1] = Te0[(s1 ) & 0xff] ^
729 t[2] = Te0[(s2 ) & 0xff] ^
734 t[3] = Te0[(s3 ) & 0xff] ^
786 t[0] = Te0[(s0 ) & 0xff] ^
791 t[1] = Te0[(s1 ) & 0xff] ^
796 t[2] = Te0[(s2 ) & 0xff] ^
801 t[3] = Te0[(s
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_generic.c67 * Te0[x] = S [x].[02, 01, 01, 03];
82 static const uint32_t Te0[256] = variable
1002 t0 = Te0[s0 >> 24] ^
1008 t1 = Te0[s1 >> 24] ^
1014 t2 = Te0[s2 >> 24] ^
1020 t3 = Te0[s3 >> 24] ^
1032 s0 = Te0[t0 >> 24] ^
1038 s1 = Te0[t1 >> 24] ^
1044 s2 = Te0[t2 >> 24] ^
1050 s3 = Te0[t
[all...]

Completed in 198 milliseconds