summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-5/+9
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-031-1/+2
|\
| * crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-1/+2
* | crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-4/+4
|/
* Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2020-05-061-0/+1
* crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal2020-03-061-4/+10
* crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2020-03-061-0/+1
* crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal2020-02-131-0/+1
* crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-171-8/+8
* crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-261-1/+0
* crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-231-7/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-171-0/+2
|\
| * crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain2018-09-281-0/+2
* | crypto: chelsio - Remove VLA usage of skcipherKees Cook2018-09-281-1/+1
|/
* crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain2018-05-311-6/+6
* crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain2018-05-311-2/+1
* crypto: chelsio - Remove declaration of static function from headerHarsh Jain2018-03-311-1/+0
* crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain2018-03-161-10/+22
* crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2018-01-181-2/+5
* chcr: Add support for Inline IPSecAtul Gupta2017-11-291-45/+24
* crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain2017-11-031-29/+85
* crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain2017-11-031-6/+0
* crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2017-11-031-0/+1
* crypto: chcr - Avoid algo allocation in softirq.Harsh Jain2017-07-121-0/+1
* crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain2017-06-201-0/+6
* crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain2017-06-201-3/+16
* crypto: chcr - Add fallback for AEAD algosHarsh Jain2017-04-211-1/+2
* crypto: chcr - Fix txq ids.Harsh Jain2017-04-211-1/+2
* crypto: chcr - Increase priority of AEAD algos.Harsh Jain2017-04-211-2/+2
* crypto: chcr - Change algo priorityHarsh Jain2017-02-031-1/+1
* crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2017-02-031-0/+3
* crypto: chcr - Add AEAD algos.Harsh Jain2016-11-301-7/+83
* crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2016-11-301-5/+4
* crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2016-11-301-1/+1
* crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2016-11-301-1/+1
* crypto: chcr - Remove dynamic allocationHarsh Jain2016-11-301-3/+5
* crypto: chcr - Added new structure chcr_wrHarsh Jain2016-11-301-6/+0
* chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai2016-08-181-0/+203