/external/wpa_supplicant_8/src/crypto/ |
aes-internal.c | 51 Te0[x] = S [x].[02, 01, 01, 03]; 64 const u32 Te0[256] = { [all...] |
/external/dropbear/libtomcrypt/src/ciphers/aes/ |
aes_tab.c | 13 Te0[x] = S [x].[02, 01, 01, 03]; 30 static const ulong32 TE0[256] = { 306 #define Te0(x) TE0[x] 307 #define Te1(x) RORc(TE0[x], 8) 308 #define Te2(x) RORc(TE0[x], 16) 309 #define Te3(x) RORc(TE0[x], 24) 323 #define Te0(x) TE0[x] [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
aes_core.c | 44 Te0[x] = S [x].[02, 01, 01, 03]; 56 static const u32 Te0[256] = { [all...] |
aes_x86core.c | 108 Te0[x] = S [x].[02, 01, 01, 03]; 113 #define Te0 (u32)((u64*)((u8*)Te+0)) 712 t[0] = Te0[(s0 ) & 0xff] ^ 717 t[1] = Te0[(s1 ) & 0xff] ^ 722 t[2] = Te0[(s2 ) & 0xff] ^ 727 t[3] = Te0[(s3 ) & 0xff] ^ 778 t[0] = Te0[(s0 ) & 0xff] ^ 783 t[1] = Te0[(s1 ) & 0xff] ^ 788 t[2] = Te0[(s2 ) & 0xff] ^ 793 t[3] = Te0[(s3 ) & 0xff] [all...] |
/external/openssh/ |
rijndael.c | 38 Te0[x] = S [x].[02, 01, 01, 03]; 51 static const u32 Te0[256] = { [all...] |
/external/openssl/crypto/aes/ |
aes_core.c | 44 Te0[x] = S [x].[02, 01, 01, 03]; 56 static const u32 Te0[256] = { [all...] |
aes_x86core.c | 108 Te0[x] = S [x].[02, 01, 01, 03]; 113 #define Te0 (u32)((u64*)((u8*)Te+0)) 712 t[0] = Te0[(s0 ) & 0xff] ^ 717 t[1] = Te0[(s1 ) & 0xff] ^ 722 t[2] = Te0[(s2 ) & 0xff] ^ 727 t[3] = Te0[(s3 ) & 0xff] ^ 778 t[0] = Te0[(s0 ) & 0xff] ^ 783 t[1] = Te0[(s1 ) & 0xff] ^ 788 t[2] = Te0[(s2 ) & 0xff] ^ 793 t[3] = Te0[(s3 ) & 0xff] [all...] |
/external/qemu/ |
aes.c | 47 Te0[x] = S [x].[02, 01, 01, 03]; 60 static const u32 Te0[256] = { [all...] |