Searched refs:Te3 (Results 1 - 9 of 9) sorted by relevance

/external/boringssl/src/crypto/aes/
H A Daes.c62 * Te3[x] = S [x].[01, 01, 03, 02];
232 static const uint32_t Te3[256] = { variable
567 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
585 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
605 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
616 (Te3[(temp >> 16) & 0xff] & 0x00ff0000) ^
696 Te3[s3 & 0xff] ^ rk[4];
698 Te3[s0 & 0xff] ^ rk[5];
700 Te3[s1 & 0xff] ^ rk[6];
702 Te3[s
[all...]
/external/openssh/
H A Drijndael.c42 Te3[x] = S [x].[01, 01, 03, 02];
249 static const u32 Te3[256] = { variable
644 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
664 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
686 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
699 (Te3[(temp >> 16) & 0xff] & 0x00ff0000) ^
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[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h20 extern const u32 Te3[256];
38 #define TE3(i) Te3[(i) & 0xff]
H A Daes-internal.c54 Te3[x] = S [x].[01, 01, 03, 02];
263 const u32 Te3[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h20 extern const u32 Te3[256];
38 #define TE3(i) Te3[(i) & 0xff]
H A Daes-internal.c54 Te3[x] = S [x].[01, 01, 03, 02];
263 const u32 Te3[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h20 extern const u32 Te3[256];
38 #define TE3(i) Te3[(i) & 0xff]
H A Daes-internal.c54 Te3[x] = S [x].[01, 01, 03, 02];
263 const u32 Te3[256] = { variable
/external/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S292 ldr r4,[r10,r7,lsl#2] @ Te3[s0>>0]
302 ldr r8,[r10,r8,lsl#2] @ Te3[s1>>0]
316 ldr r9,[r10,r9,lsl#2] @ Te3[s2>>0]
324 ldr r7,[r10,r7,lsl#2] @ Te3[s3>>0]

Completed in 417 milliseconds