HomeSort by: relevance | last modified time | path
    Searched defs:auth (Results 1 - 25 of 27) sorted by relevancy

1 2

  /xsrc/external/mit/libICE/dist/src/
iceauth.c 50 char *auth,
78 auth[i] = value & 0xff;
84 char *auth,
92 ret = getentropy (auth, len);
97 emulate_getrandom_buf (auth, len);
113 char *auth; local
115 if ((auth = malloc (len + 1)) == NULL)
118 arc4random_buf (auth, len);
120 auth[len] = '\0';
121 return (auth);
    [all...]
  /xsrc/external/mit/xdm/dist/xdm/
policy.c 54 static XdmAuthRec auth[] = { variable
65 # define NumAuth (sizeof auth / sizeof auth[0])
75 &auth[j].authentication))
103 &auth[j].authentication))
109 &auth[j].authorization))
auth.c 33 * auth.c
150 Xauth *auth = NULL; local
163 auth = (*a->GetAuth) (name_length, name);
164 if (auth)
166 Debug ("Got %p (%d %*.*s) ", auth,
167 auth->name_length, auth->name_length,
168 auth->name_length, auth->name);
169 for (i = 0; i < (int)auth->data_length; i++
192 Xauth *auth; local
465 Xauth *auth, **auths; local
521 register Xauth **auth = d->authorizations; local
    [all...]
xdmcp.c 1018 Xauth *auth; local
1022 auth = pdpy->xdmcpAuthorization;
1023 if (!auth)
1024 auth = pdpy->fileAuthorization;
1025 if (auth)
1027 authorizationName.length = auth->name_length;
1028 authorizationName.data = (CARD8Ptr) auth->name;
1029 authorizationData.length = auth->data_length;
1030 authorizationData.data = (CARD8Ptr) auth->data;
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
dri2-race.c 22 drm_auth_t auth; local
35 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
38 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
dri2-swap.c 22 drm_auth_t auth; local
35 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
38 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
dri2-test.c 46 drm_auth_t auth; local
59 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
62 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
  /xsrc/external/mit/xorg-server/dist/os/
mitauth.c 43 static struct auth { struct
44 struct auth *next;
53 struct auth *new;
55 new = malloc(sizeof(struct auth));
75 struct auth *auth; local
77 for (auth = mit_auth; auth; auth = auth->next)
89 struct auth *auth, *next; local
103 struct auth *auth; local
118 struct auth *auth, *prev; local
    [all...]
auth.c 113 Xauth *auth; local
131 while ((auth = XauReadAuth(f)) != 0) {
133 if (protocols[i].name_length == auth->name_length &&
134 memcmp(protocols[i].name, auth->name,
135 (int) auth->name_length) == 0 && protocols[i].Add) {
137 (*protocols[i].Add) (auth->data_length, auth->data,
141 XauDisposeAuth(auth);
xdmauth.c 202 XdmClientAuthDecode(const unsigned char *plain, XdmClientAuthPtr auth)
208 auth->rho.data[i] = plain[j];
212 auth->client[i] = plain[j];
215 auth->time = 0;
217 auth->time |= plain[j] << ((3 - i) << 3);
326 case 16: /* auth from files is 16 bytes long */
343 case 8: /* auth from XDMCP is 8 bytes long */
369 XdmAuthorizationPtr auth; local
373 /* Auth packets must be a multiple of 8 bytes long */
379 for (auth = xdmAuth; auth; auth = auth->next)
398 XdmAuthorizationPtr auth, next_auth; local
417 XdmAuthorizationPtr auth; local
432 XdmAuthorizationPtr auth; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
mitauth.c 43 static struct auth { struct
44 struct auth *next;
56 struct auth *new;
58 new = malloc(sizeof (struct auth));
81 struct auth *auth; local
83 for (auth = mit_auth; auth; auth=auth->next)
95 struct auth *auth, *next; local
112 struct auth *auth; local
129 struct auth *auth, *prev; local
    [all...]
auth.c 113 Xauth *auth; local
125 while ((auth = XauReadAuth (f)) != 0) {
127 if (protocols[i].name_length == auth->name_length &&
128 memcmp (protocols[i].name, auth->name, (int) auth->name_length) == 0 &&
132 (*protocols[i].Add) (auth->data_length, auth->data,
136 XauDisposeAuth (auth);
xdmauth.c 204 XdmClientAuthDecode (const unsigned char *plain, XdmClientAuthPtr auth)
211 auth->rho.data[i] = plain[j];
216 auth->client[i] = plain[j];
219 auth->time = 0;
222 auth->time |= plain[j] << ((3 - i) << 3);
337 case 16: /* auth from files is 16 bytes long */
355 case 8: /* auth from XDMCP is 8 bytes long */
381 XdmAuthorizationPtr auth; local
385 /* Auth packets must be a multiple of 8 bytes long */
391 for (auth = xdmAuth; auth; auth=auth->next)
408 XdmAuthorizationPtr auth, next_auth; local
429 XdmAuthorizationPtr auth; local
444 XdmAuthorizationPtr auth; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/test/
dri2-swap.c 22 drm_auth_t auth; local
35 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
38 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
dri2-speed.c 140 drm_auth_t auth; local
153 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
156 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
dri2-race.c 65 drm_auth_t auth; local
78 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
81 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
dri2-test.c 52 drm_auth_t auth; local
65 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
68 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
  /xsrc/external/mit/xfs/dist/include/
clientstr.h 52 #include "auth.h"
66 AuthContextPtr auth; member in struct:_Client
  /xsrc/external/mit/xorg-server/dist/Xext/
xace.c 80 XaceAuthAvailRec auth; member in union:__anon9775
171 u.auth.client = va_arg(ap, ClientPtr);
172 u.auth.authId = va_arg(ap, XID);
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xace.c 99 XaceAuthAvailRec auth; member in union:__anon10341
181 u.auth.client = va_arg(ap, ClientPtr);
182 u.auth.authId = va_arg(ap, XID);
  /xsrc/external/mit/xf86-video-intel/dist/benchmarks/
dri2-swap.c 371 drm_auth_t auth; local
385 if (drmIoctl(fd, DRM_IOCTL_GET_MAGIC, &auth))
388 if (!DRI2Authenticate(dpy, DefaultRootWindow(dpy), auth.magic))
  /xsrc/external/mit/iceauth/dist/
process.c 45 IceAuthFileEntry *auth; member in struct:_AuthList
97 static int dump_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *data );
98 static int extract_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *data );
102 static int remove_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *data );
372 IceAuthFileEntry *auth; local
379 while ((auth = IceReadAuthFileEntry (fp)) != NULL) {
383 "%s: unable to alloc entry reading auth file\n",
388 l->auth = auth;
481 static AuthList *iceauth_head = NULL; /* list of auth entries *
1276 IceAuthFileEntry *auth = NULL; local
    [all...]
  /xsrc/external/mit/xauth/dist/
process.c 70 Xauth *auth; member in struct:_AuthList
160 " data hexkey auth protocol specific data needed to generate the entry\n"
414 Xauth *auth; local
416 auth = malloc (sizeof (Xauth));
417 if (!auth) goto bad;
418 auth->family = 0;
419 auth->address = NULL;
420 auth->address_length = 0;
421 auth->number = NULL;
422 auth->number_length = 0
464 Xauth *auth; local
530 Xauth *auth = malloc(sizeof(Xauth)); local
1684 Xauth *auth = list_cur->auth; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 232 int auth; /**< Is client authenticated? */ member in struct:drm_client
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 232 int auth; /**< Is client authenticated? */ member in struct:drm_client

Completed in 45 milliseconds

1 2