summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/skcipher.h
Commit message (Expand)AuthorAge
* crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel2019-09-09
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-11
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-22
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-30
* crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-01
* crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-28
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-10-31
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-10-31
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-20
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-18
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-18
* crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-21
* crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut2014-06-20
* crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert2012-03-29
* crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu2009-08-29
* crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-29
* [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-08
* [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-22
* [CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu2008-01-10
* [CRYPTO] null: Add null blkcipher algorithmHerbert Xu2008-01-10
* [CRYPTO] skcipher: Create default givcipher instancesHerbert Xu2008-01-10
* [CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu2008-01-10
* [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu2008-01-10
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-10
* [CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu2008-01-10