nuttx/crypto
Sebastien Lorquet a7257eff52 This change:
- Avoids the use of up_aesinitialize() entirely, which resolves dependency problems, because this function does not make sure that an actual hardware aes implementation was made available: each SoC is now responsible to ensure the AES hardware is initialized before first use. This applies to lpc43xx, stm32 and sam34.
    - Remove definitions of the NEVER used aes_init and aes_update operations. The new AES API will be more suitable.
    - Change the unusual naming in stm32 (avoiding possible naming clashes)
    - Change the unusual naming in sam34 (avoiding possible naming clashes)
    - Add some FAR to pointers and enforce the 80 col limit in stm32 and sam
2018-12-19 08:42:48 -06:00
..
aes.c This change: 2018-12-19 08:42:48 -06:00
blake2s.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
crypto.c This change: 2018-12-19 08:42:48 -06:00
cryptodev.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -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
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