aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
2024-02-06Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2023-09-15Merge branch 'v6.1/standard/preempt-rt/base' into v6.1/standard/preempt-rt/cn...Bruce Ashfield
2023-09-13crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu
2023-07-26Merge branch 'v6.1/standard/preempt-rt/base' into v6.1/standard/preempt-rt/cn...Bruce Ashfield
2023-07-19crypto: kpp - Add helper to set reqsizeHerbert Xu
2023-06-09crypto: ecc: Add the declaration of ecc_point_mult() and vli_mod_add()Kevin Hao
2023-06-06crypto: ecdsa - export ecdsa privkey ASN.1 parserSrujana Challa
2023-06-06crypto: ecdsa - export ecdsa signature ASN.1 parserSrujana Challa
2023-05-17crypto: api - Add scaffolding to change completion function signatureHerbert Xu
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
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-08-23crypto: public_key: fix overflow during implicit conversionzhenwei pi