aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld
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
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang
2021-06-28crypto: scatterwalk - Remove obsolete PageSlab checkHerbert Xu
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-05-28crypto: header - Fix spelling errorsZhen Lei
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers
2021-03-26Merge branch 'ecc'Herbert Xu
2021-03-26crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre
2021-03-13crypto: ecc - add curve25519 params and expose themMeng Yu
2021-03-13crypto: ecc - expose ecc curvesMeng Yu
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2021-01-21crypto: public_key: Remove redundant header file from public_key.hTianjia Zhang
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel