summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-06-16async_xor: check src_offs is not NULL before updating itXiao Ni1-1/+2
2021-05-14async_xor: increase src_offs when dropping destination pageXiao Ni1-0/+1
2021-05-11crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers1-7/+3
2021-05-11crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel1-1/+1
2021-03-17crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki1-1/+1
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel1-10/+10
2021-03-04crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel1-19/+12
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli1-0/+3
2021-01-27crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai1-0/+2
2021-01-23X.509: Fix crash caused by NULL pointerTianjia Zhang1-1/+2
2021-01-12crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman1-1/+1
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel1-1/+2
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel1-4/+5
2020-12-30crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld1-1/+1
2020-12-26crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers1-3/+7
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds4-92/+287
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds28-153/+1122
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu3-64/+57
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor1-3/+1
2020-10-08X.509: fix error return value on the failed pathTianjia Zhang1-1/+3
2020-10-02crypto: xor - use ktime for template benchmarkingArd Biesheuvel1-22/+16
2020-10-02crypto: xor - defer load time benchmark to a later timeArd Biesheuvel1-1/+28
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang4-0/+71
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang1-5/+22
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang2-0/+65
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang1-1/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang4-0/+510
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang1-3/+4
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova3-12/+186
2020-09-25crypto: proc - Removing some useless only space linesCorentin Labbe1-2/+2
2020-09-25md/raid6: let async recovery function support different page offsetYufen Yu2-45/+122
2020-09-25md/raid6: let syndrome computor support different page offsetYufen Yu2-32/+64
2020-09-25md/raid5: add new xor function to support different page offsetYufen Yu1-17/+103
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteArd Biesheuvel1-0/+4
2020-09-11crypto: cbc - Remove cbc.hHerbert Xu1-11/+133
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel2-0/+21
2020-08-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+10
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu1-1/+12
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-58/+58
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-37/+4
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu2-34/+9
2020-08-21crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu1-3/+4
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu1-1/+1
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap1-2/+2
2020-08-21crypto: engine - delete duplicated wordRandy Dunlap1-1/+1
2020-08-21crypto: crct10dif_generic - fix duplicated wordsRandy Dunlap1-1/+1
2020-08-21crypto: crc32c_generic - delete and fix duplicated wordsRandy Dunlap1-2/+2
2020-08-21crypto: algif_aead - delete duplicated wordRandy Dunlap1-1/+1