aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_crypto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain1-7/+3
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+2
2018-09-28crypto: chelsio - Remove VLA usage of skcipherKees Cook1-1/+1
2018-09-28crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain1-0/+2
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain1-6/+6
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain1-2/+1
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain1-1/+0
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain1-10/+22
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain1-2/+5
2017-11-29chcr: Add support for Inline IPSecAtul Gupta1-45/+24
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain1-29/+85
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl headerHarsh Jain1-6/+0
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain1-0/+1
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Harsh Jain1-0/+1
2017-06-20crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain1-0/+6
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain1-3/+16
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain1-1/+2
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain1-1/+2
2017-04-21crypto: chcr - Increase priority of AEAD algos.Harsh Jain1-2/+2
2017-02-03crypto: chcr - Change algo priorityHarsh Jain1-1/+1
2017-02-03crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain1-0/+3
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain1-7/+83
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain1-5/+4
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain1-1/+1
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain1-1/+1
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain1-3/+5
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain1-6/+0
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai1-0/+203