Searched refs:Te2 (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/aes/
H A Daes_core.c46 Te2[x] = S [x].[01, 03, 02, 01];
188 static const u32 Te2[256] = { variable
657 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
677 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
699 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
712 (Te2[(temp >> 24) ] & 0xff000000) ^
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[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s
[all...]
H A Daes_x86core.c110 Te2[x] = S [x].[01, 03, 02, 01];
115 #define Te2 (u32)((u64*)((u8*)Te+2)) macro
624 Td0[Te2[(rk[0] ) & 0xff] & 0xff] ^
625 Td1[Te2[(rk[0] >> 8) & 0xff] & 0xff] ^
626 Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
627 Td3[Te2[(rk[0] >> 24) ] & 0xff];
629 Td0[Te2[(rk[1] ) & 0xff] & 0xff] ^
630 Td1[Te2[(rk[1] >> 8) & 0xff] & 0xff] ^
631 Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
632 Td3[Te2[(r
[all...]
/external/dropbear/libtomcrypt/src/mac/pelican/
H A Dpelican.c68 Te2(byte(s2, 1)) ^
73 Te2(byte(s3, 1)) ^
78 Te2(byte(s0, 1)) ^
83 Te2(byte(s1, 1)) ^
/external/openssh/
H A Drijndael.c40 Te2[x] = S [x].[01, 03, 02, 01];
183 static const u32 Te2[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[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t
[all...]
/external/qemu/
H A Daes.c49 Te2[x] = S [x].[01, 03, 02, 01];
192 static const u32 Te2[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[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t
[all...]
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes.c320 Te2(byte(s2, 1)) ^
326 Te2(byte(s3, 1)) ^
332 Te2(byte(s0, 1)) ^
338 Te2(byte(s1, 1)) ^
358 Te2(byte(s2, 1)) ^
364 Te2(byte(s3, 1)) ^
370 Te2(byte(s0, 1)) ^
376 Te2(byte(s1, 1)) ^
388 Te2(byte(t2, 1)) ^
394 Te2(byt
[all...]
H A Daes_tab.c15 Te2[x] = S [x].[01, 03, 02, 01];
308 #define Te2(x) RORc(TE0[x], 16) macro
325 #define Te2(x) TE2[x] macro
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h19 extern const u32 Te2[256];
37 #define TE2(i) Te2[((i) >> 8) & 0xff]
H A Daes-internal.c54 Te2[x] = S [x].[01, 03, 02, 01];
198 const u32 Te2[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h19 extern const u32 Te2[256];
37 #define TE2(i) Te2[((i) >> 8) & 0xff]
H A Daes-internal.c54 Te2[x] = S [x].[01, 03, 02, 01];
198 const u32 Te2[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h19 extern const u32 Te2[256];
37 #define TE2(i) Te2[((i) >> 8) & 0xff]
H A Daes-internal.c54 Te2[x] = S [x].[01, 03, 02, 01];
198 const u32 Te2[256] = { variable
/external/openssl/crypto/aes/asm/
H A Daes-mips.s62 lwl $16,1($1) # Te2[s2>>8]
63 lwl $17,1($2) # Te2[s3>>8]
64 lwl $18,1($24) # Te2[s0>>8]
65 lwl $19,1($25) # Te2[s1>>8]
66 lwr $16,2($1) # Te2[s2>>8]
67 lwr $17,2($2) # Te2[s3>>8]
68 lwr $18,2($24) # Te2[s0>>8]
69 lwr $19,2($25) # Te2[s1>>8]
H A Daes-armv4.s237 ldr r5,[r10,r8,lsl#2] @ Te2[s0>>8]
246 ldr r9,[r10,r9,lsl#2] @ Te2[s1>>8]
254 ldr r7,[r10,r7,lsl#2] @ Te2[s2>>8]
269 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c65 Te2[x] = S [x].[01, 03, 02, 01];
209 static const u32 Te2[256] = { variable
794 #define TE2(i) Te2[((i) >> 8) & 0xff]

Completed in 599 milliseconds