aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-02-13crypto: akcipher - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: aead - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: acompress - Use crypto_request_completeGravatar Herbert Xu 1-1/+1
2023-02-13crypto: api - Add scaffolding to change completion function signatureGravatar Herbert Xu 1-0/+7
2023-01-20crypto: aead - fix inaccurate documentationGravatar Ard Biesheuvel 1-10/+10
2023-01-06crypto: xts - drop xts_check_key()Gravatar Vladis Dronov 1-18/+4
2023-01-06crypto: xts - restrict key lengths to approved values in FIPS modeGravatar Nicolai Stange 1-0/+7
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Gravatar Ard Biesheuvel 1-2/+2
2022-12-09crypto: acomp - define max size for destinationGravatar Giovanni Cabiddu 1-0/+1
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hGravatar Herbert Xu 1-1/+1
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-1/+23
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Gravatar Herbert Xu 1-1/+1
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentGravatar Herbert Xu 1-0/+22
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaGravatar Herbert Xu 1-2/+39
2022-12-02crypto: Prepare to move crypto_tfm_ctxGravatar Herbert Xu 3-2/+5
2022-12-02crypto: kpp - Move reqsize into tfmGravatar Herbert Xu 2-5/+6
2022-12-02crypto: akcipher - Move reqsize into tfmGravatar Herbert Xu 2-4/+5
2022-12-02crypto: kpp - Add helper to set reqsizeGravatar Herbert Xu 1-0/+6
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Gravatar Eric Biggers 1-1/+7
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsGravatar Herbert Xu 1-0/+8
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationGravatar Ard Biesheuvel 1-0/+22
2022-10-21crypto: scatterwalk - remove duplicate function declarationsGravatar Tianjia Zhang 1-1/+0
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gravatar Gaosheng Cui 1-6/+0
2022-09-30crypto: aead - Remove unused inline functions from aeadGravatar Gaosheng Cui 1-25/+0
2022-09-24crypto: aria - prepare generic module for optimized implementationsGravatar Taehee Yoo 1-10/+7
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+4
2022-08-02crypto: add crypto_has_kpp()Gravatar Hannes Reinecke 1-0/+2
2022-08-02crypto: add crypto_has_shash()Gravatar Hannes Reinecke 1-0/+2
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmGravatar Taehee Yoo 1-0/+461
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-108/+0
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALGravatar Nathan Huckleberry 1-0/+5
2022-06-10crypto: polyval - Add POLYVAL supportGravatar Nathan Huckleberry 1-0/+17
2022-04-08crypto: sm4 - export sm4 constant arraysGravatar Tianjia Zhang 1-0/+4
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-15/+213
2022-03-08KEYS: remove support for asym_tpm keysGravatar Eric Biggers 1-19/+0
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesGravatar Ard Biesheuvel 1-2/+8
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Gravatar Nicolai Stange 1-0/+16
2022-03-03crypto: dh - constify struct dh's pointer membersGravatar Nicolai Stange 1-3/+3
2022-03-03crypto: dh - remove struct dh's ->q memberGravatar Nicolai Stange 1-4/+0
2022-03-03crypto: kpp - provide support for KPP spawnsGravatar Nicolai Stange 1-0/+75
2022-03-03crypto: kpp - provide support for KPP template instancesGravatar Nicolai Stange 1-0/+83
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 1-15/+25
2022-01-28crypto: sm3 - make dependent on sm3 libraryGravatar Tianjia Zhang 1-10/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryGravatar Tianjia Zhang 1-0/+32
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardGravatar Jason A. Donenfeld 1-3/+0
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 12-12/+163