summaryrefslogtreecommitdiffstats
path: root/crypto/api.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: api - Remove unnecessary NULL initialisationLi zeming2023-09-201-1/+1
* crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu2023-06-231-3/+10
* crypto: api - Remove crypto_init_ops()Dmitry Safonov2023-06-231-14/+0
* crypto: api - Add crypto_clone_tfmHerbert Xu2023-04-201-9/+50
* crypto: api - Add crypto_tfm_getHerbert Xu2023-04-201-0/+4
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-2/+2
* crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers2022-11-251-3/+5
* crypto: api - optimize algorithm registration when self-tests disabledEric Biggers2022-11-251-3/+0
* crypto: core - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
* crypto: api - Fix comment typoJason Wang2022-08-191-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-2/+17
|\
| * crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-031-2/+17
* | crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2022-02-051-1/+0
|/
* crypto: api - Do not create test larvals if manager is disabledHerbert Xu2021-10-291-5/+2
* crypto: api - Export crypto_boot_test_finishedHerbert Xu2021-10-011-0/+1
* crypto: api - Fix built-in testing dependency failuresHerbert Xu2021-09-241-5/+47
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-1/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: api - permit users to specify numa node of acomp hardwareBarry Song2020-07-091-9/+15
* crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu2020-04-161-1/+2
* crypto: api - fix unexpectedly getting generic implementationHerbert Xu2019-12-201-1/+3
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2019-12-111-2/+1
* crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers2019-12-111-14/+1
* crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers2019-12-111-1/+1
* crypto: api - remove another reference to blkcipherEric Biggers2019-12-111-1/+1
* crypto: api - Add softdep on cryptomgrHerbert Xu2019-11-171-0/+1
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+1
* crypto: api - fix finding algorithm currently being testedEric Biggers2018-04-211-3/+8
* crypto: api - Keep failed instances aliveHerbert Xu2018-03-311-9/+13
* crypto: api - Make crypto_alg_lookup staticHerbert Xu2018-03-311-2/+2
* crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-7/+1
* crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-051-1/+1
* crypto: api - Unexport crypto_larval_lookup()Eric Biggers2017-12-221-2/+2
* crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+13
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu2016-11-281-1/+1
* crypto: api - Remove no-op exit_ops codeEric Biggers2016-10-211-18/+2
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-201-3/+3
* crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+10
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-2/+2
* crypto: api - Fix race condition in larval lookupHerbert Xu2013-09-081-1/+6
* crypto: fix typo in commentCristian Stoica2013-08-201-1/+1
* crypto: algboss - Hold ref count on larvalHerbert Xu2013-06-251-6/+0
* crypto: api - Fix checkpatch errorsRichard Hartmann2010-02-161-7/+6
* crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-141-2/+2
* crypto: hash - Remove legacy hash/digest implementaionHerbert Xu2009-07-141-17/+2
* crypto: api - Add crypto_attr_alg2 helperHerbert Xu2009-07-081-9/+22
* crypto: api - Use formatting of module nameAlex Riesen2009-06-021-6/+3