Searched refs:TD3 (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h56 #define TD3(i) Td3[(i) & 0xff] macro
96 #define TD3(i) rotr(Td0[(i) & 0xff], 24) macro
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h56 #define TD3(i) Td3[(i) & 0xff] macro
96 #define TD3(i) rotr(Td0[(i) & 0xff], 24) macro
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h56 #define TD3(i) Td3[(i) & 0xff] macro
96 #define TD3(i) rotr(Td0[(i) & 0xff], 24) macro
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c165 #define TD3 (UNLIKELY(td3)) macro
967 if (TD3) {
1238 if (TD3) {
1249 if (TD3) {
1435 if (TD3) {
1751 if (TD3)
2975 if (TD3)
4184 if (TD3) {
4492 if (TD3) {
4825 if (TD3) {
[all...]

Completed in 82 milliseconds