summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/sha.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* 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-031-1/+17
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2019-10-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-1/+0
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-2/+1
* crypto: qce - move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
* crypto: qce - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+5
* crypto: qce - dma_map_sg can handle chained SGLABBE Corentin2015-10-081-11/+7
* crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-1/+1
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* crypto: qce - fix sparse warningsStanimir Varbanov2014-07-081-10/+10
* crypto: qce - Qualcomm crypto engine driverStanimir Varbanov2014-07-031-0/+588