Symbol: AUTH
include/rpc/auth.h
247
AUTH *authunix_create(char *, int, int, int, int *);
include/rpc/auth.h
248
AUTH *authunix_create_default(void);
include/rpc/auth.h
249
AUTH *authnone_create(void);
include/rpc/auth.h
260
AUTH *authdes_create(char *, u_int, struct sockaddr *, des_block *);
include/rpc/auth.h
261
AUTH *authdes_seccreate(const char *, const u_int, const char *,
include/rpc/auth.h
318
AUTH *authkerb_seccreate(const char *, const char *, const char *,
include/rpc/auth_kerb.h
134
struct netbuf *, int *, dev_t, int, AUTH **);
include/rpc/clnt.h
93
AUTH *cl_auth; /* authenticator */
lib/libc/rpc/auth_des.c
109
AUTH *authdes_pk_seccreate(const char *, netobj *, u_int, const char *,
lib/libc/rpc/auth_des.c
121
AUTH *
lib/libc/rpc/auth_des.c
127
AUTH *dummy;
lib/libc/rpc/auth_des.c
148
AUTH *
lib/libc/rpc/auth_des.c
153
AUTH *auth;
lib/libc/rpc/auth_des.c
160
auth = ALLOC(AUTH);
lib/libc/rpc/auth_des.c
232
FREE(auth, sizeof (AUTH));
lib/libc/rpc/auth_des.c
259
authdes_nextverf(AUTH *auth __unused)
lib/libc/rpc/auth_des.c
269
authdes_marshal(AUTH *auth, XDR *xdrs)
lib/libc/rpc/auth_des.c
361
authdes_validate(AUTH *auth, struct opaque_auth *rverf)
lib/libc/rpc/auth_des.c
420
authdes_refresh(AUTH *auth, void *dummy __unused)
lib/libc/rpc/auth_des.c
460
authdes_destroy(AUTH *auth)
lib/libc/rpc/auth_des.c
474
FREE(auth, sizeof(AUTH));
lib/libc/rpc/auth_des.c
77
static void authdes_nextverf(AUTH *);
lib/libc/rpc/auth_des.c
78
static bool_t authdes_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_des.c
79
static bool_t authdes_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_des.c
80
static bool_t authdes_refresh(AUTH *, void *);
lib/libc/rpc/auth_des.c
81
static void authdes_destroy(AUTH *);
lib/libc/rpc/auth_none.c
105
authnone_marshal(AUTH *client __unused, XDR *xdrs)
lib/libc/rpc/auth_none.c
126
authnone_verf(AUTH *client __unused)
lib/libc/rpc/auth_none.c
132
authnone_validate(AUTH *client __unused, struct opaque_auth *opaque __unused)
lib/libc/rpc/auth_none.c
140
authnone_refresh(AUTH *client __unused, void *dummy __unused)
lib/libc/rpc/auth_none.c
148
authnone_destroy(AUTH *client __unused)
lib/libc/rpc/auth_none.c
58
static bool_t authnone_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_none.c
59
static void authnone_verf(AUTH *);
lib/libc/rpc/auth_none.c
60
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
61
static bool_t authnone_refresh(AUTH *, void *);
lib/libc/rpc/auth_none.c
62
static void authnone_destroy(AUTH *);
lib/libc/rpc/auth_none.c
67
AUTH no_client;
lib/libc/rpc/auth_none.c
72
AUTH *
lib/libc/rpc/auth_unix.c
175
AUTH *
lib/libc/rpc/auth_unix.c
204
authunix_nextverf(AUTH *auth __unused)
lib/libc/rpc/auth_unix.c
210
authunix_marshal(AUTH *auth, XDR *xdrs)
lib/libc/rpc/auth_unix.c
222
authunix_validate(AUTH *auth, struct opaque_auth *verf)
lib/libc/rpc/auth_unix.c
254
authunix_refresh(AUTH *auth, void *dummy __unused)
lib/libc/rpc/auth_unix.c
298
authunix_destroy(AUTH *auth)
lib/libc/rpc/auth_unix.c
323
marshal_new_auth(AUTH *auth)
lib/libc/rpc/auth_unix.c
65
static void authunix_destroy(AUTH *);
lib/libc/rpc/auth_unix.c
66
static bool_t authunix_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_unix.c
67
static void authunix_nextverf(AUTH *);
lib/libc/rpc/auth_unix.c
69
static bool_t authunix_refresh(AUTH *, void *);
lib/libc/rpc/auth_unix.c
70
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
71
static void marshal_new_auth(AUTH *);
lib/libc/rpc/auth_unix.c
89
AUTH *
lib/libc/rpc/auth_unix.c
96
AUTH *auth;
lib/libc/rpc/clnt_bcast.c
247
AUTH *sys_auth = authunix_create_default();
lib/libc/rpc/rpc_soc.c
370
AUTH *
lib/libc/rpc/rpc_soc.c
376
AUTH *dummy;
lib/libc/rpc/rpc_soc.c
377
AUTH *nauth;
lib/librpcsvc/yp_update.c
103
if ((clnt->cl_auth = (AUTH *)authdes_create(netname, WINDOW, NULL,
usr.sbin/rpcbind/rpcb_svc_com.c
616
AUTH *auth;