aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/qce
AgeCommit message (Expand)AuthorFilesLines
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-0/+1
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 2-21/+24
2020-07-03crypto: qce/sha - Do not modify scatterlist passed along with requestGravatar Sivaprakash Murugesan 1-2/+0
2020-07-03crypto: qce - re-initialize context on importGravatar Sivaprakash Murugesan 1-4/+12
2020-07-03crypto: qce - support zero length test vectorsGravatar Sivaprakash Murugesan 2-1/+19
2020-03-12crypto: qce - fix wrong config symbol referenceGravatar Eneas U de Queiroz 1-1/+1
2020-02-13crypto: qce - handle AES-XTS cases that qce failsGravatar Eneas U de Queiroz 3-4/+10
2020-02-13crypto: qce - use AES fallback for small requestsGravatar Eneas U de Queiroz 1-8/+12
2020-02-13crypto: qce - use cryptlen when adding extra sglGravatar Eneas U de Queiroz 3-8/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-2/+0
2019-12-27crypto: qce - allow building only hashes/ciphersGravatar Eneas U de Queiroz 3-121/+134
2019-12-27crypto: qce - initialize fallback only for AESGravatar Eneas U de Queiroz 1-3/+14
2019-12-27crypto: qce - update the skcipher IVGravatar Eneas U de Queiroz 1-0/+2
2019-12-27crypto: qce - save a sg table slot for result bufGravatar Eneas U de Queiroz 3-5/+8
2019-12-27crypto: qce - fix xts-aes-qce key sizesGravatar Eneas U de Queiroz 1-5/+8
2019-12-27crypto: qce - fix ctr-aes-qce block, chunk sizesGravatar Eneas U de Queiroz 1-1/+4
2019-11-22crypto: qce/dma - Use dma_request_chan() directly for channel requestGravatar Peter Ujfalusi 1-2/+2
2019-11-17crypto: qce - switch to skcipher APIGravatar Ard Biesheuvel 6-99/+100
2019-10-05crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Eneas U de Queiroz 2-2/+2
2019-08-22crypto: qce/des - switch to new verification routinesGravatar Ard Biesheuvel 1-28/+27
2019-08-09crypto: qce - use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 11-99/+11
2019-04-18crypto: qce - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-1/+21
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+2
2018-11-20crypto: remove useless initializations of cra_listGravatar Eric Biggers 2-2/+0
2018-09-28crypto: qce - Remove VLA usage of skcipherGravatar Kees Cook 2-8/+7
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-07-09crypto: remove redundant type flags from tfm allocationGravatar Eric Biggers 1-2/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-30/+5
2017-11-03crypto: qce - move to generic async completionGravatar Gilad Ben-Yossef 1-26/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-22crypto: Use PTR_ERR_ZEROGravatar Himanshu Jha 1-4/+1
2016-07-01crypto: qce - Use skcipher for fallbackGravatar Herbert Xu 2-12/+17
2015-11-17crypto: qce - check return value of sg_nents_for_lenGravatar LABBE Corentin 2-0/+13
2015-10-08crypto: qce - dma_map_sg can handle chained SGGravatar LABBE Corentin 6-94/+17
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainGravatar Dan Williams 1-1/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextGravatar Cristian Stoica 2-4/+4
2014-10-20crypto: qce: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineGravatar Linus Torvalds 1-0/+2
2014-07-08crypto: qce - fix sparse warningsGravatar Stanimir Varbanov 3-17/+20
2014-07-03crypto: qce - Build Qualcomm crypto driverGravatar Stanimir Varbanov 1-0/+6
2014-07-03crypto: qce - Qualcomm crypto engine driverGravatar Stanimir Varbanov 11-0/+2637