Searched refs:xdr_stream_encode_opaque_auth (Results 1 – 4 of 4) sorted by relevance
| /linux/net/sunrpc/ ! |
| H A D | svcauth_unix.c | 785 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_null_accept() 883 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_tls_accept() 980 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_unix_accept()
|
| H A D | xdr.c | 2292 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor, in xdr_stream_encode_opaque_auth() function 2307 EXPORT_SYMBOL_GPL(xdr_stream_encode_opaque_auth);
|
| /linux/include/linux/sunrpc/ ! |
| H A D | xdr.h | 346 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor,
|
| /linux/net/sunrpc/auth_gss/ ! |
| H A D | svcauth_gss.c | 775 return xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, RPC_AUTH_GSS, in svcauth_gss_encode_verf() 1031 return xdr_stream_encode_opaque_auth(xdr, RPC_AUTH_NULL, NULL, 0) > 0; in svcauth_gss_proc_init_verf()
|