summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio/chcr_algo.c
AgeCommit message (Expand)AuthorFilesLines
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 ...Ayush 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
2018-10-17crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain1-2/+1
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-10/+22
2018-09-28crypto: chelsio - Remove VLA usage of skcipherKees Cook1-13/+14
2018-09-28crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain1-10/+22
2018-07-08crypto: aead - remove useless setting of type flagsEric Biggers1-2/+1
2018-07-08crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-08crypto: ahash - remove useless setting of type flagsEric Biggers1-2/+1
2018-05-30crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain1-107/+91
2018-05-30crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain1-35/+14
2018-05-30crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain1-30/+26
2018-03-30crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-30crypto: chelsio - Remove declaration of static function from headerHarsh Jain1-146/+145
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain1-94/+264
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain1-39/+34
2018-02-15crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King1-4/+4
2018-01-19crypto: chelsio - Fix indentation warningHarsh Jain1-5/+5
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain1-30/+13
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain1-21/+194
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain1-4/+6
2018-01-18crypto: chelsio - check for sg nullHarsh Jain1-1/+2
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain1-15/+13