Searched refs:TD0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/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.h53 #define TD0(i) Td0[((i) >> 24) & 0xff] macro
93 #define TD0(i) Td0[((i) >> 24) & 0xff] macro

Completed in 58 milliseconds