aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/chelsio/chcr_algo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-268/+1733
2016-12-07crypto: chcr - checking for IS_ERR() instead of NULLDan Carpenter1-9/+8
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain1-20/+1462
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain1-13/+13
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain1-37/+26
2016-11-30crypto: chcr - Adjust Dest. buffer sizeHarsh Jain1-30/+20
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain1-29/+23
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain1-29/+40
2016-11-30crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain1-1/+2
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain1-126/+113
2016-11-30crypto: chcr - Cosmetic changeHarsh Jain1-0/+52
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-7/+9
2016-08-26chcr: Fix non static symbol warningWei Yongjun1-1/+1
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai1-0/+1525