aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/axtls_aes.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2010-01-05[crypto] Make AES context size and algorithm structure externally availableJoshua Oreman1-12/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-19[crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()Michael Brown1-90/+2
2009-02-19[crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown1-23/+208
2009-02-18[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown1-3/+3
2009-02-18[crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown1-9/+25
2009-02-18[crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown1-12/+12
2007-07-24Add per-file error identifiersMichael Brown1-0/+1
2007-01-31Added wrapper for AXTLS AES codeMichael Brown1-0/+53