summaryrefslogtreecommitdiffstats
path: root/include/crypto/algapi.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-021-3/+0
* crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2023-10-271-5/+0
* crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu2023-08-111-0/+3
* crypto: api - Remove crypto_init_ops()Dmitry Safonov2023-06-231-1/+0
* crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-141-0/+14
* crypto: lib/utils - Move utilities into new headerHerbert Xu2023-03-311-62/+1
* crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu2023-03-141-0/+13
* crypto: algapi - Move stat reporting into algapiHerbert Xu2023-03-141-0/+3
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-2/+1
* crypto: api - Add scaffolding to change completion function signatureHerbert Xu2023-02-131-0/+7
* crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu2022-12-051-1/+1
* crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu2022-12-021-1/+1
* crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu2022-12-021-2/+39
* crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel2022-03-031-2/+8
* crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-171-1/+4
* crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu2021-06-241-0/+9
* crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2021-06-171-1/+0
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-39/+0
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-1/+1
* crypto: algapi - Move crypto_yield into internal.hHerbert Xu2020-08-191-6/+0
* crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers2020-07-161-1/+2
* crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers2020-07-161-1/+2
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-7/+16
* crypto: algapi - create function to add request in front of queueIuliana Prodan2020-05-081-0/+2
* crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers2020-01-091-2/+0
* crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers2020-01-091-3/+0
* crypto: algapi - remove obsoleted instance creation helpersEric Biggers2020-01-091-22/+0
* crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers2020-01-091-2/+2
* crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Eric Biggers2020-01-091-0/+25
* crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers2020-01-091-8/+2
* crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu2019-12-271-2/+15
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-201-1/+1
* crypto: api - Do not zap spawn->algHerbert Xu2019-12-111-0/+1
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-75/+0
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-74/+0
* crypto: api - Remove redundant #ifdef in crypto_yield()Thomas Gleixner2019-08-021-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-7/+0
|\
| * crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-301-7/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang2019-01-251-0/+2
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-111-4/+2
* crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen2018-09-041-0/+10
* crypto: api - Introduce generic max blocksize and alignmaskKees Cook2018-09-041-1/+3
* crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca2018-04-211-0/+8
* crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-1/+0
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-0/+19
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-2/+2
* crypto: api - Add crypto_requires_off helperHerbert Xu2017-02-271-1/+6
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-2/+18
* crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-70/+0