summaryrefslogtreecommitdiff
path: root/crypto/skcipher.c
AgeCommit message (Expand)Author
2025-01-14crypto: skcipher - call cond_resched() directlyEric Biggers
2025-01-14crypto: skcipher - optimize initializing skcipher_walk fieldsEric Biggers
2025-01-14crypto: skcipher - clean up initialization of skcipher_walk::flagsEric Biggers
2025-01-14crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()Eric Biggers
2025-01-14crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOWEric Biggers
2025-01-14crypto: skcipher - remove redundant clamping to page sizeEric Biggers
2025-01-14crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu
2023-01-13crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu
2019-12-11crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-11-01crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_typeEric Biggers
2019-11-01crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers
2019-09-09crypto: skcipher - Unmap pages after an external errorHerbert Xu
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-01-18crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers