summaryrefslogtreecommitdiff
path: root/nuttx/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Fix issues when AES support was added for the STM32L1. From Juha NiskanenGregory Nutt2015-03-042-10/+17
* Missed a part of the last changeGregory Nutt2015-02-041-0/+16
* Re-arrange condition logic from the last change to avoid having STM32-specifi...Gregory Nutt2015-02-042-12/+43
* STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskan...Gregory Nutt2015-02-042-1/+11
* Use tabs in Kconfig fileGregory Nutt2014-11-301-10/+10
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-7/+17
* Path segments reversed in include file path. Noted by Brennan AshtonGregory Nutt2014-09-251-2/+2
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Move crypto header files from include/crypto to include/nuttx/cryptoGregory Nutt2014-07-033-6/+6
* Correct authorship on a few filesGregory Nutt2014-07-034-5/+5
* Move cypto debug definitions to debug.h with other susbsystem-level debugGregory Nutt2014-07-032-4/+4
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-036-0/+986