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

/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Daes.c61 * Te2[x] = S [x].[01, 03, 02, 01];
178 static const uint32_t Te2[256] = { variable
592 rk[4] = rk[0] ^ (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
610 rk[6] = rk[0] ^ (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
630 rk[8] = rk[0] ^ (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
641 rk[12] = rk[4] ^ (Te2[(temp >> 24)] & 0xff000000) ^
721 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
723 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^
725 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
727 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s
[all...]
/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/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.c53 Te2[x] = S [x].[01, 03, 02, 01];
197 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.c53 Te2[x] = S [x].[01, 03, 02, 01];
197 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.c53 Te2[x] = S [x].[01, 03, 02, 01];
197 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.S288 ldr r5,[r10,r8,lsl#2] @ Te2[s0>>8]
297 ldr r9,[r10,r9,lsl#2] @ Te2[s1>>8]
305 ldr r7,[r10,r7,lsl#2] @ Te2[s2>>8]
320 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8]
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S290 ldr r5,[r10,r8,lsl#2] @ Te2[s0>>8]
299 ldr r9,[r10,r9,lsl#2] @ Te2[s1>>8]
307 ldr r7,[r10,r7,lsl#2] @ Te2[s2>>8]
322 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8]

Completed in 885 milliseconds