summaryrefslogtreecommitdiff
path: root/include/crypto/algapi.h
AgeCommit message (Expand)Author
2025-05-19crypto: algapi - Add driver template support to crypto_inst_setnameHerbert Xu
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu
2025-02-22crypto: hash - Add request chaining APIHerbert Xu
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers
2020-05-08crypto: algapi - create function to add request in front of queueIuliana Prodan
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers
2020-01-09crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers
2020-01-09crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Eric Biggers
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-08-02crypto: api - Remove redundant #ifdef in crypto_yield()Thomas Gleixner
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers
2019-01-25crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang