Searched refs:movelen (Results 1 – 1 of 1) sorted by relevance
153 unsigned int movelen; in gss_krb5_unwrap_v2() local223 movelen = min_t(unsigned int, buf->head[0].iov_len, len); 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()