Symbol: opaque_auth
include/rpc/auth.h
176
struct opaque_auth ah_cred;
include/rpc/auth.h
177
struct opaque_auth ah_verf;
include/rpc/auth.h
185
struct opaque_auth *);
include/rpc/auth.h
230
extern struct opaque_auth _null_auth;
include/rpc/auth.h
266
bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
include/rpc/auth_unix.h
80
struct opaque_auth new_cred;
include/rpc/rpc_msg.h
141
struct opaque_auth cb_cred;
include/rpc/rpc_msg.h
142
struct opaque_auth cb_verf; /* protocol specific - provided by client */
include/rpc/rpc_msg.h
87
struct opaque_auth ar_verf;
include/rpc/svc.h
121
struct opaque_auth xp_verf; /* raw response verifier */
include/rpc/svc.h
135
struct opaque_auth rq_cred; /* raw creds from the wire */
lib/libc/rpc/auth_des.c
361
authdes_validate(AUTH *auth, struct opaque_auth *rverf)
lib/libc/rpc/auth_des.c
79
static bool_t authdes_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
132
authnone_validate(AUTH *client __unused, struct opaque_auth *opaque __unused)
lib/libc/rpc/auth_none.c
60
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
222
authunix_validate(AUTH *auth, struct opaque_auth *verf)
lib/libc/rpc/auth_unix.c
70
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
77
struct opaque_auth au_origcred; /* original credentials */
lib/libc/rpc/auth_unix.c
78
struct opaque_auth au_shcred; /* short hand cred */
lib/libc/rpc/rpc_callmsg.c
57
struct opaque_auth *oa;
lib/libc/rpc/rpc_commondata.c
42
struct opaque_auth _null_auth;
lib/libc/rpc/rpc_prot.c
60
extern struct opaque_auth _null_auth;
lib/libc/rpc/rpc_prot.c
67
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)