Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Daes_i.h29 extern const u8 rcons[10];
68 #define RCON(i) ((u32) rcons[(i)] << 24)
Daes-internal.c769 const u8 rcons[] = { variable