summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)AuthorLines
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld-15/+25
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld-3/+0
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+163
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski-1/+1
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski-4/+11
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld-3/+3
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko-9/+23
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller-0/+61
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller-0/+71
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange-0/+1
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange-2/+0
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange-0/+1
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange-1/+6
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli-0/+36
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli-0/+245
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana-0/+5
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-6/+19
2021-08-23crypto: public_key: fix overflow during implicit conversionzhenwei pi-2/+2
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang-7/+2
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang-3/+21
2021-06-28crypto: scatterwalk - Remove obsolete PageSlab checkHerbert Xu-6/+1
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu-0/+9
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin-1/+0
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel-7/+1
2021-05-28crypto: header - Fix spelling errorsZhen Lei-3/+3
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann-3/+6
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers-2/+7
2021-03-26Merge branch 'ecc'Herbert Xu-0/+1
2021-03-26crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre-0/+1
2021-03-13crypto: ecc - add curve25519 params and expose themMeng Yu-0/+7
2021-03-13crypto: ecc - expose ecc curvesMeng Yu-0/+53
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu-2/+0
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel-0/+16
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel-4/+4
2021-01-21crypto: public_key: Remove redundant header file from public_key.hTianjia Zhang-1/+0
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel-1/+0
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers-0/+182
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers-2/+1
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers-6/+6
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers-0/+1
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers-30/+28
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers-0/+41
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-39/+219
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu-0/+2
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-41/+55
2020-11-06crypto: aead - add crypto_aead_driver_name()Eric Biggers-0/+5