aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-crypto-aes-cmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-3/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-1/+1
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook1-1/+1
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky1-0/+3
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-10/+16
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky1-5/+11
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-1/+19
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky1-5/+7
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky1-1/+1
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-1/+3
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky1-2/+4
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky1-1/+4
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky1-3/+1
2013-12-05crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky1-0/+355