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