incubator-nuttx/crypto
Gregory Nutt b49be4bb20 Squashed commit of the following:
arch/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    sched/ audio/ crypto/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    Documentation/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    fs/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    graphics/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    net/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    drivers/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    include/, syscall/, wireless/:  Removed all references to CONFIG_DISABLE_POLL.  The standard POSIX poll() can not longer be disabled.
    configs/:  Remove all references to CONFIG_DISABLE_POLL.  Standard POSIX poll can no longer be disabled.
2019-05-21 18:57:54 -06:00
..
Kconfig Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
Makefile Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
aes.c crypto/aes.c: When we upgraded our code to NuttX 7.28 crypto/aes.c would no longer compile. Attached is a patch which fixes the compilation errors. 2019-01-23 07:25:44 -06:00
blake2s.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
crypto.c This change: 2018-12-19 08:42:48 -06:00
cryptodev.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
random_pool.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
testmngr.c Fix a few places where there was a semicolon following the 'if' condition, makeing the following logic unconditional. 2017-10-10 14:24:13 -06:00
testmngr.h Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00