Home
last modified time | relevance | path

Searched defs:TD41 (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h57 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000) macro
97 #define TD41(i) ((u32) Td4s[((i) >> 24) & 0xff] << 24) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h57 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000) macro
97 #define TD41(i) ((u32) Td4s[((i) >> 24) & 0xff] << 24) macro