Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Dauth_null.c133 .crunwrap_resp = rpcauth_unwrap_resp_decode,
Dauth_tls.c166 .crunwrap_resp = rpcauth_unwrap_resp_decode,
Dauth_unix.c242 .crunwrap_resp = rpcauth_unwrap_resp_decode,
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);
/linux-6.12.1/include/linux/sunrpc/
Dauth.h176 int rpcauth_unwrap_resp_decode(struct rpc_task *task,
/linux-6.12.1/net/sunrpc/auth_gss/
Dauth_gss.c2173 status = rpcauth_unwrap_resp_decode(task, xdr); in gss_unwrap_resp()