aboutsummaryrefslogtreecommitdiff
path: root/crypto/api.c
AgeCommit message (Expand)AuthorFilesLines
8 dayscrypto: api - use 'time_left' variable with wait_for_completion_killable_time...Gravatar Wolfram Sang 1-4/+4
2023-09-20crypto: api - Remove unnecessary NULL initialisationGravatar Li zeming 1-1/+1
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpGravatar Herbert Xu 1-3/+10
2023-06-23crypto: api - Remove crypto_init_ops()Gravatar Dmitry Safonov 1-14/+0
2023-04-20crypto: api - Add crypto_clone_tfmGravatar Herbert Xu 1-9/+50
2023-04-20crypto: api - Add crypto_tfm_getGravatar Herbert Xu 1-0/+4
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-2/+2
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledGravatar Eric Biggers 1-3/+5
2022-11-25crypto: api - optimize algorithm registration when self-tests disabledGravatar Eric Biggers 1-3/+0
2022-08-26crypto: core - move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-19crypto: api - Fix comment typoGravatar Jason Wang 1-1/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+17
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeGravatar Nicolai Stange 1-2/+17
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiGravatar Herbert Xu 1-1/+0
2021-10-29crypto: api - Do not create test larvals if manager is disabledGravatar Herbert Xu 1-5/+2
2021-10-01crypto: api - Export crypto_boot_test_finishedGravatar Herbert Xu 1-0/+1
2021-09-24crypto: api - Fix built-in testing dependency failuresGravatar Herbert Xu 1-5/+47
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareGravatar Barry Song 1-9/+15
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algGravatar Herbert Xu 1-1/+2
2019-12-20crypto: api - fix unexpectedly getting generic implementationGravatar Herbert Xu 1-1/+3
2019-12-11crypto: api - Fix race condition in crypto_spawn_algGravatar Herbert Xu 1-2/+1
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Gravatar Eric Biggers 1-14/+1
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Gravatar Eric Biggers 1-1/+1
2019-12-11crypto: api - remove another reference to blkcipherGravatar Eric Biggers 1-1/+1
2019-11-17crypto: api - Add softdep on cryptomgrGravatar Herbert Xu 1-0/+1
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeGravatar Eric Biggers 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableGravatar Matthew Garrett 1-1/+1
2018-04-21crypto: api - fix finding algorithm currently being testedGravatar Eric Biggers 1-3/+8
2018-03-31crypto: api - Keep failed instances aliveGravatar Herbert Xu 1-9/+13
2018-03-31crypto: api - Make crypto_alg_lookup staticGravatar Herbert Xu 1-2/+2
2018-03-31crypto: api - Remove unused crypto_type lookup functionGravatar Herbert Xu 1-7/+1
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tGravatar Eric Biggers 1-1/+1
2017-12-22crypto: api - Unexport crypto_larval_lookup()Gravatar Eric Biggers 1-2/+2
2017-11-03crypto: introduce crypto wait for async opGravatar Gilad Ben-Yossef 1-0/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupGravatar Herbert Xu 1-1/+1
2016-10-21crypto: api - Remove no-op exit_ops codeGravatar Eric Biggers 1-18/+2
2015-10-20crypto: api - Only abort operations on fatal signalGravatar Herbert Xu 1-3/+3
2015-03-31crypto: api - prevent helper ciphers from being usedGravatar Stephan Mueller 1-0/+10
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-2/+2
2013-09-08crypto: api - Fix race condition in larval lookupGravatar Herbert Xu 1-1/+6
2013-08-20crypto: fix typo in commentGravatar Cristian Stoica 1-1/+1
2013-06-25crypto: algboss - Hold ref count on larvalGravatar Herbert Xu 1-6/+0
2010-02-16crypto: api - Fix checkpatch errorsGravatar Richard Hartmann 1-7/+6
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmGravatar Herbert Xu 1-2/+2
2009-07-14crypto: hash - Remove legacy hash/digest implementaionGravatar Herbert Xu 1-17/+2
2009-07-08crypto: api - Add crypto_attr_alg2 helperGravatar Herbert Xu 1-9/+22