summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* async_xor: check src_offs is not NULL before updating itXiao Ni2021-06-101-1/+2
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-0/+1
|\
| * async_xor: increase src_offs when dropping destination pageXiao Ni2021-04-261-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-2625-297/+1356
|\ \ | |/ |/|
| * crypto: camellia - drop duplicate "depends on CRYPTO"Randy Dunlap2021-04-221-5/+0
| * crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap2021-04-221-41/+53
| * crypto: crc32-generic - Use SPDX-License-IdentifierChristophe JAILLET2021-04-161-23/+1
| * crypto: ecc - delete a useless function declarationMeng Yu2021-04-161-8/+0
| * crypto: fcrypt - Remove 'do while(0)' loop for single statement macroMilan Djurovic2021-04-021-4/+1
| * crypto: keywrap - Remove else after break statementMilan Djurovic2021-04-021-2/+2
| * crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers2021-04-021-7/+3
| * crypto: ecc - Correct an error in the commentsMeng Yu2021-03-261-1/+1
| * crypto: jitterentropy - Put constants on the right side of the expressionMilan Djurovic2021-03-261-4/+4
| * Merge branch 'ecc'Herbert Xu2021-03-2612-89/+1144
| |\
| | * x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre2021-03-261-0/+3
| | * x509: Add support for parsing x509 certs with ECDSA keysStefan Berger2021-03-263-3/+39
| | * x509: Detect sm2 keys by their parameters OIDStefan Berger2021-03-261-1/+11
| | * crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-263-1/+195
| | * crypto: ecc - Add math to support fast NIST P384Saulo Alessandre2021-03-262-75/+194
| | * crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre2021-03-262-0/+34
| | * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-268-11/+671
| * | crypto: aegis128 - Move simd prototypes into aegis.hHerbert Xu2021-03-193-20/+24
| * | crypto: ecc - add curve25519 params and expose themMeng Yu2021-03-132-0/+23
| * | crypto: ecc - expose ecc curvesMeng Yu2021-03-132-36/+6
| * | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-134-46/+77
| * | crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-1/+1
| * | crypto: testmgr - delete some redundant codeKai Ye2021-03-071-8/+3
| * | crypto: serpent - Fix sparse byte order warningsHerbert Xu2021-03-071-14/+25
| |/
* / crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki2021-03-081-1/+1
|/
* Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-234-11/+11
|\
| * crypto: pkcs7: Use match_string() helper to simplify the codeYueHaibing2021-01-211-5/+4
| * PKCS#7: drop function from kernel-doc pkcs7_validate_trust_oneAlex Shi2021-01-211-1/+1
| * crypto: asymmetric_keys: fix some comments in pkcs7_parser.hRandy Dunlap2021-01-211-3/+2
| * KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski2021-01-211-2/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2141-4374/+248
|\ \
| * | crypto: xor - Fix typo of optimizationBhaskar Chowdhury2021-02-101-1/+1
| * | crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-02-101-0/+3
| * | crypto: twofish - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-8/+3
| * | crypto: fcrypt - drop unneeded alignmaskArd Biesheuvel2021-02-101-1/+0
| * | crypto: cast6 - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-22/+17
| * | crypto: cast5 - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-14/+9
| * | crypto: camellia - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-29/+16
| * | crypto: blowfish - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-14/+9
| * | crypto: serpent - use unaligned accessors instead of alignmaskArd Biesheuvel2021-02-101-27/+17
| * | crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-105-169/+7
| * | crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel2021-02-101-19/+12
| * | crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-296-1403/+1
| * | crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-296-876/+0
| * | crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-296-494/+1
| * | crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-297-441/+1