Searched refs:XdmcpWrap (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libXdmcp/dist/
H A DWrap.c49 XdmcpWrap ( function in typeref:typename:void
/xsrc/external/mit/xdm/dist/xdm/
H A Dxdmauth.c181 XdmcpWrap ((unsigned char *)xdmcpauth->data, (unsigned char *)&pdpy->key,
278 XdmcpWrap (authenticationData->data, (unsigned char *)&pdpy->key,
/xsrc/external/mit/libXdmcp/dist/include/X11/
H A DXdmcp.h194 extern void XdmcpWrap(unsigned char *input, unsigned char *wrapper, unsigned char *output, int bytes);
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_auth.c258 XdmcpWrap ((unsigned char *) info->data, (unsigned char *) authptr->data + 8, (unsigned char *) info->data, info->datalen);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmauth.c92 XdmcpWrap ((unsigned char *)&rho, (unsigned char *)&privateKey,
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmauth.c93 XdmcpWrap((unsigned char *) &global_rho, (unsigned char *) &privateKey,
/xsrc/external/mit/libxcb/dist/
H A Dconfigure.ac64 AC_CHECK_LIB(Xdmcp, XdmcpWrap,
H A Dconfigure21197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XdmcpWrap in -lXdmcp" >&5
21198 printf %s "checking for XdmcpWrap in -lXdmcp... " >&6; }
21217 char XdmcpWrap (void);
21221 return XdmcpWrap ();
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac450 AC_CHECK_LIB(Xdmcp, XdmcpWrap, [xdmauth="yes"], [xdmauth="no"], [$DMCP_LIBS])
457 AC_MSG_ERROR([XDM-AUTH support requested, but XdmcpWrap not found in libXdmcp.])
H A Dconfigure24612 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XdmcpWrap in -lXdmcp" >&5
24613 printf %s "checking for XdmcpWrap in -lXdmcp... " >&6; }
24632 char XdmcpWrap (void);
24636 return XdmcpWrap ();
24674 as_fn_error $? "XDM-AUTH support requested, but XdmcpWrap not found in libXdmcp." "$LINENO" 5
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac1210 AC_CHECK_LIB(Xdmcp, XdmcpWrap, [have_xdmcpwrap="yes"], [have_xdmcpwrap="no"], [$XDMCP_LIBS])
H A Dconfigure32873 { echo "$as_me:$LINENO: checking for XdmcpWrap in -lXdmcp" >&5
32874 echo $ECHO_N "checking for XdmcpWrap in -lXdmcp... $ECHO_C" >&6; }
32893 char XdmcpWrap ();
32897 return XdmcpWrap ();
[all...]

Completed in 149 milliseconds