freebsd-dev/sys/dev/random
Dimitry Andric e7ad54b2b4 Now our binutils's assembler supports the Intel Random Number Generator
extensions, we can change the .byte directives in sys/dev/random/ivy.c
to plain 'rdrand' mnemonics.  This already worked for clang users, but
now it will also work for gcc users.

Approved by:	re (kib)
Approved by:	so (des)
MFC after:	1 week
2013-10-08 17:26:28 +00:00
..
harvest.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
hash.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
hash.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
ivy.c Now our binutils's assembler supports the Intel Random Number Generator 2013-10-08 17:26:28 +00:00
nehemiah.c * Add random_adaptors.[ch] which is basically a store of random_adaptor's. 2013-08-09 15:31:50 +00:00
pseudo_rng.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
random_adaptors.c Fix verbose output line; needs <NL> 2013-09-08 16:48:03 +00:00
random_adaptors.h Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
random_harvestq.c Separate out the Software RNG entropy harvesting queue and thread into its own files. 2013-08-30 11:42:57 +00:00
random_harvestq.h Separate out the Software RNG entropy harvesting queue and thread into its own files. 2013-08-30 11:42:57 +00:00
randomdev_soft.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
randomdev_soft.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
randomdev.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
randomdev.h Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
yarrow.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
yarrow.h Snapshot of current work; 2013-08-26 18:29:51 +00:00