aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/algapi.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Gravatar Eric Biggers 1-5/+0
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceGravatar Herbert Xu 1-0/+3
2023-06-23crypto: api - Remove crypto_init_ops()Gravatar Dmitry Safonov 1-1/+0
2023-04-14crypto: api - Move low-level functions into algapi.hGravatar Herbert Xu 1-0/+14
2023-03-31crypto: lib/utils - Move utilities into new headerGravatar Herbert Xu 1-62/+1
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hGravatar Herbert Xu 1-0/+13
2023-03-14crypto: algapi - Move stat reporting into algapiGravatar Herbert Xu 1-0/+3
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-2/+1
2023-02-13crypto: api - Add scaffolding to change completion function signatureGravatar Herbert Xu 1-0/+7
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hGravatar Herbert Xu 1-1/+1
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Gravatar Herbert Xu 1-1/+1
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaGravatar Herbert Xu 1-2/+39
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesGravatar Ard Biesheuvel 1-2/+8
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+4
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hGravatar Herbert Xu 1-0/+9
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsGravatar Liu Shixin 1-1/+0
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-39/+0
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-1/+1
2020-08-19crypto: algapi - Move crypto_yield into internal.hGravatar Herbert Xu 1-6/+0
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Eric Biggers 1-1/+2
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSGravatar Eric Biggers 1-1/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-7/+16
2020-05-08crypto: algapi - create function to add request in front of queueGravatar Iuliana Prodan 1-0/+2
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Gravatar Eric Biggers 1-2/+0
2020-01-09crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Gravatar Eric Biggers 1-3/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersGravatar Eric Biggers 1-22/+0
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnGravatar Eric Biggers 1-2/+2
2020-01-09crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Gravatar Eric Biggers 1-0/+25
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Gravatar Eric Biggers 1-8/+2
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnGravatar Herbert Xu 1-2/+15
2019-12-20crypto: algapi - make unregistration functions return voidGravatar Eric Biggers 1-1/+1
2019-12-11crypto: api - Do not zap spawn->algGravatar Herbert Xu 1-0/+1
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportGravatar Ard Biesheuvel 1-75/+0
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeGravatar Eric Biggers 1-74/+0
2019-08-02crypto: api - Remove redundant #ifdef in crypto_yield()Gravatar Thomas Gleixner 1-2/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Gravatar Eric Biggers 1-7/+0
2019-01-25crypto: api - add a helper to (un)register a array of templatesGravatar Xiongfeng Wang 1-0/+2
2019-01-11crypto: algapi - remove crypto_alloc_instance()Gravatar Eric Biggers 1-4/+2
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsGravatar Martin K. Petersen 1-0/+10
2018-09-04crypto: api - Introduce generic max blocksize and alignmaskGravatar Kees Cook 1-1/+3
2018-04-21crypto: api - laying defines and checks for statically allocated buffersGravatar Salvatore Mesoraca 1-0/+8
2018-03-31crypto: api - Remove unused crypto_type lookup functionGravatar Herbert Xu 1-1/+0
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-0/+19
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Gravatar Ard Biesheuvel 1-2/+2
2017-02-27crypto: api - Add crypto_requires_off helperGravatar Herbert Xu 1-1/+6
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticGravatar Ard Biesheuvel 1-2/+18
2016-09-07crypto: engine - move crypto engine to its own headerGravatar Corentin LABBE 1-70/+0
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onGravatar Herbert Xu 1-0/+2