summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-07-16crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2-24/+25
2020-07-16crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2-24/+25
2020-07-16crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel2-19/+19
2020-07-16crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel2-15/+15
2020-07-16crypto: amlogic-gxl - default to build as moduleArd Biesheuvel1-1/+1
2020-07-16crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu1-5/+4
2020-07-16crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu1-27/+27
2020-07-16crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2-27/+29
2020-07-16crypto:hisilicon/sec2 - update busy processing logicKai Ye3-25/+71
2020-07-16crypto: hisilicon/sec2 - clear SEC debug regsKai Ye1-0/+7
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu2-30/+0
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song3-6/+7
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu3-13/+12
2020-07-09crypto: virtio - constify features[] and id_table[]Rikard Falkeborn1-2/+2
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu1-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu1-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu1-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-07-09Merge branch 'ux500'Herbert Xu1-9/+9
2020-07-09crypto: ux500/hash - Add namespacing to hash_init()Lee Jones1-9/+9
2020-07-03crypto: cpt - Fix sparse warningsHerbert Xu3-23/+22
2020-07-03crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu1-2/+2
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
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 Murugesan3-1/+21
2020-07-03crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_initDinghao Liu1-0/+1
2020-06-26crypto: ccree - remove unused fieldGilad Ben-Yossef1-1/+0
2020-06-26crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef1-31/+93
2020-06-26crypto: ccree - fix resource leak on error pathGilad Ben-Yossef1-12/+18
2020-06-26crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()Horia Geantă1-4/+6
2020-06-26crypto: img-hash - remove redundant initialization of variable errColin Ian King1-1/+1
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King1-1/+0
2020-06-26crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka1-16/+18
2020-06-26crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-06-26crypto: omap-sham - Fix sparse/compiler warningsHerbert Xu1-9/+9
2020-06-26crypto: omap-des - Fix sparse/compiler warningsHerbert Xu1-3/+3
2020-06-26crypto: hisilicon - fix strncpy warning with strscpyZhangfei Gao1-1/+5
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-25/+38
2020-06-18crypto: octeontx - Fix sparse warningsHerbert Xu6-38/+32
2020-06-18crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu1-1/+1
2020-06-18crypto: qat - update timeout logic in put admin msgWojciech Ziemba1-15/+19
2020-06-18crypto: qat - send admin messages to set of AEsWojciech Ziemba1-18/+46
2020-06-18crypto: qat - update fw init admin msgWojciech Ziemba2-27/+52
2020-06-18crypto: caam/qi2 - remove redundant assignment to retColin Ian King1-2/+0
2020-06-18crypto: hisilicon - update SEC driver module parameterLongfang Liu1-3/+3
2020-06-18crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu1-7/+6
2020-06-18crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba7-182/+182
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba16-167/+167
2020-06-18crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila4-0/+36