Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
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()
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);
/Linux-v6.6/include/linux/sunrpc/
Dxdr.h354 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor,
/Linux-v6.6/net/sunrpc/auth_gss/
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()