summaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-2/+108
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-0/+5
* crypto: doc - Document remaining members in struct crypto_algGary R Hook2018-03-231-0/+8
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-121-0/+2
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-121-0/+6
* crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-051-1/+1
* crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+40
* crypto: api - Extend algorithm name limit to 128 bytesHerbert Xu2017-04-101-1/+1
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-171-2/+2
|\
| * crypto: doc - fix source comments for SphinxStephan Mueller2016-12-131-2/+2
* | crypto: api - fix comment typoBaruch Siach2016-12-011-1/+1
* | crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-251-0/+2
* | crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-251-0/+1
|/
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-181-19/+0
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-181-0/+1
* crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-231-0/+1