summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-12-04crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdArd Biesheuvel
2020-12-04crypto: seed - remove trailing semicolon in macro definitionTom Rix
2020-12-04crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel
2020-11-27crypto: tcrypt - permit tcrypt.ko to be builtinArd Biesheuvel
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel
2020-11-27crypto: aegis128 - expose SIMD code path as separate driverArd Biesheuvel
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel
2020-11-27crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel
2020-11-27crypto: aegis128 - wipe plaintext and tag if decryption failsArd Biesheuvel
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-13crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers
2020-11-06crypto: testmgr - WARN on test failureEric Biggers
2020-11-06crypto: testmgr - always print the actual skcipher driver nameEric Biggers
2020-11-06crypto: testmgr - always print the actual AEAD driver nameEric Biggers
2020-11-06crypto: testmgr - always print the actual hash driver nameEric Biggers
2020-10-30crypto: sm2 - remove unnecessary reset operationsTianjia Zhang
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor
2020-10-08X.509: fix error return value on the failed pathTianjia Zhang
2020-10-02crypto: xor - use ktime for template benchmarkingArd Biesheuvel
2020-10-02crypto: xor - defer load time benchmark to a later timeArd Biesheuvel
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova
2020-09-25crypto: proc - Removing some useless only space linesCorentin Labbe
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu
2020-09-24md/raid5: add new xor function to support different page offsetYufen Yu
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteArd Biesheuvel
2020-09-11crypto: cbc - Remove cbc.hHerbert Xu
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu
2020-08-21crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap
2020-08-21crypto: engine - delete duplicated wordRandy Dunlap