summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-crypto-aes-cmac.c
AgeCommit message (Expand)Author
2022-12-09crypto: ccp - Set DMA alignment explicitlyHerbert Xu
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-07-26crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky
2013-12-05crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky