Searched refs:headskip (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/sunrpc/auth_gss/ ! |
D | gss_krb5_wrap.c | 151 u32 headskip, tailskip; in gss_krb5_unwrap_v2() local 188 &headskip, &tailskip); in gss_krb5_unwrap_v2() 224 movelen -= offset + GSS_KRB5_TOK_HDR_LEN + headskip; in gss_krb5_unwrap_v2() 225 BUG_ON(offset + GSS_KRB5_TOK_HDR_LEN + headskip + movelen > in gss_krb5_unwrap_v2() 227 memmove(ptr, ptr + GSS_KRB5_TOK_HDR_LEN + headskip, movelen); in gss_krb5_unwrap_v2() 228 buf->head[0].iov_len -= GSS_KRB5_TOK_HDR_LEN + headskip; in gss_krb5_unwrap_v2() 229 buf->len = len - (GSS_KRB5_TOK_HDR_LEN + headskip); in gss_krb5_unwrap_v2() 234 *align = XDR_QUADLEN(GSS_KRB5_TOK_HDR_LEN + headskip); in gss_krb5_unwrap_v2()
|
D | gss_krb5_internal.h | 44 struct xdr_buf *buf, u32 *headskip, u32 *tailskip); 192 struct xdr_buf *buf, u32 *headskip, u32 *tailskip);
|
D | gss_krb5_crypto.c | 858 struct xdr_buf *buf, u32 *headskip, u32 *tailskip) in gss_krb5_aes_decrypt() argument 903 *headskip = crypto_sync_skcipher_blocksize(cipher); in gss_krb5_aes_decrypt() 1101 struct xdr_buf *buf, u32 *headskip, u32 *tailskip) in krb5_etm_decrypt() argument 1146 *headskip = crypto_sync_skcipher_blocksize(cipher); in krb5_etm_decrypt()
|