Symbol: AUTH
include/rpc/auth.h
169
extern AUTH *authunix_create (char *, int, int, int, int *);
include/rpc/auth.h
170
extern AUTH *authunix_create_default (void);
include/rpc/auth.h
171
extern AUTH *authnone_create (void);
include/rpc/auth.h
172
extern AUTH *authdes_create (char *, unsigned int,
include/rpc/clnt.h
142
AUTH *cl_auth; /* authenticator */
lib/libc/rpc/auth_none.c
120
authnone_marshal(AUTH *client, XDR *xdrs)
lib/libc/rpc/auth_none.c
134
authnone_verf(AUTH *client)
lib/libc/rpc/auth_none.c
140
authnone_validate(AUTH *client, struct opaque_auth *auth)
lib/libc/rpc/auth_none.c
148
authnone_refresh(AUTH *client)
lib/libc/rpc/auth_none.c
156
authnone_destroy(AUTH *client)
lib/libc/rpc/auth_none.c
71
static bool_t authnone_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_none.c
72
static void authnone_verf(AUTH *);
lib/libc/rpc/auth_none.c
73
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
74
static bool_t authnone_refresh(AUTH *);
lib/libc/rpc/auth_none.c
75
static void authnone_destroy(AUTH *);
lib/libc/rpc/auth_none.c
86
AUTH no_client;
lib/libc/rpc/auth_none.c
91
AUTH *
lib/libc/rpc/auth_unix.c
106
AUTH *
lib/libc/rpc/auth_unix.c
113
AUTH *auth;
lib/libc/rpc/auth_unix.c
206
AUTH *
lib/libc/rpc/auth_unix.c
235
authunix_nextverf(AUTH *auth)
lib/libc/rpc/auth_unix.c
241
authunix_marshal(AUTH *auth, XDR *xdrs)
lib/libc/rpc/auth_unix.c
253
authunix_validate(AUTH *auth, struct opaque_auth *verf)
lib/libc/rpc/auth_unix.c
285
authunix_refresh(AUTH *auth)
lib/libc/rpc/auth_unix.c
329
authunix_destroy(AUTH *auth)
lib/libc/rpc/auth_unix.c
354
marshal_new_auth(AUTH *auth)
lib/libc/rpc/auth_unix.c
82
static void authunix_nextverf(AUTH *);
lib/libc/rpc/auth_unix.c
83
static bool_t authunix_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_unix.c
84
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
85
static bool_t authunix_refresh(AUTH *);
lib/libc/rpc/auth_unix.c
86
static void authunix_destroy(AUTH *);
lib/libc/rpc/auth_unix.c
87
static void marshal_new_auth(AUTH *);
lib/libc/rpc/clnt_bcast.c
271
AUTH *sys_auth = authunix_create_default();
libexec/ftpd/ftpcmd.y
1264
{ "AUTH", AUTH, STR1, 1, "<sp> mechanism-name", 0, },
libexec/ftpd/ftpcmd.y
146
AUTH ADAT PROT PBSZ CCC MIC
libexec/ftpd/ftpcmd.y
741
| AUTH SP mechanism_name CRLF
sys/fs/nfs/common/nfs.h
537
AUTH *nr_auth;
sys/fs/nfs/common/nfs_commonkrpc.c
133
AUTH *ca_auth; /* RPC auth handle */
sys/fs/nfs/common/nfs_commonkrpc.c
395
static AUTH *
sys/fs/nfs/common/nfs_commonkrpc.c
400
AUTH *auth;
sys/fs/nfs/common/nfs_commonkrpc.c
494
AUTH *auth;
sys/fs/nfs/nlm/nlm_advlock.c
214
AUTH *auth;
sys/fs/nfs/nlm/nlm_prot_impl.c
171
static AUTH *nlm_auth;
usr.sbin/rpcbind/rpcb_svc_com.c
624
AUTH *auth;
usr.sbin/ypbind/ypbind.c
1346
AUTH *rpcua;
usr.sbin/ypbind/ypbind.c
1442
AUTH *rpcua;