Searched defs:Td2 (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c66 Td2[x] = Si[x].[0d, 0b, 0e, 09];
537 const u32 Td2[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c66 Td2[x] = Si[x].[0d, 0b, 0e, 09];
537 const u32 Td2[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c66 Td2[x] = Si[x].[0d, 0b, 0e, 09];
537 const u32 Td2[256] = { variable
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes_tab.c21 Td2[x] = Si[x].[0d, 0b, 0e, 09];
313 #define Td2(x) RORc(TD0[x], 16) macro
330 #define Td2(x) TD2[x] macro
/external/openssl/crypto/aes/
H A Daes_core.c51 Td2[x] = Si[x].[0d, 0b, 0e, 09];
453 static const u32 Td2[256] = { variable
756 Td2[Te1[(rk[0] >> 8) & 0xff] & 0xff] ^
761 Td2[Te1[(rk[1] >> 8) & 0xff] & 0xff] ^
766 Td2[Te1[(rk[2] >> 8) & 0xff] & 0xff] ^
771 Td2[Te1[(rk[3] >> 8) & 0xff] & 0xff] ^
994 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
995 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
996 t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
997 t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s
[all...]
H A Daes_x86core.c121 Td2[x] = Si[x].[0d, 0b, 0e, 09];
127 #define Td2 (u32)((u64*)((u8*)Td+2)) macro
626 Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
631 Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
636 Td2[Te2[(rk[2] >> 16) & 0xff] & 0xff] ^
641 Td2[Te2[(rk[3] >> 16) & 0xff] & 0xff] ^
936 Td2[(s2 >> 16) & 0xff] ^
941 Td2[(s3 >> 16) & 0xff] ^
946 Td2[(s0 >> 16) & 0xff] ^
951 Td2[(s
[all...]
/external/qemu/
H A Daes.c55 Td2[x] = Si[x].[0d, 0b, 0e, 09];
523 static const u32 Td2[256] = { variable
859 Td2[Te4[(rk[0] >> 8) & 0xff] & 0xff] ^
864 Td2[Te4[(rk[1] >> 8) & 0xff] & 0xff] ^
869 Td2[Te4[(rk[2] >> 8) & 0xff] & 0xff] ^
874 Td2[Te4[(rk[3] >> 8) & 0xff] & 0xff] ^
1098 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
1099 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
1100 t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
1101 t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s
[all...]
/external/wpa_supplicant/
H A Daes.c65 Td2[x] = Si[x].[0d, 0b, 0e, 09];
536 static const u32 Td2[256] = { variable
802 #define TD2(i) Td2[((i) >> 8) & 0xff]
810 #define TD2_(i) Td2[(i) & 0xff]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c71 Td2[x] = Si[x].[0d, 0b, 0e, 09];
542 static const u32 Td2[256] = { variable
808 #define TD2(i) Td2[((i) >> 8) & 0xff]
816 #define TD2_(i) Td2[(i) & 0xff]

Completed in 1429 milliseconds