aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-11-09crypto: user - clean up report structure copyingEric Biggers
2018-08-03crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-07-09crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu
2016-06-07crypto: skcipher - remove unused header cpumask.hGeliang Tang
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu
2015-05-25crypto: skcipher - Use tmpl->createHerbert Xu
2015-04-26crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-12-22crypto: ablkcipher - fixed style errors in ablkcipher.cJoshua I. James
2013-10-30crypto: skcipher - Use eseqiv even on UP machinesHerbert Xu
2013-02-19crypto: user - fix info leaks in report APIMathias Krause
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu
2011-10-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert
2011-01-29crypto: skcipher - remove redundant NULL checkDavidlohr Bueso
2010-06-23crypto: skcipher - avoid NULL dereferenceJiri Slaby
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller
2010-02-16crypto: ablkcipher - Fix checkpatch errorsRichard Hartmann
2009-08-14crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu
2009-02-18crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu
2008-01-11[CRYPTO] api: Show async typeHerbert Xu
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu
2008-01-11[CRYPTO] skcipher: Added geniv fieldHerbert Xu
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior
2007-07-11[CRYPTO] api: Allow ablkcipher with no queuesSebastian Siewior
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu