summaryrefslogtreecommitdiffstats
path: root/src/crypto/crypto_null.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-181-23/+39
* Add dummy setiv methodMichael Brown2007-02-011-1/+6
* ...but not when it's being used as a digest algorithm...Michael Brown2007-01-311-2/+4
* The null crypto algorithm should at least copy data...Michael Brown2007-01-311-6/+7
* Add null crypto algorithmMichael Brown2007-01-311-0/+61