summaryrefslogtreecommitdiffstats
path: root/crypto/api.c
AgeCommit message (Expand)AuthorLines
2024-09-06crypto: api - Fix generic algorithm self-test racesHerbert Xu-7/+8
2024-08-24crypto: api - Do not wait for tests during registrationHerbert Xu-18/+19
2024-08-24crypto: api - Remove instance larval fulfilmentHerbert Xu-4/+19
2024-05-31crypto: api - Disable boot-test-finished if algapi is a moduleHerbert Xu-2/+2
2024-05-10crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang-4/+4
2023-09-20crypto: api - Remove unnecessary NULL initialisationLi zeming-1/+1
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu-3/+10
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov-14/+0
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu-9/+50
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu-0/+4
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu-2/+2
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers-3/+5
2022-11-25crypto: api - optimize algorithm registration when self-tests disabledEric Biggers-3/+0
2022-08-26crypto: core - move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-19crypto: api - Fix comment typoJason Wang-1/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+17
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange-2/+17
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu-1/+0
2021-10-29crypto: api - Do not create test larvals if manager is disabledHerbert Xu-5/+2
2021-10-01crypto: api - Export crypto_boot_test_finishedHerbert Xu-0/+1
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu-5/+47
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song-9/+15
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu-1/+2
2019-12-20crypto: api - fix unexpectedly getting generic implementationHerbert Xu-1/+3
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu-2/+1
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers-14/+1
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers-1/+1
2019-12-11crypto: api - remove another reference to blkcipherEric Biggers-1/+1
2019-11-17crypto: api - Add softdep on cryptomgrHerbert Xu-0/+1
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett-1/+1
2018-04-21crypto: api - fix finding algorithm currently being testedEric Biggers-3/+8
2018-03-31crypto: api - Keep failed instances aliveHerbert Xu-9/+13
2018-03-31crypto: api - Make crypto_alg_lookup staticHerbert Xu-2/+2
2018-03-31crypto: api - Remove unused crypto_type lookup functionHerbert Xu-7/+1
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers-1/+1
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers-2/+2
2017-11-03crypto: introduce crypto wait for async opGilad Ben-Yossef-0/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu-1/+1
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers-18/+2
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu-3/+3
2015-03-31crypto: api - prevent helper ciphers from being usedStephan Mueller-0/+10
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-2/+2
2013-09-08crypto: api - Fix race condition in larval lookupHerbert Xu-1/+6
2013-08-20crypto: fix typo in commentCristian Stoica-1/+1
2013-06-25crypto: algboss - Hold ref count on larvalHerbert Xu-6/+0