aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/skcipher.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-12/+0
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu1-30/+0
2019-09-09crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel1-0/+5
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+60
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers1-0/+60
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-01-11crypto: skcipher - add helper for simple block cipher modesEric Biggers1-0/+15
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-2/+0
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel1-1/+1
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu1-0/+4
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu1-0/+47
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers1-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers1-6/+0
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers1-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu1-51/+12
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu1-0/+87
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu1-0/+15
2014-06-20crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut1-2/+1
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert1-0/+2
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-2/+2
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-6/+0
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu1-1/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu1-0/+6
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu1-0/+13
2008-01-11[CRYPTO] null: Add null blkcipher algorithmHerbert Xu1-0/+5
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu1-0/+2
2008-01-11[CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu1-0/+12
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu1-0/+18
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu1-0/+9
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu1-0/+51