aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_crypto.h
AgeCommit message (Expand)Author
10 daysmaster: sync with upstream 6.6Bruce Ashfield
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-06-15crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-06Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna
2020-03-06crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal
2020-03-06crypto: chelsio - Recalculate iv only if it is neededAyush Sawal
2020-02-13crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal
2019-11-17crypto: chelsio - switch to skcipher APIArd Biesheuvel
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-09-28crypto: chelsio - Remove VLA usage of skcipherKees Cook
2018-09-28crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain
2017-11-29chcr: Add support for Inline IPSecAtul Gupta
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Harsh Jain
2017-06-20crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain
2017-04-21crypto: chcr - Increase priority of AEAD algos.Harsh Jain
2017-02-03crypto: chcr - Change algo priorityHarsh Jain
2017-02-03crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai