Searched refs:cookie_length (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | xdmauth.c | 378 XdmCheckCookie (unsigned short cookie_length, const char *cookie, argument 386 if (cookie_length & 7) 388 plain = malloc(cookie_length); 392 XdmcpUnwrap ((unsigned char *)cookie, (unsigned char *)&auth->key, plain, cookie_length); 393 if ((client = XdmAuthorizationValidate (plain, cookie_length, &auth->rho, xclient, reason)) != NULL)
|
| H A D | osdep.h | 279 extern void XdmAuthenticationInit (const char *cookie, int cookie_length);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | xdmauth.c | 366 XdmCheckCookie(unsigned short cookie_length, const char *cookie, argument 374 if (cookie_length & 7) 376 plain = malloc(cookie_length); 381 plain, cookie_length); 383 XdmAuthorizationValidate(plain, cookie_length, &auth->rho, xclient,
|
| H A D | osdep.h | 208 extern void XdmAuthenticationInit(const char *cookie, int cookie_length);
|
Completed in 4 milliseconds