summaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: hash - shrink hash down to two typesGiovanni Cabiddu2016-06-071-5/+5
* crypto: doc - document correct return value for request allocationEric Biggers2016-04-151-2/+1
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-061-251/+0
* crypto: compress - remove unused pcomp interfaceJoonsoo Kim2016-01-271-1/+0
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-6/+0
* crypto: aead - Remove old AEAD interfacesHerbert Xu2015-08-171-47/+1
* crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-221-0/+6
* crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_algHerbert Xu2015-06-191-1/+1
* crypto: akcipher - add PKE APITadeusz Struk2015-06-171-0/+1
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-041-1/+1
* crypto: aead - Rename aead_alg to old_aead_algHerbert Xu2015-05-221-3/+3
* crypto: aead - Convert top level interface to new styleHerbert Xu2015-05-131-441/+1
* crypto: rng - Remove old low-level rng interfaceHerbert Xu2015-04-221-30/+0
* crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-221-3/+3
* crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-211-12/+0
* crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+6
* crypto: doc - remove colons in commentsStephan Mueller2015-01-201-4/+4
* crypto: aead - add check for presence of auth tagStephan Mueller2015-01-081-0/+3
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-0/+13
* crypto: doc - HASH API documentationStephan Mueller2014-11-131-0/+119