summaryrefslogtreecommitdiff
path: root/crypto/skcipher.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers1-20/+8
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu1-17/+12
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu1-3/+7
2025-03-08crypto: skcipher - fix mismatch between mapping and unmapping orderEric Biggers1-3/+3
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu1-28/+23
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers1-2/+2
2025-03-02crypto: skcipher - use the new scatterwalk functionsEric Biggers1-32/+19
2025-03-02crypto: skcipher - use scatterwalk_start_at_pos()Eric Biggers1-8/+2
2025-02-22crypto: skcipher - Zap type in crypto_alloc_sync_skcipherHerbert Xu1-0/+1
2025-02-09crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show()Thorsten Blum1-1/+2
2025-01-14crypto: skcipher - call cond_resched() directlyEric Biggers1-2/+2
2025-01-14crypto: skcipher - optimize initializing skcipher_walk fieldsEric Biggers1-10/+20
2025-01-14crypto: skcipher - clean up initialization of skcipher_walk::flagsEric Biggers1-26/+13
2025-01-14crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()Eric Biggers1-15/+8
2025-01-14crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOWEric Biggers1-1/+1
2025-01-14crypto: skcipher - remove redundant clamping to page sizeEric Biggers1-5/+1
2025-01-14crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers1-47/+15
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers1-16/+34
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers1-161/+26
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers1-78/+8
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu1-2/+78
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers1-1/+7
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu1-17/+58
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek1-1/+1
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu1-8/+4
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu1-18/+87
2023-01-13crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel1-18/+4
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu1-1/+1
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du1-1/+1
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel1-6/+0
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers1-2/+0
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers1-10/+5
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers1-0/+3
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers1-1/+1
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers1-24/+15
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers1-2/+1
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-1/+3
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-5/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers1-9/+0
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu1-6/+3
2019-12-11crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers1-6/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers1-3/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers1-2/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers1-2/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers1-2/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers1-1/+0