Home
last modified time | relevance | path

Searched refs:xdr_opaque_auth (Results 1 – 10 of 10) sorted by relevance

/sunrpc/
A Dauth_none.c87 (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 Dauth_unix.c259 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 Drpc_prot.c52 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 Drpc_cmsg.c194 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 DVersions51 xdr_keystatus; xdr_long; xdr_netobj; xdr_opaque; xdr_opaque_auth;
A Dclnt_raw.c203 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in libc_hidden_nolink_sunrpc()
A Dclnt_tcp.c318 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
A Dclnt_unix.c295 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_nolink_sunrpc()
A Dclnt_udp.c508 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
/sunrpc/rpc/
A Dauth.h208 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;

Completed in 19 milliseconds