summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce
Commit message (Expand)AuthorAgeFilesLines
* crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath2020-11-271-1/+1
* crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath2020-11-271-1/+16
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+4
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-203-0/+3
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-0/+1
* crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-21/+24
* crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan2020-07-031-2/+0
* crypto: qce - re-initialize context on importSivaprakash Murugesan2020-07-031-4/+12
* crypto: qce - support zero length test vectorsSivaprakash Murugesan2020-07-032-1/+19
* crypto: qce - fix wrong config symbol referenceEneas U de Queiroz2020-03-121-1/+1
* crypto: qce - handle AES-XTS cases that qce failsEneas U de Queiroz2020-02-133-4/+10
* crypto: qce - use AES fallback for small requestsEneas U de Queiroz2020-02-131-8/+12
* crypto: qce - use cryptlen when adding extra sglEneas U de Queiroz2020-02-133-8/+10
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: qce - allow building only hashes/ciphersEneas U de Queiroz2019-12-273-121/+134
* crypto: qce - initialize fallback only for AESEneas U de Queiroz2019-12-271-3/+14
* crypto: qce - update the skcipher IVEneas U de Queiroz2019-12-271-0/+2
* crypto: qce - save a sg table slot for result bufEneas U de Queiroz2019-12-273-5/+8
* crypto: qce - fix xts-aes-qce key sizesEneas U de Queiroz2019-12-271-5/+8
* crypto: qce - fix ctr-aes-qce block, chunk sizesEneas U de Queiroz2019-12-271-1/+4
* crypto: qce/dma - Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-221-2/+2
* crypto: qce - switch to skcipher APIArd Biesheuvel2019-11-176-99/+100
* crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2019-10-052-2/+2
* crypto: qce/des - switch to new verification routinesArd Biesheuvel2019-08-221-28/+27
* crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0511-99/+11
* crypto: qce - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-1/+21
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
* crypto: remove useless initializations of cra_listEric Biggers2018-11-202-2/+0
* crypto: qce - Remove VLA usage of skcipherKees Cook2018-09-282-8/+7
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-2/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-142-30/+5
|\
| * crypto: qce - move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
| * crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-221-4/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: qce - Use skcipher for fallbackHerbert Xu2016-07-012-12/+17
* crypto: qce - check return value of sg_nents_for_lenLABBE Corentin2015-11-172-0/+13
* crypto: qce - dma_map_sg can handle chained SGLABBE Corentin2015-10-086-94/+17
* crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-1/+1
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-262-4/+4
* crypto: qce: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds2014-10-081-0/+2
* crypto: qce - fix sparse warningsStanimir Varbanov2014-07-083-17/+20
* crypto: qce - Build Qualcomm crypto driverStanimir Varbanov2014-07-031-0/+6
* crypto: qce - Qualcomm crypto engine driverStanimir Varbanov2014-07-0311-0/+2637