summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel
2022-10-21crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02crypto: add crypto_has_kpp()Hannes Reinecke
2022-08-02crypto: add crypto_has_shash()Hannes Reinecke
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry
2022-04-08crypto: sm4 - export sm4 constant arraysTianjia Zhang
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-08KEYS: remove support for asym_tpm keysEric Biggers
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange