summaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c
AgeCommit message (Expand)AuthorLines
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu-4/+0
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu-1/+4
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior-1/+1
2007-07-11[CRYPTO] api: Allow ablkcipher with no queuesSebastian Siewior-2/+4
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior-0/+25
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu-0/+83