aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/CRYPv1/hal_crypto_lld.h
Commit message (Expand)AuthorAgeFilesLines
* Modified AES GCM function signatures.Giovanni Di Sirio2019-04-121-12/+14
* Mass update of all drivers to use the new DMA API. What could possibly go wrong?Giovanni Di Sirio2019-01-021-22/+14
* Added a no-DMA mode.Giovanni Di Sirio2018-12-261-1/+8
* Settled for a weird DMA use in this driver. Apparently it is working, it need...Giovanni Di Sirio2018-12-261-0/+17
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12483 110e8d01-0319-4d1...gdisirio2018-12-261-12/+86
* Crypto-related changes.Giovanni Di Sirio2018-12-231-12/+3
* Crypto driver changes, removed TRNG.gdisirio2018-12-191-26/+26
* Some changes to the crypto infrastructure.Giovanni Di Sirio2018-09-081-14/+0
* More work on crypto.Giovanni Di Sirio2018-09-081-15/+55
* Preparation work for STM32 crypto driver.Giovanni Di Sirio2018-09-081-21/+76
* TRNG API now takes a new "size" parameter, the API can now generate random nu...Giovanni Di Sirio2018-09-081-1/+1
* Added more conditionals to CRY driver. Removed conditionals from high level f...Giovanni Di Sirio2018-06-131-6/+26
* Add conditional compilation to resolve the compilation error (error: unknown ...Theodore Ateba2018-06-121-1/+11
* HMAC templates added.Giovanni Di Sirio2018-05-061-0/+36
* Crypto SHA reworked.Giovanni Di Sirio2018-03-091-6/+42
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-201-1/+1
* Added SHAx and TRNG to the crypto driver model.Giovanni Di Sirio2017-11-301-5/+16
* Added (T)DES support to the crypto driver.Giovanni Di Sirio2017-10-291-0/+42
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10888 35acf78f-673a-041...Giovanni Di Sirio2017-10-231-4/+21
* Added capability for a fall-back crypto implementation.Giovanni Di Sirio2017-10-221-18/+7
* More crypto code, still unfinished.Giovanni Di Sirio2017-10-221-8/+58
* Crypto driver initial setup.Giovanni Di Sirio2017-10-221-0/+159