summaryrefslogtreecommitdiff
path: root/nuttx/crypto/testmngr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues when AES support was added for the STM32L1. From Juha NiskanenGregory Nutt2015-03-041-3/+17
|
* Re-arrange condition logic from the last change to avoid having ↵Gregory Nutt2015-02-041-12/+3
| | | | STM32-specific conditional logic outside of the STM32 sandbox.
* STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha ↵Gregory Nutt2015-02-041-0/+10
| | | | Niskanen <juha.niskanen@haltian.com>
* 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-031-3/+2
|
* Correct authorship on a few filesGregory Nutt2014-07-031-1/+1
|
* Move cypto debug definitions to debug.h with other susbsystem-level debugGregory Nutt2014-07-031-2/+2
|
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+125