Files
interactive/application/sp-console(down)/Common/mcrypt-2.5.7/algorithms/wake.h
T
2026-08-07 17:38:18 +09:00

11 lines
171 B
C

typedef struct wake_key {
word32 t[257];
word32 r[4];
int counter;
word32 tmp; /* used as r1 or r2 */
int started;
word32 iv[8];
int ivsize;
} WAKE_KEY;