Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dauth_unix.c225 if (xdr_opaque_auth (&xdrs, &au->au_shcred)) in authunix_validate()
232 (void) xdr_opaque_auth (&xdrs, &au->au_shcred); in authunix_validate()
315 if ((!xdr_opaque_auth (xdrs, &(auth->ah_cred))) || in marshal_new_auth()
316 (!xdr_opaque_auth (xdrs, &(auth->ah_verf)))) in marshal_new_auth()
A Dauth_none.c89 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create_once()
90 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create_once()
A Drpc_prot.c59 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function
67 libc_hidden_def(xdr_opaque_auth) in libc_hidden_def() argument
87 if (!xdr_opaque_auth (xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
A Drpc_cmsg.c201 xdr_opaque_auth (xdrs, &(cmsg->rm_call.cb_cred))) in xdr_callmsg()
202 return xdr_opaque_auth (xdrs, &(cmsg->rm_call.cb_verf)); in xdr_callmsg()
A Dclnt_raw.c204 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in clntraw_call()
A Dclnt_tcp.c316 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
A Dclnt_unix.c292 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
A Dclnt_udp.c452 (void) xdr_opaque_auth (xdrs, in clntudp_call()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dauth.h220 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
221 libc_hidden_proto(xdr_opaque_auth)

Completed in 9 milliseconds