Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dsvcauth_unix.c775 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_null_accept()
867 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_tls_accept()
964 if (xdr_stream_encode_opaque_auth(&rqstp->rq_res_stream, in svcauth_unix_accept()
A Dxdr.c2325 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor, in xdr_stream_encode_opaque_auth() function
2340 EXPORT_SYMBOL_GPL(xdr_stream_encode_opaque_auth);
/linux-6.3-rc2/include/linux/sunrpc/
A Dxdr.h351 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor,
/linux-6.3-rc2/net/sunrpc/auth_gss/
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()

Completed in 24 milliseconds