summaryrefslogtreecommitdiffstats
path: root/crypto/skcipher.c
AgeCommit message (Expand)AuthorLines
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek-1/+1
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu-8/+4
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu-18/+87
2023-01-13crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel-18/+4
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu-1/+1
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du-1/+1
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel-6/+0
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers-2/+0
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers-10/+5
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers-0/+3
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers-1/+1
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers-24/+15
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers-2/+1
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers-1/+3
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers-5/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-3/+1
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers-9/+0
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu-6/+3
2019-12-11crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers-6/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers-3/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers-2/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers-2/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers-2/+1
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers-1/+0
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel-106/+0
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers-106/+1
2019-11-01crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_typeEric Biggers-7/+6
2019-11-01crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers-2/+2
2019-09-09crypto: skcipher - Unmap pages after an external errorHerbert Xu-19/+23
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+34
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers-0/+34
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-04-08crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers-2/+7
2019-01-18crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers-9/+18
2019-01-11crypto: skcipher - add helper for simple block cipher modesEric Biggers-0/+131
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers-4/+2
2018-12-23crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers-0/+2
2018-11-09crypto: user - clean up report structure copyingEric Biggers-9/+6
2018-09-28crypto: skcipher - Introduce crypto_sync_skcipherKees Cook-0/+24
2018-08-03crypto: skcipher - fix crash flushing dcache in error pathEric Biggers-26/+27
2018-08-03crypto: skcipher - remove unnecessary setting of walk->nbytesEric Biggers-1/+0
2018-08-03crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers-1/+1
2018-07-01crypto: skcipher - remove the exporting of skcipher_walk_nextDenis Efremov-1/+0
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers-4/+26
2017-12-11crypto: skcipher - set walk.iv for zero-length inputsEric Biggers-6/+4
2017-11-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+3
2017-11-25crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček-0/+3
2017-10-07crypto: skcipher - Fix crash on zero-length inputHerbert Xu-6/+11