aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui1-6/+0
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui1-25/+0
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo1-10/+7
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+4
2022-08-02crypto: add crypto_has_kpp()Hannes Reinecke1-0/+2
2022-08-02crypto: add crypto_has_shash()Hannes Reinecke1-0/+2
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo1-0/+461
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-108/+0
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry1-0/+5
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry1-0/+17
2022-04-08crypto: sm4 - export sm4 constant arraysTianjia Zhang1-0/+4
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-15/+213
2022-03-08KEYS: remove support for asym_tpm keysEric Biggers1-19/+0
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel1-2/+8
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange1-0/+16
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange1-3/+3
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange1-4/+0
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange1-0/+75
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange1-0/+83
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-15/+25
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang1-10/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang1-0/+32
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-3/+0
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-1/+1
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-12/+163
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski1-1/+1
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-3/+3
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko9-9/+23
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller1-0/+61
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller1-0/+71
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange1-0/+1
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli1-0/+36
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli1-0/+245
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana1-0/+5
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+19
2021-08-23crypto: public_key: fix overflow during implicit conversionzhenwei pi1-2/+2
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-7/+2
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang1-3/+21
2021-06-28crypto: scatterwalk - Remove obsolete PageSlab checkHerbert Xu1-6/+1
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu1-0/+9
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin1-1/+0
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-7/+1
2021-05-28crypto: header - Fix spelling errorsZhen Lei3-3/+3
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2-3/+6
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers1-2/+7
2021-03-26Merge branch 'ecc'Herbert Xu1-0/+1