Home
last modified time | relevance | path

Searched refs:rpcauth_unwrap_resp_decode (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dauth_null.c133 .crunwrap_resp = rpcauth_unwrap_resp_decode,
H A Dauth_tls.c166 .crunwrap_resp = rpcauth_unwrap_resp_decode,
H A Dauth_unix.c242 .crunwrap_resp = rpcauth_unwrap_resp_decode,
H A Dauth.c794 rpcauth_unwrap_resp_decode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp_decode() function
800 EXPORT_SYMBOL_GPL(rpcauth_unwrap_resp_decode);
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h176 int rpcauth_unwrap_resp_decode(struct rpc_task *task,
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c2173 status = rpcauth_unwrap_resp_decode(task, xdr); in gss_unwrap_resp()