summaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-231-1/+2
* crypto: api - Add crypto_tfm_getHerbert Xu2023-04-201-0/+1
* crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-141-27/+3
* crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu2023-03-141-13/+0
* crypto: rng - Count error stats differentlyHerbert Xu2023-03-141-41/+0
* crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-141-24/+0
* crypto: kpp - Count error stats differentlyHerbert Xu2023-03-141-25/+0
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-141-24/+0
* crypto: hash - Count error stats differentlyHerbert Xu2023-03-141-20/+0
* crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-141-34/+0
* crypto: aead - Count error stats differentlyHerbert Xu2023-03-141-24/+0
* crypto: api - Remove completion function scaffoldingHerbert Xu2023-02-131-6/+0
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-5/+5
* crypto: api - Add scaffolding to change completion function signatureHerbert Xu2023-02-131-0/+6
* crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu2022-12-021-5/+0
* crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-031-0/+9
* crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu2021-06-241-21/+0
* crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2021-06-171-5/+0
* crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel2021-01-221-3/+6
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-163/+0
* crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers2020-07-161-0/+32
* crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers2020-07-161-2/+2
* crypto: api - permit users to specify numa node of acomp hardwareBarry Song2020-07-091-0/+2
* crypto: api - Prune inclusions in crypto.hHerbert Xu2020-06-261-2/+1
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-2/+0
* crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers2020-01-091-1/+0
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+0
* crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers2020-01-091-1/+0
* crypto: remove unused tfm result flagsEric Biggers2020-01-091-2/+0
* crypto: api - remove unneeded semicolonChen Zhou2019-12-271-1/+1
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-201-2/+2
* crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers2019-12-111-42/+6
* crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers2019-12-111-37/+6
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-435/+0
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-393/+2
* crypto: skcipher - remove crypto_has_ablkcipher()Eric Biggers2019-11-011-31/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-1/+11
|\
| * crypto: doc - Add parameter documentationHook, Gary2019-07-031-0/+11
| * crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers2019-05-301-1/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: cipher - remove struct cipher_descEric Biggers2019-01-111-8/+0
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-30/+4
* crypto: api - document missing stats memberCorentin Labbe2018-12-231-0/+7
* crypto: user - Add crypto_stats_initCorentin Labbe2018-12-071-0/+3
* crypto: user - rename err_cnt parameterCorentin Labbe2018-12-071-14/+14
* crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-071-62/+118
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-34/+71
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-23/+23
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-071-0/+2