Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Daes_i.h23 extern const u32 Td1[256];
54 #define TD1(i) Td1[((i) >> 16) & 0xff]
62 #define TD1_(i) Td1[(i) & 0xff]
Daes-internal.c464 const u32 Td1[256] = { variable