Lines Matching defs:AUTH
39 * is required to pass an AUTH * to routines that create rpc
195 } AUTH;
202 * AUTH *auth;
231 * AUTH *authunix_create(machname, uid, gid, len, aup_gids)
241 extern AUTH *authunix_create(struct ucred *);
243 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *);
244 extern AUTH *authunix_create_default(void); /* takes no parameters */
246 extern AUTH *authnone_create(void); /* takes no parameters */
247 extern AUTH *authtls_create(void); /* takes no parameters */
251 * AUTH *authsecdes_create(servername, window, timehost, ckey)
258 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
259 extern AUTH *authdes_seccreate (const char *, const u_int, const char *,
307 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status)
316 extern AUTH *authkerb_seccreate(const char *, const char *, const char *,