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

/external/boringssl/src/crypto/aes/
H A Daes.c64 * Te2[x] = S [x].[01, 03, 02, 01];
181 static const uint32_t Te2[256] = { variable
569 rk[4] = rk[0] ^ (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
587 rk[6] = rk[0] ^ (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
607 rk[8] = rk[0] ^ (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
618 rk[12] = rk[4] ^ (Te2[(temp >> 24)] & 0xff000000) ^
698 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
700 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^
702 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
704 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s
[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/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S295 ldr r5,[r10,r8,lsl#2] @ Te2[s0>>8]
304 ldr r9,[r10,r9,lsl#2] @ Te2[s1>>8]
312 ldr r7,[r10,r7,lsl#2] @ Te2[s2>>8]
327 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8]

Completed in 56 milliseconds