aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-01-20X.509: Fix crash caused by NULL pointerGravatar Tianjia Zhang 1-1/+2
2021-01-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+2
2021-01-10Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-01-08crypto: xor - Fix divide error in do_xor_speed()Gravatar Kirill Tkhai 1-0/+2
2021-01-03crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Gravatar Ard Biesheuvel 1-1/+2
2020-12-31crypto: asym_tpm: correct zero out potential secretsGravatar Greg Kroah-Hartman 1-1/+1
2020-12-04crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdGravatar Ard Biesheuvel 1-2/+2
2020-12-04crypto: seed - remove trailing semicolon in macro definitionGravatar Tom Rix 1-1/+1
2020-12-04crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Gravatar Ard Biesheuvel 1-4/+5
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksGravatar Ard Biesheuvel 1-37/+44
2020-11-27crypto: tcrypt - permit tcrypt.ko to be builtinGravatar Ard Biesheuvel 1-1/+1
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeGravatar Ard Biesheuvel 1-1/+1
2020-11-27crypto: aegis128 - expose SIMD code path as separate driverGravatar Ard Biesheuvel 1-77/+143
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainGravatar Ard Biesheuvel 3-18/+57
2020-11-27crypto: aegis128/neon - optimize tail block handlingGravatar Ard Biesheuvel 1-14/+75
2020-11-27crypto: aegis128 - wipe plaintext and tag if decryption failsGravatar Ard Biesheuvel 1-6/+26
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 4-4/+4
2020-11-13crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerGravatar Jason A. Donenfeld 1-1/+1
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameGravatar Eric Biggers 1-3/+7
2020-11-06crypto: testmgr - WARN on test failureGravatar Eric Biggers 1-7/+13
2020-11-06crypto: testmgr - always print the actual skcipher driver nameGravatar Eric Biggers 1-20/+16
2020-11-06crypto: testmgr - always print the actual AEAD driver nameGravatar Eric Biggers 1-24/+18
2020-11-06crypto: testmgr - always print the actual hash driver nameGravatar Eric Biggers 1-23/+20
2020-10-30crypto: sm2 - remove unnecessary reset operationsGravatar Tianjia Zhang 1-46/+29
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-92/+287
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 28-153/+1122
2020-10-08X.509: Fix modular build of public_key_sm2Gravatar Herbert Xu 3-64/+57
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedGravatar Nathan Chancellor 1-3/+1
2020-10-08X.509: fix error return value on the failed pathGravatar Tianjia Zhang 1-1/+3
2020-10-02crypto: xor - use ktime for template benchmarkingGravatar Ard Biesheuvel 1-22/+16
2020-10-02crypto: xor - defer load time benchmark to a later timeGravatar Ard Biesheuvel 1-1/+28
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationGravatar Tianjia Zhang 4-0/+71
2020-09-25X.509: support OSCCA certificate parseGravatar Tianjia Zhang 1-5/+22
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrGravatar Tianjia Zhang 2-0/+65
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Gravatar Tianjia Zhang 1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionGravatar Tianjia Zhang 1-1/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmGravatar Tianjia Zhang 4-0/+510
2020-09-25crypto: sm3 - export crypto_sm3_final functionGravatar Tianjia Zhang 1-3/+4
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceGravatar Elena Petrova 3-12/+186
2020-09-25crypto: proc - Removing some useless only space linesGravatar Corentin Labbe 1-2/+2
2020-09-24md/raid6: let async recovery function support different page offsetGravatar Yufen Yu 2-45/+122
2020-09-24md/raid6: let syndrome computor support different page offsetGravatar Yufen Yu 2-32/+64
2020-09-24md/raid5: add new xor function to support different page offsetGravatar Yufen Yu 1-17/+103
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteGravatar Ard Biesheuvel 1-0/+4
2020-09-11crypto: cbc - Remove cbc.hGravatar Herbert Xu 1-11/+133
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteGravatar Ard Biesheuvel 2-0/+21
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+10
2020-08-28crypto: ahash - Add init_tfm/exit_tfmGravatar Herbert Xu 1-1/+12
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREGravatar Herbert Xu 1-3/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-58/+58