| 7d596a54 | 05-Nov-2023 |
Aaron LI <aly@aaronly.me> |
libkern: Remove karc4rand() in favor of karc4random_buf()
The latter karc4random_buf()/arc4random_buf() sees more adoptions in other BSDs as well as the userland. So only reserve the latter and rem
libkern: Remove karc4rand() in favor of karc4random_buf()
The latter karc4random_buf()/arc4random_buf() sees more adoptions in other BSDs as well as the userland. So only reserve the latter and remove the former.
Update the kernel code accordingly to use karc4random_buf() only.
show more ...
|