mirror of
				https://github.com/SwallowOS/xorg_lib_libXdmcp
				synced 2025-11-04 06:15:34 +08:00 
			
		
		
		
	Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			492 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			492 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * header file for compatibility with something useful
 | 
						|
 */
 | 
						|
 | 
						|
typedef unsigned char auth_cblock[8];	/* block size */
 | 
						|
 | 
						|
typedef struct auth_ks_struct { auth_cblock _; } auth_wrapper_schedule[16];
 | 
						|
 | 
						|
extern void _XdmcpWrapperToOddParity (unsigned char *in, unsigned char *out);
 | 
						|
 | 
						|
#ifdef HASXDMAUTH
 | 
						|
extern void _XdmcpAuthSetup (auth_cblock key, auth_wrapper_schedule schedule);
 | 
						|
extern void _XdmcpAuthDoIt (auth_cblock input, auth_cblock output,
 | 
						|
	auth_wrapper_schedule schedule, int edflag);
 | 
						|
#endif
 |