mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
random(4): Add CCP random source definitions
The implementation will follow (D12723). For now, get the changes to commit-protected files out of the way. Approved by: secteam (gordon) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D13925
This commit is contained in:
parent
76785d6ea5
commit
e170090541
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328038
@ -304,6 +304,7 @@ static const char *random_source_descr[ENTROPYSOURCE] = {
|
||||
[RANDOM_PURE_RNDTEST] = "PURE_RNDTEST",
|
||||
[RANDOM_PURE_VIRTIO] = "PURE_VIRTIO",
|
||||
[RANDOM_PURE_BROADCOM] = "PURE_BROADCOM",
|
||||
[RANDOM_PURE_CCP] = "PURE_CCP",
|
||||
/* "ENTROPYSOURCE" */
|
||||
};
|
||||
|
||||
|
@ -94,6 +94,7 @@ enum random_entropy_source {
|
||||
RANDOM_PURE_RNDTEST,
|
||||
RANDOM_PURE_VIRTIO,
|
||||
RANDOM_PURE_BROADCOM,
|
||||
RANDOM_PURE_CCP,
|
||||
ENTROPYSOURCE
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user