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

/freebsd-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/aes/
H A Daes_core.c44 Te0[x] = S [x].[02, 01, 01, 03];
56 static const u32 Te0[256] = { variable
660 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
680 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
702 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
715 (Te0[(temp >> 8) & 0xff] & 0x0000ff00) ^
805 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
806 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
807 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
808 t3 = Te0[s
[all...]
H A Daes_x86core.c110 Te0[x] = S [x].[02, 01, 01, 03];
115 #define Te0 (u32)((u64*)((u8*)Te+0)) macro
717 t[0] = Te0[(s0 ) & 0xff] ^
722 t[1] = Te0[(s1 ) & 0xff] ^
727 t[2] = Te0[(s2 ) & 0xff] ^
732 t[3] = Te0[(s3 ) & 0xff] ^
784 t[0] = Te0[(s0 ) & 0xff] ^
789 t[1] = Te0[(s1 ) & 0xff] ^
794 t[2] = Te0[(s2 ) & 0xff] ^
799 t[3] = Te0[(s
[all...]
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-alg-fst.c44 Te0[x] = S [x].[02, 01, 01, 03];
57 static const u32 Te0[256] = { variable
879 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
880 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
881 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
882 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
884 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
885 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
886 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
887 s3 = Te0[t
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S294 ldr r0,[r10,r0,lsl#2] @ Te0[s0>>24]
301 ldr r1,[r10,r1,lsl#2] @ Te0[s1>>24]
314 ldr r2,[r10,r2,lsl#2] @ Te0[s2>>24]
329 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24]

Completed in 121 milliseconds