summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-crypto-aes-cmac.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* crypto: ccp - Update copyright notices and datesHook, Gary2019-01-111-1/+1
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-3/+1Star
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-1/+1
* crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2018-03-091-1/+1
* crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-151-0/+3
* crypto: ccp - memset request context to zero during importTom Lendacky2016-02-271-0/+1
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-061-10/+16
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-011-5/+11
* crypto: ccp - Add hash state import and export supportTom Lendacky2016-01-251-0/+23
* crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-081-1/+19
* crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky2015-02-271-5/+7
* crypto: ccp - Cleanup hash invocation callsTom Lendacky2014-01-151-1/+1
* crypto: ccp - Change data length declarations to u64Tom Lendacky2014-01-151-8/+13
* crypto: ccp - Check for caller result area before using itTom Lendacky2014-01-151-1/+3
* crypto: ccp - Cleanup scatterlist usageTom Lendacky2014-01-151-2/+4
* crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2014-01-151-1/+4
* crypto: ccp - Remove user triggerable pr_err callsTom Lendacky2013-12-201-3/+1Star
* crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky2013-12-051-0/+355