Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h58 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000) macro
98 #define TD42(i) ((u32) Td4s[((i) >> 16) & 0xff] << 16) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h58 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000) macro
98 #define TD42(i) ((u32) Td4s[((i) >> 16) & 0xff] << 16) macro