Searched defs:Te1 (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = { variable
/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Daes.c60 * Te1[x] = S [x].[03, 02, 01, 01];
124 static const uint32_t Te1[256] = { variable
595 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
613 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
633 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
644 (Te1[(temp) & 0xff] & 0x000000ff);
688 Td0[Te1[(rk[0] >> 24)] & 0xff] ^ Td1[Te1[(rk[0] >> 16) & 0xff] & 0xff] ^
689 Td2[Te1[(rk[0] >> 8) & 0xff] & 0xff] ^ Td3[Te1[(r
[all...]
/external/openssl/crypto/aes/
H A Daes_core.c45 Te1[x] = S [x].[03, 02, 01, 01];
122 static const u32 Te1[256] = { variable
660 (Te1[(temp >> 24) ] & 0x000000ff) ^
680 (Te1[(temp >> 24) ] & 0x000000ff) ^
702 (Te1[(temp >> 24) ] & 0x000000ff) ^
715 (Te1[(temp ) & 0xff] & 0x000000ff);
754 Td0[Te1[(rk[0] >> 24) ] & 0xff] ^
755 Td1[Te1[(rk[0] >> 16) & 0xff] & 0xff] ^
756 Td2[Te1[(rk[0] >> 8) & 0xff] & 0xff] ^
757 Td3[Te1[(r
[all...]
H A Daes_x86core.c109 Te1[x] = S [x].[03, 02, 01, 01];
114 #define Te1 (u32)((u64*)((u8*)Te+3)) macro
713 Te1[(s1 >> 8) & 0xff] ^
718 Te1[(s2 >> 8) & 0xff] ^
723 Te1[(s3 >> 8) & 0xff] ^
728 Te1[(s0 >> 8) & 0xff] ^
779 Te1[(s1 >> 8) & 0xff] ^
784 Te1[(s2 >> 8) & 0xff] ^
789 Te1[(s3 >> 8) & 0xff] ^
794 Te1[(s
[all...]

Completed in 562 milliseconds