Home
last modified time | relevance | path

Searched refs:xdr_stream_encode_opaque_auth (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvcauth_unix.c784 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_null_accept()
882 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_tls_accept()
979 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_unix_accept()
H A Dxdr.c2398 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor, in xdr_stream_encode_opaque_auth() function
2413 EXPORT_SYMBOL_GPL(xdr_stream_encode_opaque_auth);
/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h354 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor,
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c775 return xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, RPC_AUTH_GSS, in svcauth_gss_encode_verf()
1041 return xdr_stream_encode_opaque_auth(xdr, RPC_AUTH_NULL, NULL, 0) > 0; in svcauth_gss_proc_init_verf()