summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls_aes.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()Michael Brown2009-02-191-90/+2Star
* [crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown2009-02-191-23/+208
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-181-3/+3
* [crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown2009-02-181-9/+25
* [crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown2009-02-181-12/+12
* Add per-file error identifiersMichael Brown2007-07-241-0/+1
* Added wrapper for AXTLS AES codeMichael Brown2007-01-311-0/+53