This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
crypto
History
Sebastien Lorquet
c912e53344
crypto/aes.c: This commit provides an improved AES cipher API in addition to the existing routines. The reasons for this new API are: 1) better performance, giving the possibility to avoid re-setting-up the key for each AES block when the same key is used multiple times. This is important for the current single user of AES, which is related to storage and FTL. And 2) suitable for simultaneous use of multiple AES keys, which will be required by the upcoming crypto framework. It retains compatibility with the previous API, so there is no need to change anything else right now.
2018-12-18 10:21:37 -06:00
..
aes.c
crypto/aes.c: This commit provides an improved AES cipher API in addition to the existing routines. The reasons for this new API are: 1) better performance, giving the possibility to avoid re-setting-up the key for each AES block when the same key is used multiple times. This is important for the current single user of AES, which is related to storage and FTL. And 2) suitable for simultaneous use of multiple AES keys, which will be required by the upcoming crypto framework. It retains compatibility with the previous API, so there is no need to change anything else right now.
2018-12-18 10:21:37 -06:00
blake2s.c
Add entropy pool and strong random number generator
2017-03-30 07:38:37 -06:00
crypto.c
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -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