summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/sha.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: qce - Set DMA alignment explicitlyHerbert Xu2022-12-091-9/+9
* crypto: qce - Fix dma_map_sg error checkJack Wang2022-08-261-3/+5
* crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye2021-11-201-1/+1
* crypto: qce - Remove totallen and offset in qce_startThara Gopinath2021-03-071-1/+1
* crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath2021-03-071-0/+19
* crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath2021-03-071-88/+34
* crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath2020-11-271-1/+1
* 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