sys_getrandom

Function sys_getrandom 

Source
pub fn sys_getrandom(
    _abi: &mut LinuxRiscv64Abi,
    trapframe: &mut Trapframe,
) -> usize
Expand description

Linux sys_getrandom implementation

Fills the user buffer with random bytes from the kernel pool.