Home
last modified time | relevance | path

Searched refs:rpcauth_wrap_req_encode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dauth_null.c130 .crwrap_req = rpcauth_wrap_req_encode,
Dauth_unix.c231 .crwrap_req = rpcauth_wrap_req_encode,
Dauth.c787 int rpcauth_wrap_req_encode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_wrap_req_encode() function
794 EXPORT_SYMBOL_GPL(rpcauth_wrap_req_encode);
/Linux-v5.4/include/linux/sunrpc/
Dauth.h172 int rpcauth_wrap_req_encode(struct rpc_task *task,
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c1742 if (rpcauth_wrap_req_encode(task, xdr)) in gss_wrap_req_integ()
1838 if (rpcauth_wrap_req_encode(task, xdr)) in gss_wrap_req_priv()
1906 status = rpcauth_wrap_req_encode(task, xdr); in gss_wrap_req()
1911 status = rpcauth_wrap_req_encode(task, xdr); in gss_wrap_req()