summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/skcipher.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2023-10-131-42/+0
* crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu2023-10-131-0/+6
* crypto: skcipher - Add lskcipherHerbert Xu2023-09-201-14/+100
* crypto: skcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-181-0/+8
* crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-1/+0
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+1
* crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers2020-01-091-2/+2
* crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-8/+3
* crypto: skcipher - remove skcipher_walk_aead()Eric Biggers2020-01-091-2/+0
* crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu2019-12-271-3/+11
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-20/+0
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-12/+0
* crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-051-30/+0
* crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel2019-09-091-0/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-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/+1
|/
* 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/+0
* 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/+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