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

/freebsd-9.3-release/contrib/wpa/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.h58 #define TD3(i) Td3[(i) & 0xff] macro
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24) macro

Completed in 45 milliseconds