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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h28 extern const u8 Td4s[256];
97 #define TD41(i) (Td4s[((i) >> 24) & 0xff] << 24)
98 #define TD42(i) (Td4s[((i) >> 16) & 0xff] << 16)
99 #define TD43(i) (Td4s[((i) >> 8) & 0xff] << 8)
100 #define TD44(i) (Td4s[(i) & 0xff])
H A Daes-internal.c735 const u8 Td4s[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h28 extern const u8 Td4s[256];
97 #define TD41(i) (Td4s[((i) >> 24) & 0xff] << 24)
98 #define TD42(i) (Td4s[((i) >> 16) & 0xff] << 16)
99 #define TD43(i) (Td4s[((i) >> 8) & 0xff] << 8)
100 #define TD44(i) (Td4s[(i) & 0xff])
H A Daes-internal.c735 const u8 Td4s[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h28 extern const u8 Td4s[256];
97 #define TD41(i) (Td4s[((i) >> 24) & 0xff] << 24)
98 #define TD42(i) (Td4s[((i) >> 16) & 0xff] << 16)
99 #define TD43(i) (Td4s[((i) >> 8) & 0xff] << 8)
100 #define TD44(i) (Td4s[(i) & 0xff])
H A Daes-internal.c735 const u8 Td4s[256] = { variable
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c747 static const u8 Td4s[256] = { variable
846 #define TD41(i) (Td4s[((i) >> 24) & 0xff] << 24)
847 #define TD42(i) (Td4s[((i) >> 16) & 0xff] << 16)
848 #define TD43(i) (Td4s[((i) >> 8) & 0xff] << 8)
849 #define TD44(i) (Td4s[(i) & 0xff])

Completed in 355 milliseconds