summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli-4/+8
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli-250/+5
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana-0/+26
2021-10-29crypto: api - Do not create test larvals if manager is disabledHerbert Xu-25/+38
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe-1/+1
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă-3/+2
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior-2/+2
2021-10-01crypto: api - Export crypto_boot_test_finishedHerbert Xu-0/+1
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann-1/+1
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu-27/+108
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan-0/+2
2021-09-17crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Tim Gardner-1/+1
2021-09-17crypto: jitter - drop kernel-doc notationRandy Dunlap-12/+12
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-183/+331
2021-08-27crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn-3/+0
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang-0/+22
2021-08-27crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn-1/+0
2021-08-23certs: Add support for using elliptic curve keys for signing modulesStefan Berger-0/+8
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du-1/+1
2021-08-21crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang-0/+45
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang-0/+177
2021-08-21crypto: tcrypt - Fix missing return value checkTianjia Zhang-10/+19
2021-08-12crypto: wp512 - correct a non-kernel-doc commentRandy Dunlap-1/+1
2021-07-30crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab-2/+3
2021-07-30crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang-1/+25
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang-0/+21
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang-15/+12
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang-149/+5
2021-07-16crypto: drbg - select SHA512Stephan Mueller-1/+1
2021-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+53
2021-06-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-101/+224
2021-06-28crypto: drbg - self test for HMAC(SHA-512)Stephan Müller-1/+53
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu-0/+12
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin-43/+6
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel-3/+15
2021-06-11crypto: sm2 - fix a memory leak in sm2Hongbo Li-14/+10
2021-06-10async_xor: check src_offs is not NULL before updating itXiao Ni-1/+2
2021-06-03crypto: af_alg - use DIV_ROUND_UP helper macro for calculationsWu Bo-1/+1
2021-05-28crypto: ecdh - add test suite for NIST P384Hui Tang-0/+68
2021-05-28crypto: ecdh - register NIST P384 tfmHui Tang-0/+33
2021-05-28crypto: ecdh - fix 'ecdh_init'Hui Tang-1/+10
2021-05-28crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang-5/+1
2021-05-28crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBGStephan Müller-6/+6
2021-05-28crypto: tcrypt - enable tests for xxhash and blake2Ard Biesheuvel-0/+36
2021-05-28crypto: khazad,wp512 - remove leading spaces before tabsHui Tang-22/+20
2021-05-21crypto: ecdh - extend 'cra_driver_name' with curve nameHui Tang-2/+2
2021-05-21crypto: testmgr - fix initialization of 'secret_size'Hui Tang-4/+4
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2021-04-26async_xor: increase src_offs when dropping destination pageXiao Ni-0/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-297/+1356