Searched refs:this_shift (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c415 int this_shift; local
419 this_shift = min(shift - shifted, LOCAL_BUF_LEN);
420 rotate_buf_a_little(buf, this_shift);
421 shifted += this_shift;

Completed in 63 milliseconds