nuttx/drivers/input
Jussi Kivilinna dffb8a67e3 Add entropy pool and strong random number generator
Entropy pool gathers environmental noise from device drivers, user-space, etc., and returns good random numbers, suitable for cryptographic use. Based on entropy pool design from *BSDs and uses BLAKE2Xs algorithm for CSPRNG output.

Patch also adds /dev/urandom support for using entropy pool RNG and new 'getrandom' system call for getting randomness without file-descriptor usage (thus avoiding file-descriptor exhaustion attacks). The 'getrandom' interface is similar as 'getentropy' and 'getrandom' available on OpenBSD and Linux respectively.
2017-03-30 07:38:37 -06:00
..
ads7843e.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
ads7843e.h
ajoystick.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
button_lower.c Add argument to STM32 EXTI interrupt handlers. 2017-02-27 14:21:30 -06:00
button_upper.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
djoystick.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
Kconfig Kconfig files: Fix some dependencies that have CONFIG_ in the variable name 2016-06-17 19:30:19 -06:00
Make.defs
max11802.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
max11802.h
mxt.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
mxt.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
stmpe811_adc.c drivers/: Change some nerr() ERRORS to ninfo() and nwarn() WARNINGS. 2016-06-12 09:26:12 -06:00
stmpe811_base.c STMPE811 driver needs argument in interrupt handler 2017-02-27 11:41:48 -06:00
stmpe811_gpio.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
stmpe811_temp.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
stmpe811_tsc.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
stmpe811.h
tsc2007.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
tsc2007.h