summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-crypto-aes-xts.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-09crypto: ccp - Set DMA alignment explicitlyHerbert Xu1-9/+11
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-0/+1
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel1-17/+16
2019-11-17crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel1-47/+47
2019-08-30crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-28crypto: ccp - Remove VLA usage of skcipherKees Cook1-6/+7
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook1-4/+22
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook1-37/+20
2017-08-04crypto: ccp - Add a call to xts_check_key()Gary R Hook1-1/+8
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook1-1/+3
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu1-23/+20
2016-05-25crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky1-5/+12
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky1-3/+1
2014-05-22crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut1-2/+2
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky1-9/+3
2013-12-05crypto: ccp - CCP XTS-AES crypto API supportTom Lendacky1-0/+285