Home
last modified time | relevance | path

Searched refs:cookie_length (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmauth.c366 XdmCheckCookie(unsigned short cookie_length, const char *cookie, in XdmCheckCookie() argument
374 if (cookie_length & 7) in XdmCheckCookie()
376 plain = malloc(cookie_length); in XdmCheckCookie()
381 plain, cookie_length); in XdmCheckCookie()
383 XdmAuthorizationValidate(plain, cookie_length, &auth->rho, xclient, in XdmCheckCookie()
H A Dosdep.h208 extern void XdmAuthenticationInit(const char *cookie, int cookie_length);