Symbol: opaque_auth
crypto/heimdal/kadmin/rpc.c
288
ret_auth_opaque(krb5_storage *msg, struct opaque_auth *ao)
crypto/heimdal/kadmin/rpc.c
78
struct opaque_auth cred;
crypto/heimdal/kadmin/rpc.c
79
struct opaque_auth verf;
crypto/krb5/src/include/gssrpc/auth.h
100
struct opaque_auth ah_verf;
crypto/krb5/src/include/gssrpc/auth.h
108
struct opaque_auth *);
crypto/krb5/src/include/gssrpc/auth.h
173
extern struct opaque_auth gssrpc__null_auth;
crypto/krb5/src/include/gssrpc/auth.h
193
extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
crypto/krb5/src/include/gssrpc/auth.h
99
struct opaque_auth ah_cred;
crypto/krb5/src/include/gssrpc/auth_unix.h
77
struct opaque_auth new_cred;
crypto/krb5/src/include/gssrpc/rpc_msg.h
143
struct opaque_auth cb_cred;
crypto/krb5/src/include/gssrpc/rpc_msg.h
144
struct opaque_auth cb_verf; /* protocol specific - provided by client */
crypto/krb5/src/include/gssrpc/rpc_msg.h
89
struct opaque_auth ar_verf;
crypto/krb5/src/include/gssrpc/svc.h
102
struct opaque_auth xp_verf; /* raw response verifier */
crypto/krb5/src/include/gssrpc/svc.h
171
struct opaque_auth rq_cred; /* raw creds from the wire */
crypto/krb5/src/lib/rpc/auth_gss.c
343
authgss_validate(AUTH *auth, struct opaque_auth *verf)
crypto/krb5/src/lib/rpc/auth_gss.c
66
static bool_t authgss_validate(AUTH *, struct opaque_auth *);
crypto/krb5/src/lib/rpc/auth_gssapi.c
40
static bool_t auth_gssapi_validate(AUTH *, struct opaque_auth *);
crypto/krb5/src/lib/rpc/auth_gssapi.c
622
struct opaque_auth *verf)
crypto/krb5/src/lib/rpc/auth_none.c
123
authnone_validate(AUTH *auth, struct opaque_auth *verf)
crypto/krb5/src/lib/rpc/auth_none.c
56
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
crypto/krb5/src/lib/rpc/auth_unix.c
217
authunix_validate(AUTH *auth, struct opaque_auth *verf)
crypto/krb5/src/lib/rpc/auth_unix.c
63
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
crypto/krb5/src/lib/rpc/auth_unix.c
82
struct opaque_auth au_origcred; /* original credentials */
crypto/krb5/src/lib/rpc/auth_unix.c
83
struct opaque_auth au_shcred; /* short hand cred */
crypto/krb5/src/lib/rpc/rpc_callmsg.c
53
struct opaque_auth *oa;
crypto/krb5/src/lib/rpc/rpc_commondata.c
43
struct opaque_auth gssrpc__null_auth = {0};
crypto/krb5/src/lib/rpc/rpc_prot.c
60
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
crypto/krb5/src/lib/rpc/svc_auth_gss.c
297
struct opaque_auth *oa;
crypto/krb5/src/lib/rpc/svc_auth_gssapi.c
169
struct opaque_auth *cred, *verf;
include/rpc/auth.h
177
struct opaque_auth ah_cred;
include/rpc/auth.h
178
struct opaque_auth ah_verf;
include/rpc/auth.h
186
struct opaque_auth *);
include/rpc/auth.h
231
extern struct opaque_auth _null_auth;
include/rpc/auth.h
267
extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
include/rpc/auth_unix.h
78
struct opaque_auth new_cred;
include/rpc/rpc_msg.h
140
struct opaque_auth cb_cred;
include/rpc/rpc_msg.h
141
struct opaque_auth cb_verf; /* protocol specific - provided by client */
include/rpc/rpc_msg.h
86
struct opaque_auth ar_verf;
include/rpc/svc.h
120
struct opaque_auth xp_verf; /* raw response verifier */
include/rpc/svc.h
155
struct opaque_auth rq_cred; /* raw creds from the wire */
lib/libc/rpc/auth_des.c
359
authdes_validate(AUTH *auth, struct opaque_auth *rverf)
lib/libc/rpc/auth_des.c
77
static bool_t authdes_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
133
authnone_validate(AUTH *client, struct opaque_auth *opaque)
lib/libc/rpc/auth_none.c
59
static bool_t authnone_validate (AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
63
extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
229
authunix_validate(AUTH *auth, struct opaque_auth *verf)
lib/libc/rpc/auth_unix.c
66
static bool_t authunix_validate (AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
76
struct opaque_auth au_origcred; /* original credentials */
lib/libc/rpc/auth_unix.c
77
struct opaque_auth au_shcred; /* short hand cred */
lib/libc/rpc/rpc_callmsg.c
56
struct opaque_auth *oa;
lib/libc/rpc/rpc_commondata.c
41
struct opaque_auth _null_auth;
lib/libc/rpc/rpc_prot.c
59
extern struct opaque_auth _null_auth;
lib/libc/rpc/rpc_prot.c
66
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
lib/librpcsec_gss/rpcsec_gss.c
268
rpc_gss_validate(AUTH *auth, struct opaque_auth *verf)
lib/librpcsec_gss/rpcsec_gss.c
570
struct opaque_auth creds, verf;
lib/librpcsec_gss/rpcsec_gss.c
81
static bool_t rpc_gss_validate(AUTH *, struct opaque_auth *);
lib/librpcsec_gss/svc_rpcsec_gss.c
750
struct opaque_auth *oa;
sys/rpc/auth.h
178
struct opaque_auth ah_cred;
sys/rpc/auth.h
179
struct opaque_auth ah_verf;
sys/rpc/auth.h
188
struct opaque_auth *, struct mbuf **);
sys/rpc/auth.h
222
extern struct opaque_auth _null_auth;
sys/rpc/auth.h
264
extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
sys/rpc/auth_none.c
130
authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque,
sys/rpc/auth_none.c
62
static bool_t authnone_validate (AUTH *, uint32_t, struct opaque_auth *,
sys/rpc/auth_unix.c
258
authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf,
sys/rpc/auth_unix.c
67
static bool_t authunix_validate (AUTH *, uint32_t, struct opaque_auth *,
sys/rpc/auth_unix.c
89
struct opaque_auth au_origcred; /* original credentials */
sys/rpc/auth_unix.c
90
struct opaque_auth au_shcred; /* short hand cred */
sys/rpc/rpc_callmsg.c
55
struct opaque_auth *oa;
sys/rpc/rpc_msg.h
140
struct opaque_auth cb_cred;
sys/rpc/rpc_msg.h
141
struct opaque_auth cb_verf; /* protocol specific - provided by client */
sys/rpc/rpc_msg.h
86
struct opaque_auth ar_verf;
sys/rpc/rpc_prot.c
65
struct opaque_auth _null_auth;
sys/rpc/rpc_prot.c
72
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
sys/rpc/rpcsec_gss/rpcsec_gss.c
519
struct opaque_auth creds, verf;
sys/rpc/rpcsec_gss/rpcsec_gss.c
613
rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf,
sys/rpc/rpcsec_gss/rpcsec_gss.c
93
static bool_t rpc_gss_validate(AUTH *, uint32_t, struct opaque_auth *,
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
1162
struct opaque_auth *oa;
sys/rpc/rpcsec_tls/auth_tls.c
139
authtls_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque,
sys/rpc/rpcsec_tls/auth_tls.c
66
static bool_t authtls_validate (AUTH *, uint32_t, struct opaque_auth *,
sys/rpc/rpcsec_tls/auth_tls.c
86
static struct opaque_auth _tls_null_auth;
sys/rpc/rpcsec_tls/rpctls_impl.c
76
static struct opaque_auth rpctls_null_verf;
sys/rpc/svc.h
218
struct opaque_auth rq_cred; /* raw creds from the wire */
sys/rpc/svc.h
219
struct opaque_auth rq_verf; /* verifier for the reply */
usr.bin/genl/parser_rpc.c
68
struct opaque_auth *oa;