summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-214-15/+213
|\
| * crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel2022-03-031-2/+8
| * crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2022-03-031-0/+16
| * crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-031-3/+3
| * crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-031-4/+0
| * crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-031-0/+75
| * crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-031-0/+83
| * crypto: sm3 - make dependent on sm3 libraryTianjia Zhang2022-01-281-10/+0
| * crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang2022-01-281-0/+32
* | KEYS: remove support for asym_tpm keysEric Biggers2022-03-081-19/+0
* | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-15/+25
|/
* 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