aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-crypto-sha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Set DMA alignment explicitlyHerbert Xu2022-12-091-13/+13
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-0/+1
* crypto: ccp - Silence strncpy warningHerbert Xu2020-07-161-1/+2
* crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-7/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: ccp - Update copyright notices and datesHook, Gary2019-01-111-1/+1
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-1/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
* crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2018-03-091-1/+1
* crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-281-1/+1
* crypto: ccp - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-241-0/+22
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-091-1/+17
* crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-151-0/+3
* crypto: ccp - CCP versioning supportGary R Hook2016-03-111-1/+8
* crypto: ccp - memset request context to zero during importTom Lendacky2016-02-281-0/+1
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-061-15/+21
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-011-5/+15
* 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-0/+13
* crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky2015-02-271-5/+7
* crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller2014-10-141-7/+6
* crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky2014-02-091-105/+25
* crypto: ccp - Cleanup hash invocation callsTom Lendacky2014-01-151-2/+6
* 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-2/+5
* crypto: ccp - Cleanup scatterlist usageTom Lendacky2014-01-151-24/+29
* crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2014-01-151-1/+4
* crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky2013-12-201-4/+4
* crytpo: ccp - fix coccinelle warningsFengguang Wu2013-12-091-1/+1
* crypto: ccp - CCP SHA crypto API supportTom Lendacky2013-12-051-0/+497