/external/wpa_supplicant_8/src/crypto/ |
aes-internal.c | 55 Te4[x] = S [x].[01, 01, 01, 01]; 330 const u32 Te4[256] = { [all...] |
/external/dropbear/libtomcrypt/src/ciphers/aes/ |
aes_tab.c | 17 Te4[x] = S [x].[01, 01, 01, 01]; 98 static const ulong32 Te4[256] = { 316 #define Te4_0 0x000000FF & Te4 317 #define Te4_1 0x0000FF00 & Te4 318 #define Te4_2 0x00FF0000 & Te4 319 #define Te4_3 0xFF000000 & Te4 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
aes_core.c | [all...] |
aes_x86core.c | 261 static const u8 Te4[256] = { 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[(temp >> 8) & 0xff] ) [all...] |
/external/openssh/ |
rijndael.c | 42 Te4[x] = S [x].[01, 01, 01, 01]; 316 static const u32 Te4[256] = { [all...] |
/external/openssl/crypto/aes/ |
aes_core.c | [all...] |
aes_x86core.c | 261 static const u8 Te4[256] = { 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[(temp >> 8) & 0xff] ) [all...] |
/external/qemu/ |
aes.c | 51 Te4[x] = S [x].[01, 01, 01, 01]; 325 static const u32 Te4[256] = { [all...] |