Searched refs:tailskip (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_wrap.c | 151 u32 headskip, tailskip; in gss_krb5_unwrap_v2() local 188 &headskip, &tailskip); in gss_krb5_unwrap_v2() 197 len - GSS_KRB5_TOK_HDR_LEN - tailskip, in gss_krb5_unwrap_v2() 232 xdr_buf_trim(buf, ec + GSS_KRB5_TOK_HDR_LEN + tailskip); in gss_krb5_unwrap_v2() 235 *slack = *align + XDR_QUADLEN(ec + GSS_KRB5_TOK_HDR_LEN + tailskip); in gss_krb5_unwrap_v2()
|
H A D | gss_krb5_internal.h | 44 struct xdr_buf *buf, u32 *headskip, u32 *tailskip); 192 struct xdr_buf *buf, u32 *headskip, u32 *tailskip);
|
H A D | gss_krb5_crypto.c | 858 struct xdr_buf *buf, u32 *headskip, u32 *tailskip) in gss_krb5_aes_decrypt() argument 904 *tailskip = kctx->gk5e->cksumlength; in gss_krb5_aes_decrypt() 1101 struct xdr_buf *buf, u32 *headskip, u32 *tailskip) in krb5_etm_decrypt() argument 1147 *tailskip = kctx->gk5e->cksumlength; in krb5_etm_decrypt()
|