aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-09keys: X.509 public key issuer lookup without AKIDGravatar Andrew Zaborowski 1-1/+1
2022-01-07random: early initialization of ChaCha constantsGravatar Dominik Brodowski 1-4/+11
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-3/+3
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 9-9/+23
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionGravatar Stephan Müller 1-0/+61
2021-11-26crypto: kdf - Add key derivation self-test support codeGravatar Stephan Müller 1-0/+71
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Gravatar Nicolai Stange 1-0/+1
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousGravatar Nicolai Stange 1-2/+0
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Gravatar Nicolai Stange 1-0/+1
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateGravatar Nicolai Stange 1-1/+6
2021-10-29crypto: ecc - Export additional helper functionsGravatar Daniele Alessandrelli 1-0/+36
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalGravatar Daniele Alessandrelli 1-0/+245
2021-10-29crypto: engine - Add KPP Support to Crypto EngineGravatar Prabhjot Khurana 1-0/+5
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+19
2021-08-23crypto: public_key: fix overflow during implicit conversionGravatar zhenwei pi 1-2/+2
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericGravatar Tianjia Zhang 1-7/+2
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeGravatar Tianjia Zhang 1-3/+21
2021-06-28crypto: scatterwalk - Remove obsolete PageSlab checkGravatar Herbert Xu 1-6/+1
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hGravatar Herbert Xu 1-0/+9
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsGravatar Liu Shixin 1-1/+0
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIGravatar Ard Biesheuvel 1-7/+1
2021-05-28crypto: header - Fix spelling errorsGravatar Zhen Lei 3-3/+3
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 2-3/+6
2021-04-02random: initialize ChaCha20 constants with correct endiannessGravatar Eric Biggers 1-2/+7
2021-03-26Merge branch 'ecc'Gravatar Herbert Xu 1-0/+1
2021-03-26crypto: ecc - Add NIST P384 curve parametersGravatar Saulo Alessandre 1-0/+1
2021-03-13crypto: ecc - add curve25519 params and expose themGravatar Meng Yu 1-0/+7
2021-03-13crypto: ecc - expose ecc curvesGravatar Meng Yu 1-0/+53
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-2/+0
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 7-0/+16
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0