summaryrefslogtreecommitdiff
path: root/include/linux/crypto.h
AgeCommit message (Expand)Author
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu
2023-09-20crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu
2023-02-13crypto: api - Remove completion function scaffoldingHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-06-26crypto: api - Prune inclusions in crypto.hHerbert Xu
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers
2020-01-09crypto: remove unused tfm result flagsEric Biggers
2019-12-27crypto: api - remove unneeded semicolonChen Zhou
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
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-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-11-01crypto: skcipher - remove crypto_has_ablkcipher()Eric Biggers
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: doc - Add parameter documentationHook, Gary
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-11crypto: cipher - remove struct cipher_descEric Biggers
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-12-23crypto: api - document missing stats memberCorentin Labbe
2018-12-07crypto: user - Add crypto_stats_initCorentin Labbe
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe