Searched defs:Te4 (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c55 Te4[x] = S [x].[01, 01, 01, 01];
330 const u32 Te4[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c55 Te4[x] = S [x].[01, 01, 01, 01];
330 const u32 Te4[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c55 Te4[x] = S [x].[01, 01, 01, 01];
330 const u32 Te4[256] = { variable
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes_tab.c17 Te4[x] = S [x].[01, 01, 01, 01];
98 static const ulong32 Te4[256] = { variable
316 #define Te4_0 0x000000FF & Te4
317 #define Te4_1 0x0000FF00 & Te4
318 #define Te4_2 0x00FF0000 & Te4
319 #define Te4_3 0xFF000000 & Te4
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
H A Daes_core.c1161 static const u8 Te4[256] = { variable
1232 (Te4[(temp >> 16) & 0xff] << 24) ^
1233 (Te4[(temp >> 8) & 0xff] << 16) ^
1234 (Te4[(temp ) & 0xff] << 8) ^
1235 (Te4[(temp >> 24) ]) ^
1252 (Te4[(temp >> 16) & 0xff] << 24) ^
1253 (Te4[(temp >> 8) & 0xff] << 16) ^
1254 (Te4[(temp ) & 0xff] << 8) ^
1255 (Te4[(temp >> 24) ]) ^
1274 (Te4[(tem
[all...]
H A Daes_x86core.c261 static const u8 Te4[256] = { variable
499 (Te4[(temp >> 8) & 0xff] ) ^
500 (Te4[(temp >> 16) & 0xff] << 8) ^
501 (Te4[(temp >> 24) ] << 16) ^
502 (Te4[(temp ) & 0xff] << 24) ^
519 (Te4[(temp >> 8) & 0xff] ) ^
520 (Te4[(temp >> 16) & 0xff] << 8) ^
521 (Te4[(temp >> 24) ] << 16) ^
522 (Te4[(temp ) & 0xff] << 24) ^
541 (Te4[(tem
[all...]
/external/openssh/
H A Drijndael.c42 Te4[x] = S [x].[01, 01, 01, 01];
316 static const u32 Te4[256] = { variable
739 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
740 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
741 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
742 (Te4[(temp >> 24) ] & 0x000000ff) ^
759 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
760 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
761 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
762 (Te4[(tem
[all...]
/external/openssl/crypto/aes/
H A Daes_core.c1161 static const u8 Te4[256] = { variable
1232 (Te4[(temp >> 16) & 0xff] << 24) ^
1233 (Te4[(temp >> 8) & 0xff] << 16) ^
1234 (Te4[(temp ) & 0xff] << 8) ^
1235 (Te4[(temp >> 24) ]) ^
1252 (Te4[(temp >> 16) & 0xff] << 24) ^
1253 (Te4[(temp >> 8) & 0xff] << 16) ^
1254 (Te4[(temp ) & 0xff] << 8) ^
1255 (Te4[(temp >> 24) ]) ^
1274 (Te4[(tem
[all...]
H A Daes_x86core.c261 static const u8 Te4[256] = { variable
499 (Te4[(temp >> 8) & 0xff] ) ^
500 (Te4[(temp >> 16) & 0xff] << 8) ^
501 (Te4[(temp >> 24) ] << 16) ^
502 (Te4[(temp ) & 0xff] << 24) ^
519 (Te4[(temp >> 8) & 0xff] ) ^
520 (Te4[(temp >> 16) & 0xff] << 8) ^
521 (Te4[(temp >> 24) ] << 16) ^
522 (Te4[(temp ) & 0xff] << 24) ^
541 (Te4[(tem
[all...]
/external/qemu/
H A Daes.c51 Te4[x] = S [x].[01, 01, 01, 01];
325 static const u32 Te4[256] = { variable
760 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
761 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
762 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
763 (Te4[(temp >> 24) ] & 0x000000ff) ^
780 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
781 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
782 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
783 (Te4[(tem
[all...]

Completed in 101 milliseconds