summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/skcipher.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-0/+60
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-131-0/+60
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-111-0/+15
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-2/+0Star
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-301-1/+1
* crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-011-0/+4
* crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+47
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-011-6/+0Star
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-011-6/+0Star
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-211-2/+0Star
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-181-51/+12Star
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-181-0/+87
* crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-211-0/+15
* crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut2014-06-201-2/+1Star
* crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert2012-03-291-0/+2
* crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu2009-08-291-2/+2
* crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-291-6/+0Star
* [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-081-1/+1
* [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-231-0/+6
* [CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu2008-01-101-0/+13
* [CRYPTO] null: Add null blkcipher algorithmHerbert Xu2008-01-101-0/+5
* [CRYPTO] skcipher: Create default givcipher instancesHerbert Xu2008-01-101-0/+2
* [CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu2008-01-101-0/+12
* [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu2008-01-101-0/+18
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-101-0/+9
* [CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu2008-01-101-0/+51