Searched refs:Td0 (Results 1 – 4 of 4) sorted by relevance
289 extern const u32 Td0[256];319 #define TD0(i) Td0[((i) >> 24) & 0xff]320 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)321 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)322 #define TD3(i) rotr(Td0[(i) & 0xff], 24)327 #define TD0_(i) Td0[(i) & 0xff]328 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)329 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)330 #define TD3_(i) rotr(Td0[(i) & 0xff], 24)
235 extern const u32 Td0[256];
1420 const u32 Td0[256] = { variable
2082 const u32 Td0[256] = { variable