Searched defs:Td0 (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes_tab.c19 Td0[x] = Si[x].[0e, 09, 0d, 0b];
311 #define Td0(x) TD0[x] macro
328 #define Td0(x) TD0[x] macro
/external/openssl/crypto/aes/
H A Daes_core.c52 Td0[x] = Si[x].[0e, 09, 0d, 0b];
324 static const u32 Td0[256] = { variable
761 Td0[Te1[(rk[0] >> 24) ] & 0xff] ^
766 Td0[Te1[(rk[1] >> 24) ] & 0xff] ^
771 Td0[Te1[(rk[2] >> 24) ] & 0xff] ^
776 Td0[Te1[(rk[3] >> 24) ] & 0xff] ^
1002 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
1003 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
1004 t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
1005 t3 = Td0[s
[all...]
/external/qemu/
H A Daes.c53 Td0[x] = Si[x].[0e, 09, 0d, 0b];
391 static const u32 Td0[256] = { variable
857 Td0[Te4[(rk[0] >> 24) ] & 0xff] ^
862 Td0[Te4[(rk[1] >> 24) ] & 0xff] ^
867 Td0[Te4[(rk[2] >> 24) ] & 0xff] ^
872 Td0[Te4[(rk[3] >> 24) ] & 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[s
[all...]
/external/wpa_supplicant/
H A Daes.c63 Td0[x] = Si[x].[0e, 09, 0d, 0b];
403 static const u32 Td0[256] = { variable
800 #define TD0(i) Td0[((i) >> 24) & 0xff]
808 #define TD0_(i) Td0[(i) & 0xff]
836 #define TD0(i) Td0[((i) >> 24) & 0xff]
837 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
838 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
839 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
844 #define TD0_(i) Td0[(i) & 0xff]
845 #define TD1_(i) rotr(Td0[(
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c69 Td0[x] = Si[x].[0e, 09, 0d, 0b];
409 static const u32 Td0[256] = { variable
806 #define TD0(i) Td0[((i) >> 24) & 0xff]
814 #define TD0_(i) Td0[(i) & 0xff]
842 #define TD0(i) Td0[((i) >> 24) & 0xff]
843 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
844 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
845 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
850 #define TD0_(i) Td0[(i) & 0xff]
851 #define TD1_(i) rotr(Td0[(
[all...]

Completed in 32 milliseconds