summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-12-24crypto: qat - extend crypto capability detection for 4xxxGiovanni Cabiddu2-4/+34
2021-12-24crypto: qat - set COMPRESSION capability for QAT GEN2Giovanni Cabiddu3-1/+10
2021-12-24crypto: qat - set CIPHER capability for QAT GEN2Giovanni Cabiddu1-3/+9
2021-12-24crypto: qat - get compression extended capabilitiesGiovanni Cabiddu3-1/+41
2021-12-24crypto: octeontx2 - Use swap() instead of swap_engines()Jiapeng Chong1-11/+1
2021-12-24crypto: omap - increase priority of DES/3DESCorentin Labbe1-4/+4
2021-12-24crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen1-1/+4
2021-12-17crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian1-1/+21
2021-12-17crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian1-11/+57
2021-12-17crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian1-7/+16
2021-12-17crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian1-2/+2
2021-12-17crypto: hisilicon/qm - code movementWeili Qian1-69/+69
2021-12-17crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian1-5/+18
2021-12-17crypto: hisilicon/qm - fix deadlock for remove driverYang Shen1-2/+1
2021-12-17crypto: hisilicon/zip - enable ssid for sva sglYang Shen1-1/+2
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2021-12-17crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-3/+1
2021-12-17crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+1
2021-12-17crypto: ccp - Add SEV_INIT_EX supportDavid Rientjes1-15/+178
2021-12-17crypto: ccp - Add psp_init_on_probe module parameterPeter Gonda1-7/+12
2021-12-17crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda1-7/+13
2021-12-17crypto: ccp - Move SEV_INIT retry for corrupted dataPeter Gonda1-14/+16
2021-12-17crypto: ccp - Add SEV_INIT rc error logging on initPeter Gonda1-1/+2
2021-12-11crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian1-1/+1
2021-12-11crypto: octeontx2 - parameters for custom engine groupsSrujana Challa6-1/+142
2021-12-11crypto: octeontx2 - add apis for custom engine groupsSrujana Challa2-7/+322
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2-4/+5
2021-12-11crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff1-13/+26
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-547/+243
2021-12-11crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff1-1/+1
2021-12-11crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2021-12-11crypto: stm32/cryp - check early input dataNicolas Toromanoff1-1/+113
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff1-2/+0
2021-12-11crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff1-14/+13
2021-12-11crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere1-1/+2
2021-12-11crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere1-2/+6
2021-12-03crypto: octeontx2 - uninitialized variable in kvf_limits_store()Dan Carpenter1-5/+4
2021-12-03crypto: sa2ul - Use bitfield helpersGeert Uytterhoeven1-9/+10
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain3-0/+12
2021-11-26crypto: hisilicon/qm - simplified the calculation of qos shaper parametersKai Ye1-29/+55
2021-11-26crypto: hisilicon/qm - some optimizations of ths qos write processKai Ye1-41/+46
2021-11-26crypto: hisilicon/qm - modify the value of qos initializationKai Ye1-5/+7
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye3-4/+4
2021-11-26crypto: sun8i-ce - Add support for the D1 variantCorentin Labbe2-0/+22
2021-11-26crypto: qat - improve logging of PFVF messagesMarco Chiappero3-24/+17
2021-11-26crypto: qat - fix VF IDs in PFVF log messagesMarco Chiappero2-6/+6
2021-11-26crypto: qat - do not rely on min versionMarco Chiappero10-32/+8
2021-11-26crypto: qat - refactor pfvf version request messagesMarco Chiappero1-19/+23
2021-11-26crypto: qat - pass the PF2VF responses back to the callersMarco Chiappero7-26/+33
2021-11-26crypto: qat - use enums for PFVF protocol codesMarco Chiappero1-11/+22