/external/wpa_supplicant_8/src/crypto/ |
aes-internal.c | 61 Td4[x] = Si[x].[01, 01, 01, 01]; [all...] |
/external/dropbear/libtomcrypt/src/ciphers/aes/ |
aes_tab.c | 23 Td4[x] = Si[x].[01, 01, 01, 01]; 235 static const ulong32 Td4[256] = { [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
aes_core.c | 53 Td4[x] = Si[x].[01]; 585 static const u8 Td4[256] = { [all...] |
aes_x86core.c | 123 Td4[x] = Si[x].[01]; 426 static const u8 Td4[256] = { 884 prefetch256(Td4); 886 t[0] = Td4[(s0 ) & 0xff] ^ 887 Td4[(s3 >> 8) & 0xff] << 8 ^ 888 Td4[(s2 >> 16) & 0xff] << 16 ^ 889 Td4[(s1 >> 24) ] << 24; 890 t[1] = Td4[(s1 ) & 0xff] ^ 891 Td4[(s0 >> 8) & 0xff] << 8 ^ 892 Td4[(s3 >> 16) & 0xff] << 16 [all...] |
/external/openssh/ |
rijndael.c | 48 Td4[x] = Si[x].[01, 01, 01, 01]; [all...] |
/external/openssl/crypto/aes/ |
aes_core.c | 53 Td4[x] = Si[x].[01]; 585 static const u8 Td4[256] = { [all...] |
aes_x86core.c | 123 Td4[x] = Si[x].[01]; 426 static const u8 Td4[256] = { 884 prefetch256(Td4); 886 t[0] = Td4[(s0 ) & 0xff] ^ 887 Td4[(s3 >> 8) & 0xff] << 8 ^ 888 Td4[(s2 >> 16) & 0xff] << 16 ^ 889 Td4[(s1 >> 24) ] << 24; 890 t[1] = Td4[(s1 ) & 0xff] ^ 891 Td4[(s0 >> 8) & 0xff] << 8 ^ 892 Td4[(s3 >> 16) & 0xff] << 16 [all...] |
/external/qemu/ |
aes.c | 57 Td4[x] = Si[x].[01, 01, 01, 01]; [all...] |