summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_algo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
* crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-091-10/+3
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
* crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0
* crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
* crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-231-4/+5
* crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-231-26/+131
* crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
* crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-231-7/+6
* crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-231-112/+100
* crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
* crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-171-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-171-10/+22
|\
| * crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain2018-09-281-10/+22
* | crypto: chelsio - Remove VLA usage of skcipherKees Cook2018-09-281-13/+14
|/
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-081-2/+1
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-2/+1
* crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain2018-05-301-107/+91
* crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain2018-05-301-35/+14
* crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain2018-05-301-30/+26
* crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+5
* crypto: chelsio - Remove declaration of static function from headerHarsh Jain2018-03-301-146/+145
* crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain2018-03-161-94/+264
* crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain2018-03-161-1/+1
* crypto: chelsio - Update IV before sending request to HWHarsh Jain2018-03-161-8/+11
* crypto: chelsio - Fix src buffer dma lengthHarsh Jain2018-03-161-5/+12
* crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2018-03-161-39/+34
* crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King2018-02-151-4/+4
* crypto: chelsio - Fix indentation warningHarsh Jain2018-01-191-5/+5
* crypto: chelsio - Remove dst sg size zero checkHarsh Jain2018-01-181-30/+13
* crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2018-01-181-21/+194
* crypto: chelsio - Fix IV updated in XTS operationHarsh Jain2018-01-181-4/+6
* crypto: chelsio - check for sg nullHarsh Jain2018-01-181-1/+2
* crypto: chelsio - Fix IndentationHarsh Jain2018-01-181-15/+13
* crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King2017-12-111-9/+13
* chcr: Add support for Inline IPSecAtul Gupta2017-11-291-108/+113
* crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter2017-11-291-1/+1
* crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King2017-11-291-4/+0
* crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-061-4/+1
* crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain2017-11-031-630/+1015
* crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain2017-11-031-163/+74
* crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2017-11-031-2/+9
* crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda2017-11-031-8/+8
* crypto: chelsio - Remove unused parameterYeshaswi M R Gowda2017-11-031-26/+17
* crypto: chelsio - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-151-8/+15
|\
| * crypto: chcr - Avoid algo allocation in softirq.Harsh Jain2017-07-121-8/+15