Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dauth_unix.c197 auth->au_verfsize = XDR_QUADLEN(size) + 2; in unx_validate()
227 .au_verfsize = NUL_REPLYSLACK,
H A Dauth_null.c117 .au_verfsize = NUL_REPLYSLACK,
H A Dauth_tls.c151 .au_verfsize = NUL_REPLYSLACK,
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h76 unsigned int au_verfsize; /* size of reply verifier */ member
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1063 auth->au_verfsize = GSS_VERF_SLACK >> 2; in gss_create_new()
1723 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2; in gss_validate()
1957 auth->au_ralign = auth->au_verfsize + before; in gss_update_rslack()
1958 auth->au_rslack = auth->au_verfsize + after; in gss_update_rslack()
/openbmc/linux/include/trace/events/
H A Drpcgss.h479 __entry->verfsize = auth->au_verfsize;