aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-crypto-sha.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook1-1/+1
2017-05-23crypto: ccp - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook1-0/+22
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook1-1/+17
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky1-0/+3
2016-03-11crypto: ccp - CCP versioning supportGary R Hook1-1/+8
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky1-0/+1
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky1-15/+21
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky1-5/+15
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky1-0/+23
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky1-0/+13
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky1-5/+7
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller1-7/+6
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky1-105/+25
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky1-2/+6
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky1-8/+13
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky1-2/+5
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky1-24/+29
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky1-1/+4
2013-12-20crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky1-4/+4
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu1-1/+1
2013-12-05crypto: ccp - CCP SHA crypto API supportTom Lendacky1-0/+497