summaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c
AgeCommit message (Expand)AuthorLines
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert-2/+2
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu-0/+14
2011-10-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert-0/+23
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert-0/+25
2011-01-29crypto: skcipher - remove redundant NULL checkDavidlohr Bueso-2/+1
2010-06-23crypto: skcipher - avoid NULL dereferenceJiri Slaby-1/+1
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller-0/+277
2010-02-16crypto: ablkcipher - Fix checkpatch errorsRichard Hartmann-2/+2
2009-08-14crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu-0/+6
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu-1/+19
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu-1/+2
2009-02-18crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu-0/+19
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu-3/+0
2008-01-11[CRYPTO] api: Show async typeHerbert Xu-0/+4
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu-1/+157
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu-1/+9
2008-01-11[CRYPTO] skcipher: Added geniv fieldHerbert Xu-0/+2
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu-0/+46
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu-2/+23
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