Skip to content
Commit 6216c6cf authored by Flavio Ceolin's avatar Flavio Ceolin Committed by Anas Nashif
Browse files

random: Add syscalls for random subsystem



Create syscalls to make possible using random APIs from user mode
threads. These APIs can have different implementations, like using
entropy driver or Xoroshiro128. Some of these implementations also have
some globals to preserve state between calls.

Make it run entire in user space would require user adding these globals
to their memeory domains and/or grant access to entropy device. Syscalls
simplify its usage.

Signed-off-by: default avatarFlavio Ceolin <flavio.ceolin@intel.com>
parent 177f2dac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment