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