aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/sha.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang1-3/+5
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath1-1/+1
2021-03-07crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath1-0/+19
2021-03-07crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath1-88/+34
2020-11-27crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-07-03crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan1-2/+0
2020-07-03crypto: qce - re-initialize context on importSivaprakash Murugesan1-4/+12
2020-07-03crypto: qce - support zero length test vectorsSivaprakash Murugesan1-1/+17
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-10-05crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-11-20crypto: remove useless initializations of cra_listEric Biggers1-1/+0
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2017-11-03crypto: qce - move to generic async completionGilad Ben-Yossef1-26/+4
2015-11-17crypto: qce - check return value of sg_nents_for_lenLABBE Corentin1-0/+5
2015-10-08crypto: qce - dma_map_sg can handle chained SGLABBE Corentin1-11/+7
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams1-1/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-1/+1
2014-07-08crypto: qce - fix sparse warningsStanimir Varbanov1-10/+10
2014-07-03crypto: qce - Qualcomm crypto engine driverStanimir Varbanov1-0/+588