Searched refs:xdr_opaque_auth (Results 1 – 10 of 10) sorted by relevance
/sunrpc/ |
A D | auth_none.c | 87 (void) xdr_opaque_auth (xdrs, &ap->no_client.ah_cred); in authnone_create_once() 88 (void) xdr_opaque_auth (xdrs, &ap->no_client.ah_verf); in authnone_create_once()
|
A D | auth_unix.c | 259 if (xdr_opaque_auth (&xdrs, &au->au_shcred)) in authunix_validate() 266 (void) xdr_opaque_auth (&xdrs, &au->au_shcred); in authunix_validate() 348 if ((!xdr_opaque_auth (xdrs, &(auth->ah_cred))) || in marshal_new_auth() 349 (!xdr_opaque_auth (xdrs, &(auth->ah_verf)))) in marshal_new_auth()
|
A D | rpc_prot.c | 52 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function 60 libc_hidden_nolink_sunrpc (xdr_opaque_auth, GLIBC_2_0) in libc_hidden_nolink_sunrpc() argument 81 if (!xdr_opaque_auth (xdrs, &(ar->ar_verf))) in libc_hidden_nolink_sunrpc()
|
A D | rpc_cmsg.c | 194 xdr_opaque_auth (xdrs, &(cmsg->rm_call.cb_cred))) in xdr_callmsg() 195 return xdr_opaque_auth (xdrs, &(cmsg->rm_call.cb_verf)); in xdr_callmsg()
|
A D | Versions | 51 xdr_keystatus; xdr_long; xdr_netobj; xdr_opaque; xdr_opaque_auth;
|
A D | clnt_raw.c | 203 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in libc_hidden_nolink_sunrpc()
|
A D | clnt_tcp.c | 318 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
|
A D | clnt_unix.c | 295 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_nolink_sunrpc()
|
A D | clnt_udp.c | 508 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
|
/sunrpc/rpc/ |
A D | auth.h | 208 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
|
Completed in 19 milliseconds