Home
last modified time | relevance | path

Searched refs:Td4 (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/crypto/
Daes_i.h26 extern const u32 Td4[256];
57 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000)
58 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000)
59 #define TD43(i) (Td4[((i) >> 8) & 0xff] & 0x0000ff00)
60 #define TD44(i) (Td4[(i) & 0xff] & 0x000000ff)
Daes-internal.c663 const u32 Td4[256] = { variable