summaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui2022-09-301-6/+0
* crypto: aead - Remove unused inline functions from aeadGaosheng Cui2022-09-301-25/+0
* crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2022-09-241-10/+7
* Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-042-0/+4
|\
| * crypto: add crypto_has_kpp()Hannes Reinecke2022-08-021-0/+2
| * crypto: add crypto_has_shash()Hannes Reinecke2022-08-021-0/+2
* | crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-151-0/+461
* | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-108/+0
* | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-101-0/+5
* | crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+17
|/
* crypto: sm4 - export sm4 constant arraysTianjia Zhang2022-04-081-0/+4
* 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
|\