Lines Matching defs:AUTH
38 * is required to pass a AUTH * to routines that create rpc
242 } AUTH;
249 * AUTH *auth;
323 * AUTH *authsys_create(machname, uid, gid, len, aup_gids)
331 extern AUTH *authkern_create(void); /* takes no parameters */
334 extern AUTH *authnone_create(void); /* takes no parameters */
337 extern AUTH *authloopback_create(void); /* takes no parameters */
342 extern AUTH *authsys_create(const char *, const uid_t, const gid_t, const int,
344 extern AUTH *authsys_create_default(void); /* takes no parameters */
345 extern AUTH *authnone_create(void); /* takes no parameters */
347 extern AUTH *authsys_create();
348 extern AUTH *authsys_create_default(); /* takes no parameters */
349 extern AUTH *authnone_create(); /* takes no parameters */
358 * AUTH *authdes_seccreate(servername, window, timehost, ckey)
367 des_block *, int, AUTH **retauth);
370 extern AUTH *authdes_seccreate(const char *, const uint_t, const char *,
373 extern AUTH *authdes_seccreate();
424 extern AUTH *authsys_create_ruid();
437 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status)
447 struct netbuf *, int *, struct knetconfig *, int, AUTH **);
450 extern AUTH *authkerb_seccreate(const char *, const char *, const char *,
453 extern AUTH *authkerb_seccreate();
484 extern int authany_wrap(AUTH *, caddr_t, uint_t, XDR *, xdrproc_t, caddr_t);
485 extern int authany_unwrap(AUTH *, XDR *, xdrproc_t, caddr_t);