1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/sys/dev/random
Adrian Chadd a09968c479 Convert the random entropy harvesting code to use a const void * pointer
rather than just void *.

Then, as part of this, convert a couple of mbuf m->m_data accesses
to mtod(m, const void *).

Reviewed by:	markm
Approved by:	security-officer (delphij)
Sponsored by:	Netflix, Inc.
2013-11-01 20:53:49 +00:00
..
dummy_rng.c Fix a problem where the priority order of yarrow,dummy can get reversed 2013-10-12 23:15:06 +00:00
harvest.c Convert the random entropy harvesting code to use a const void * pointer 2013-11-01 20:53:49 +00:00
hash.c
hash.h
ivy.c Utilize the stronger guarantees on the call arguments from the 2013-10-17 07:57:58 +00:00
live_entropy_sources.c
live_entropy_sources.h
nehemiah.c
random_adaptors.c Make sure a vaiable is always initialised. 2013-10-12 23:19:01 +00:00
random_adaptors.h
random_harvestq.c
random_harvestq.h
randomdev_soft.c Fix a problem where the priority order of yarrow,dummy can get reversed 2013-10-12 23:15:06 +00:00
randomdev_soft.h
randomdev.c
randomdev.h Fix a problem where the priority order of yarrow,dummy can get reversed 2013-10-12 23:15:06 +00:00
rwfile.c
rwfile.h
yarrow.c
yarrow.h