mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add RANDOM_PURE for use by crypto drivers that harvest data from h/w RNG's
This commit is contained in:
parent
107c3eaaac
commit
9b53341f29
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ enum esource {
|
|||
RANDOM_MOUSE,
|
||||
RANDOM_NET,
|
||||
RANDOM_INTERRUPT,
|
||||
RANDOM_PURE,
|
||||
ENTROPYSOURCE
|
||||
};
|
||||
void random_harvest(void *, u_int, u_int, u_int, enum esource);
|
||||
|
|
|
|||
Loading…
Reference in a new issue