Searched refs:xdr_opaque_auth (Results 1 – 9 of 9) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | auth_unix.c | 225 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 D | auth_none.c | 89 (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 D | rpc_prot.c | 59 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 D | rpc_cmsg.c | 201 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 D | clnt_raw.c | 204 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in clntraw_call()
|
A D | clnt_tcp.c | 316 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
|
A D | clnt_unix.c | 292 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
|
A D | clnt_udp.c | 452 (void) xdr_opaque_auth (xdrs, in clntudp_call()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | auth.h | 220 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW; 221 libc_hidden_proto(xdr_opaque_auth)
|
Completed in 9 milliseconds