summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-3/+0
* Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-111-1/+1
|\
| * keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski2022-01-091-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-1112-12/+163
|\ \
| * | crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-179-9/+23
| * | crypto: kdf - add SP800-108 counter key derivation functionStephan Müller2021-11-261-0/+61
| * | crypto: kdf - Add key derivation self-test support codeStephan Müller2021-11-261-0/+71
| * | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange2021-11-261-0/+1
| * | crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2021-11-261-2/+0
| * | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2021-11-261-0/+1
| * | crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2021-11-261-1/+6
| |/
* | random: early initialization of ChaCha constantsDominik Brodowski2022-01-071-4/+11
* | lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-071-3/+3
|/
* crypto: ecc - Export additional helper functionsDaniele Alessandrelli2021-10-291-0/+36
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-0/+245
* crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana2021-10-291-0/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-301-6/+19
|\
| * crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-301-7/+2
| * crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang2021-07-301-3/+21
* | crypto: public_key: fix overflow during implicit conversionzhenwei pi2021-08-231-2/+2
|/
* crypto: scatterwalk - Remove obsolete PageSlab checkHerbert Xu2021-06-281-6/+1
* crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu2021-06-241-0/+9
* crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2021-06-171-1/+0
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-06-171-7/+1
* crypto: header - Fix spelling errorsZhen Lei2021-05-283-3/+3
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-022-3/+6
* random: initialize ChaCha20 constants with correct endiannessEric Biggers2021-04-021-2/+7
* Merge branch 'ecc'Herbert Xu2021-03-261-0/+1
|\
| * crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre2021-03-261-0/+1
* | crypto: ecc - add curve25519 params and expose themMeng Yu2021-03-131-0/+7
* | crypto: ecc - expose ecc curvesMeng Yu2021-03-131-0/+53
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-2/+0
* | crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-137-0/+16
|/
* Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-231-1/+0
|\
| * crypto: public_key: Remove redundant header file from public_key.hTianjia Zhang2021-01-211-1/+0
* | crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel2021-01-221-4/+4
* | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-1/+0
* | crypto: blake2b - sync with blake2s implementationEric Biggers2021-01-032-0/+182
* | crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers2021-01-031-2/+1
* | crypto: blake2s - adjust include guard namingEric Biggers2021-01-032-6/+6
* | crypto: blake2s - add comment for blake2s_state fieldsEric Biggers2021-01-031-0/+1
* | crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-032-30/+28
* | crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-5/+60
* | crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-0/+41
* | crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-033-39/+219
|/
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-041-0/+2
* crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2020-11-201-0/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-206-41/+55
* crypto: aead - add crypto_aead_driver_name()Eric Biggers2020-11-061-0/+5
* crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar2020-10-304-4/+8