summaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c
AgeCommit message (Expand)AuthorLines
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers-74/+2
2018-11-09crypto: user - clean up report structure copyingEric Biggers-20/+12
2018-08-03crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers-31/+26
2018-07-09crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne-0/+2
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza-2/+3
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu-222/+0
2016-06-07crypto: skcipher - remove unused header cpumask.hGeliang Tang-1/+0
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld-1/+1
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu-1/+1
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu-1/+1
2015-05-25crypto: skcipher - Use tmpl->createHerbert Xu-0/+8
2015-04-26crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu-1/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica-2/+1
2014-12-22crypto: ablkcipher - fixed style errors in ablkcipher.cJoshua I. James-2/+6
2013-10-30crypto: skcipher - Use eseqiv even on UP machinesHerbert Xu-20/+1
2013-02-19crypto: user - fix info leaks in report APIMathias Krause-6/+6
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller-6/+6
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