random: make consistent use of buf and len
The current code was a mix of "nbytes", "count", "size", "buffer", "in",
and so forth. Instead, let's clean this up by naming input parameters
"buf" (or "ubuf") and "len", so that you always understand that you're
reading this variety of function argument.
Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
Showing
This diff is collapsed.
Please register or sign in to comment