Searched refs:cookie_length (Results 1 – 2 of 2) sorted by relevance
366 XdmCheckCookie(unsigned short cookie_length, const char *cookie, in XdmCheckCookie() argument374 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()
208 extern void XdmAuthenticationInit(const char *cookie, int cookie_length);