/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 78 struct opaque_auth { struct 89 struct opaque_auth ah_cred; argument 90 struct opaque_auth ah_verf; 137 extern struct opaque_auth _null_auth;
|
H A D | rpc_msg.h | 76 struct opaque_auth ar_verf; 130 struct opaque_auth cb_cred; 131 struct opaque_auth cb_verf; /* protocol specific - provided by client */
|
H A D | svc.h | 80 struct opaque_auth xp_verf; /* raw response verifier */ 137 struct opaque_auth rq_cred; /* raw creds from the wire */
|
H A D | auth_unix.h | 66 struct opaque_auth new_cred;
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | auth.h | 186 struct opaque_auth { struct 197 struct opaque_auth ah_cred; argument 198 struct opaque_auth ah_verf; 210 struct opaque_auth *); 315 extern struct opaque_auth _null_auth; 480 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
|
H A D | rpc_msg.h | 92 struct opaque_auth ar_verf; 146 struct opaque_auth cb_cred; 147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
|
H A D | rpc_prot.c | 58 struct opaque_auth _null_auth; 65 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() 145 struct opaque_auth *oa; in xdr_replymsg() 260 struct opaque_auth *oa; in xdr_replymsg_hdr()
|
H A D | auth_sys.h | 110 struct opaque_auth new_cred;
|
H A D | svc.h | 108 struct opaque_auth rq_cred; /* raw creds from the wire */ 465 struct opaque_auth xp_verf; /* raw response verifier */ 494 struct opaque_auth xp_verf; /* raw response verifier */
|
H A D | rpc_calmsg.c | 59 struct opaque_auth *oa; in xdr_callmsg()
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | auth_none.c | 39 static bool_t authnone_validate(AUTH *, struct opaque_auth *); 132 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate()
|
H A D | auth_kern.c | 65 static bool_t authkern_validate(AUTH *, struct opaque_auth *); 239 authkern_validate(AUTH *auth, struct opaque_auth *verf) in authkern_validate()
|
H A D | auth_loopb.c | 66 static bool_t authloopback_validate(AUTH *, struct opaque_auth *); 244 authloopback_validate(AUTH *auth, struct opaque_auth *verf) in authloopback_validate()
|
H A D | auth_des.c | 72 static bool_t authdes_validate(AUTH *, struct opaque_auth *); 316 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | auth_sys.c | 58 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 66 struct opaque_auth au_origcred; /* original credentials */ 67 struct opaque_auth au_shcred; /* short hand cred */ 253 authsys_validate(AUTH *auth, struct opaque_auth *verf) in authsys_validate()
|
H A D | auth_none.c | 52 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 127 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate()
|
H A D | rpc_comdata.c | 45 struct opaque_auth _null_auth;
|
H A D | rpc_prot.c | 55 struct opaque_auth _null_auth; 62 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() 133 struct opaque_auth *oa; in xdr_replymsg()
|
H A D | rpc_callmsg.c | 45 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 54 struct opaque_auth *oa; in xdr_callmsg()
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 60 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 91 struct opaque_auth *verifier; /* rpc reply verifier saved for */ 458 struct opaque_auth creds; 506 struct opaque_auth verf; 592 struct opaque_auth *verf; 608 ap->verifier = malloc(sizeof (struct opaque_auth)); 609 memset(ap->verifier, 0, sizeof (struct opaque_auth));
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | auth_unix.c | 65 struct opaque_auth au_origcred; /* original credentials */ 66 struct opaque_auth au_shcred; /* short hand cred */ 172 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
|
H A D | auth_inet.h | 36 extern struct opaque_auth _null_auth;
|
H A D | auth_none.c | 100 authnone_validate(AUTH *foo, struct opaque_auth *bar) in authnone_validate()
|
/titanic_50/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 92 struct opaque_auth *verifier; /* rpc reply verifier saved for */ 885 struct opaque_auth creds; 938 struct opaque_auth verf; 1015 struct opaque_auth *verf; 1030 ap->verifier = kmem_zalloc(sizeof (struct opaque_auth), 1263 kmem_free(ap->verifier, sizeof (struct opaque_auth)); 1357 xdr_buf_len = buflen + cred_buf_len + sizeof (struct opaque_auth) +
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 80 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
|