aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/chelsio/chcr_algo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: chelsio - stop using crypto_ahash::initEric Biggers1-1/+8
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann1-1/+2
2023-02-13crypto: chelsio - Use request_complete helpersHerbert Xu1-3/+3
2022-12-09crypto: chelsio - Set DMA alignment explicitlyHerbert Xu1-21/+22
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu1-3/+3
2021-04-22crypto: chelsio - remove unused functionJiapeng Chong1-5/+0
2021-04-12crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal1-2/+17
2021-03-26crypto: chelsio - Fix some kernel-doc issuesLee Jones1-5/+3
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-07-16crypto: chelsio - Fix some pr_xxx messagesChristophe JAILLET1-10/+9
2020-07-16crypto: chelsio - Avoid some code duplicationChristophe JAILLET1-3/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-2/+5
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel1-34/+23
2020-06-10Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal1-4/+14
2020-06-10Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal1-18/+45
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-28/+72
2020-06-01Crypto/chcr: Fixes a coccinile check errorAyush Sawal1-0/+1
2020-06-01Crypto/chcr: Fixes compilations warningsAyush Sawal1-6/+4
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-06Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna1-1/+1
2020-05-06Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna1-2/+25
2020-05-06Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna1-1/+1
2020-05-06Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna1-14/+28
2020-05-06Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna1-4/+12
2020-04-24crypto: chelsio - remove redundant assignment to variable errorColin Ian King1-1/+1
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing1-2/+0
2020-03-06crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal1-119/+206
2020-03-06crypto: chelsio - Recalculate iv only if it is neededAyush Sawal1-2/+10
2020-02-22crypto: chelsio - Endianess bug in create_authenc_wrAl Viro1-1/+1
2020-02-13crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi testAyush Sawal1-2/+3
2020-02-13crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal1-1/+19
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-23/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-13/+3
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal1-1/+2
2019-11-17crypto: chelsio - switch to skcipher APIArd Biesheuvel1-170/+164
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel1-33/+13
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta1-2/+2
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta1-10/+3
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing1-2/+2
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing1-2/+0
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing1-2/+4
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain1-4/+5
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain1-26/+131
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain1-8/+8
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain1-7/+6
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain1-112/+100
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King1-8/+8