Jason A. Donenfeld d38bb08535 random: cleanup integer types
Rather than using the userspace type, __uXX, switch to using uXX. And
rather than using variously chosen `char *` or `unsigned char *`, use
`u8 *` uniformly for things that aren't strings, in the case where we
are doing byte-by-byte traversal.

Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-18 13:03:55 +01:00
..
2022-01-16 08:08:11 +02:00
2018-06-05 11:24:55 -07:00
2021-05-21 10:09:30 +02:00
2021-06-04 15:35:03 +02:00
2021-09-14 10:46:19 +02:00
2022-01-18 13:03:55 +01:00
2021-07-27 12:17:21 +02:00