Searched defs:authName (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c110 const char *authName; /* authorization protocol name */ member in struct:display
816 if (d->authName && !d->authNameLen)
817 d->authNameLen = strlen (d->authName);
818 auth = GenerateAuthorization ( d->authName, nl);
963 d.authName = "MIT-MAGIC-COOKIE-1";
979 d.authName = "SUN-DES-1";
985 d.authNameLen = strlen(d.authName);

Completed in 460 milliseconds