summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/skcipher.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-011-6/+0
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-011-6/+0
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-211-2/+0
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-181-51/+12
* 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/+1
* 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/+0
* [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-111-0/+13
* [CRYPTO] null: Add null blkcipher algorithmHerbert Xu2008-01-111-0/+5
* [CRYPTO] skcipher: Create default givcipher instancesHerbert Xu2008-01-111-0/+2
* [CRYPTO] skcipher: Added skcipher_givcrypt_completeHerbert Xu2008-01-111-0/+12
* [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu2008-01-111-0/+18
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-111-0/+9
* [CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu2008-01-111-0/+51