aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu2007-10-101-4/+0
* [CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu2007-10-101-1/+4
* [CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior2007-08-061-1/+1
* [CRYPTO] api: Allow ablkcipher with no queuesSebastian Siewior2007-07-111-2/+4
* [CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior2007-07-111-0/+25
* [CRYPTO] api: Add async blkcipher typeHerbert Xu2007-05-021-0/+83