Searched refs:TD1 (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c92 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
93 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
94 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
95 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h56 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c92 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
93 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
94 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
95 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h56 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c92 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
93 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
94 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
95 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h56 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/external/wpa_supplicant/
H A Daes.c801 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
837 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
1007 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
1008 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
1009 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
1010 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c807 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
843 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
1017 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
1018 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
1019 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
1020 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes_tab.c329 #define Td1(x) TD1[x]
677 static const ulong32 TD1[256] = { variable
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5859 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1))
5862 return Context.hasSameType(TD1->getUnderlyingType(),

Completed in 121 milliseconds