Wrap.h revision 44dda7b2
1/*
2 * header file for compatibility with something useful
3 */
4
5typedef unsigned char auth_cblock[8];	/* block size */
6
7typedef struct auth_ks_struct { auth_cblock _; } auth_wrapper_schedule[16];
8
9extern void _XdmcpWrapperToOddParity (unsigned char *in, unsigned char *out);
10
11#ifdef HASXDMAUTH
12extern void _XdmcpAuthSetup (auth_cblock key, auth_wrapper_schedule schedule);
13extern void _XdmcpAuthDoIt (auth_cblock input, auth_cblock output,
14	auth_wrapper_schedule schedule, int edflag);
15#endif
16