freebsd-dev/sys/dev/random
John Baldwin 56f5947a71 Remove checks for __GNUCLIKE_ASM assuming it is always true.
All supported compilers (modern versions of GCC and clang) support
this.

Many places didn't have an #else so would just silently do the wrong
thing.  Ancient versions of icc (the original motivation for this) are
no longer a compiler FreeBSD supports.

PR:		263102 (exp-run)
Reviewed by:	brooks, imp
Differential Revision:	https://reviews.freebsd.org/D34797
2022-04-12 10:05:45 -07:00
..
fenestrasX kern: harvest entropy from callouts 2022-02-03 10:05:06 -06:00
build.sh
darn.c
fortuna.c
fortuna.h
hash.c random(3): Fix a typo in a source code comment 2022-04-09 09:14:22 +02:00
hash.h
ivy.c
nehemiah.c Remove checks for __GNUCLIKE_ASM assuming it is always true. 2022-04-12 10:05:45 -07:00
other_algorithm.c
other_algorithm.h
random_harvestq.c Add support for getting early entropy from UEFI 2022-02-17 13:01:11 -08:00
random_harvestq.h kern: random: drop read_rate and associated functionality 2021-09-23 01:03:01 -05:00
random_infra.c
randomdev.c randomdev: Remove 100 ms sleep from write routine 2021-11-16 10:27:27 -08:00
randomdev.h
uint128.h
unit_test.c
unit_test.h