Searched defs:Te0 (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c52 Te0[x] = S [x].[02, 01, 01, 03];
65 const u32 Te0[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c52 Te0[x] = S [x].[02, 01, 01, 03];
65 const u32 Te0[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c52 Te0[x] = S [x].[02, 01, 01, 03];
65 const u32 Te0[256] = { variable
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes_tab.c13 Te0[x] = S [x].[02, 01, 01, 03];
306 #define Te0(x) TE0[x] macro
323 #define Te0(x) TE0[x] macro
/external/openssh/
H A Drijndael.c38 Te0[x] = S [x].[02, 01, 01, 03];
51 static const u32 Te0[256] = { variable
874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
875 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
876 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
877 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
880 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
881 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
882 s3 = Te0[t
[all...]
/external/openssl/crypto/aes/
H A Daes_core.c44 Te0[x] = S [x].[02, 01, 01, 03];
56 static const u32 Te0[256] = { variable
659 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
679 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
701 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
714 (Te0[(temp >> 8) & 0xff] & 0x0000ff00) ^
803 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
804 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
805 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
806 t3 = Te0[s
[all...]
H A Daes_x86core.c108 Te0[x] = S [x].[02, 01, 01, 03];
113 #define Te0 (u32)((u64*)((u8*)Te+0)) macro
712 t[0] = Te0[(s0 ) & 0xff] ^
717 t[1] = Te0[(s1 ) & 0xff] ^
722 t[2] = Te0[(s2 ) & 0xff] ^
727 t[3] = Te0[(s3 ) & 0xff] ^
778 t[0] = Te0[(s0 ) & 0xff] ^
783 t[1] = Te0[(s1 ) & 0xff] ^
788 t[2] = Te0[(s2 ) & 0xff] ^
793 t[3] = Te0[(s
[all...]
/external/qemu/
H A Daes.c47 Te0[x] = S [x].[02, 01, 01, 03];
60 static const u32 Te0[256] = { variable
907 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
908 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
909 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
910 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
912 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
913 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
914 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
915 s3 = Te0[t
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c63 Te0[x] = S [x].[02, 01, 01, 03];
76 static const u32 Te0[256] = { variable
792 #define TE0(i) Te0[((i) >> 24) & 0xff]
828 #define TE0(i) Te0[((i) >> 24) & 0xff]
829 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
830 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
831 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
832 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000)
833 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000)
834 #define TE43(i) (Te0[((
[all...]

Completed in 3206 milliseconds