File: wake.h

package info (click to toggle)
libmcrypt 2.5.8-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,060 kB
  • sloc: ansic: 15,868; sh: 8,579; makefile: 196
file content (10 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
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;