summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-3010-183/+331
|\
| * crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn2021-08-271-3/+0
| * crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang2021-08-271-0/+22
| * crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn2021-08-271-1/+0
| * crypto: skcipher - in_irq() cleanupChangbin Du2021-08-211-1/+1
| * crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang2021-08-211-0/+45
| * crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2021-08-212-0/+177
| * crypto: tcrypt - Fix missing return value checkTianjia Zhang2021-08-211-10/+19
| * crypto: wp512 - correct a non-kernel-doc commentRandy Dunlap2021-08-121-1/+1
| * crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab2021-07-301-2/+3
| * crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang2021-07-301-1/+25
| * crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang2021-07-301-0/+21
| * crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-301-15/+12
| * crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang2021-07-302-149/+5
* | certs: Add support for using elliptic curve keys for signing modulesStefan Berger2021-08-231-0/+8
|/
* crypto: drbg - select SHA512Stephan Mueller2021-07-161-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-07-092-1/+53
|\
| * crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2021-06-282-1/+53
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-06-2813-101/+224
|\|
| * crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu2021-06-241-0/+12
| * crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2021-06-172-43/+6
| * crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-06-171-3/+15
| * crypto: sm2 - fix a memory leak in sm2Hongbo Li2021-06-111-14/+10
| * crypto: af_alg - use DIV_ROUND_UP helper macro for calculationsWu Bo2021-06-031-1/+1
| * crypto: ecdh - add test suite for NIST P384Hui Tang2021-05-282-0/+68
| * crypto: ecdh - register NIST P384 tfmHui Tang2021-05-281-0/+33
| * crypto: ecdh - fix 'ecdh_init'Hui Tang2021-05-281-1/+10
| * crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang2021-05-283-5/+1
| * crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBGStephan Müller2021-05-281-6/+6
| * crypto: tcrypt - enable tests for xxhash and blake2Ard Biesheuvel2021-05-281-0/+36
| * crypto: khazad,wp512 - remove leading spaces before tabsHui Tang2021-05-282-22/+20
| * crypto: ecdh - extend 'cra_driver_name' with curve nameHui Tang2021-05-211-2/+2
| * crypto: testmgr - fix initialization of 'secret_size'Hui Tang2021-05-211-4/+4
* | 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