Searched defs:Te4 (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | aes-internal.c | 55 Te4[x] = S [x].[01, 01, 01, 01]; 330 const u32 Te4[256] = { variable
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | aes-internal.c | 55 Te4[x] = S [x].[01, 01, 01, 01]; 330 const u32 Te4[256] = { variable
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | aes-internal.c | 55 Te4[x] = S [x].[01, 01, 01, 01]; 330 const u32 Te4[256] = { variable
|
/external/dropbear/libtomcrypt/src/ciphers/aes/ |
H A D | aes_tab.c | 17 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/openssh/ |
H A D | rijndael.c | 42 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 D | aes_core.c | 1161 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 D | aes_x86core.c | 261 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 D | aes.c | 51 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...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
H A D | aes.c | 67 Te4[x] = S [x].[01, 01, 01, 01]; 342 static const u32 Te4[256] = { variable 796 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) 797 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) 798 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) 799 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) 800 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) 801 #define TE432(i) (Te4[((i) >> 8) & 0xff] & 0x00ff0000) 802 #define TE443(i) (Te4[(i) & 0xff] & 0x0000ff00) 803 #define TE414(i) (Te4[(( [all...] |
Completed in 722 milliseconds