Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dauth_null.c133 .crunwrap_resp = rpcauth_unwrap_resp_decode,
H A Dauth_unix.c234 .crunwrap_resp = rpcauth_unwrap_resp_decode,
H A Dauth.c788 rpcauth_unwrap_resp_decode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp_decode() function
794 EXPORT_SYMBOL_GPL(rpcauth_unwrap_resp_decode);
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dauth.h173 int rpcauth_unwrap_resp_decode(struct rpc_task *task,
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c2136 status = rpcauth_unwrap_resp_decode(task, xdr); in gss_unwrap_resp()