summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: acomp - define max size for destinationGiovanni Cabiddu2022-12-091-0/+1
* crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu2022-12-051-1/+1
* crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu2022-12-021-1/+1
* crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu2022-12-021-2/+39
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-023-2/+5
* crypto: kpp - Move reqsize into tfmHerbert Xu2022-12-022-5/+6
* crypto: akcipher - Move reqsize into tfmHerbert Xu2022-12-022-4/+5
* crypto: kpp - Add helper to set reqsizeHerbert Xu2022-12-021-0/+6
* Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2022-11-251-1/+7
* crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-181-0/+8
* crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel2022-11-111-0/+22
* crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang2022-10-211-1/+0
* crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui2022-09-301-6/+0
* crypto: aead - Remove unused inline functions from aeadGaosheng Cui2022-09-301-25/+0
* crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2022-09-241-10/+7
* Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-042-0/+4
|\
| * crypto: add crypto_has_kpp()Hannes Reinecke2022-08-021-0/+2
| * crypto: add crypto_has_shash()Hannes Reinecke2022-08-021-0/+2
* | crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-151-0/+461
* | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-108/+0
* | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-101-0/+5
* | crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+17
|/
* crypto: sm4 - export sm4 constant arraysTianjia Zhang2022-04-081-0/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-214-15/+213
|\
| * crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel2022-03-031-2/+8
| * crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2022-03-031-0/+16
| * crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-031-3/+3
| * crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-031-4/+0
| * crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-031-0/+75
| * crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-031-0/+83
| * crypto: sm3 - make dependent on sm3 libraryTianjia Zhang2022-01-281-10/+0
| * crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang2022-01-281-0/+32
* | KEYS: remove support for asym_tpm keysEric Biggers2022-03-081-19/+0
* | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-15/+25
|/
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-3/+0
* Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-111-1/+1
|\
| * keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski2022-01-091-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-1112-12/+163
|\ \
| * | crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-179-9/+23
| * | crypto: kdf - add SP800-108 counter key derivation functionStephan Müller2021-11-261-0/+61
| * | crypto: kdf - Add key derivation self-test support codeStephan Müller2021-11-261-0/+71
| * | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange2021-11-261-0/+1
| * | crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2021-11-261-2/+0
| * | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2021-11-261-0/+1
| * | crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2021-11-261-1/+6
| |/