fishinabarrel/linux-kernel-module-rust
在 GitHub 查看Expose enough APIs to support implementing a good CSPRNG-file device
Open
#164 创建于 2019年9月1日
enhancementgood first issue
仓库指标
- Star
- (1,340 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Basically /dev/urandom but blocks if the pool hasn't been initialized yet (same semantics as getrandom).
-
writeonFileOperations -
ioctlonFileOperations -
pollonFileOperations - An API for the kernel CSPRNG (
get_random_bytes,crng_ready,wait_for_random_bytes)