Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Daes_i.h24 extern const u32 Td2[256];
55 #define TD2(i) Td2[((i) >> 8) & 0xff]
63 #define TD2_(i) Td2[(i) & 0xff]
Daes-internal.c530 const u32 Td2[256] = { variable