aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-29crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing2-6/+4
2021-10-29crypto: sa2ul - Use the defined variable to clean codeTang Bin1-7/+6
2021-10-29crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin1-0/+2
2021-10-29crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC DriverPrabhjot Khurana4-0/+1042
2021-10-29dt-bindings: crypto: Add Keem Bay ECC bindingsPrabhjot Khurana2-0/+54
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli2-4/+44
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli6-5/+5
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana3-0/+35
2021-10-29crypto: api - Do not create test larvals if manager is disabledHerbert Xu2-25/+38
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă1-3/+2
2021-10-22hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-10-15crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait1-0/+1
2021-10-15crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda1-1/+1
2021-10-08hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior1-2/+2
2021-10-08crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero6-23/+26
2021-10-08crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero1-13/+37
2021-10-08crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero3-8/+36
2021-10-08crypto: qat - rename pfvf collision constantsMarco Chiappero1-13/+13
2021-10-08crypto: qat - move pfvf collision detection valuesMarco Chiappero2-9/+9
2021-10-08crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2021-10-08crypto: qat - use hweight for bit countingGiovanni Cabiddu1-14/+2
2021-10-08crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero8-245/+107
2021-10-08crypto: qat - fix handling of VF to PF interruptsMarco Chiappero9-76/+133
2021-10-08crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2021-10-08crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-10-08crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann1-1/+2
2021-10-08crypto: hisilicon/qm - modify the uacce mode checkKai Ye1-8/+14
2021-10-01crypto: api - Export crypto_boot_test_finishedHerbert Xu1-0/+1
2021-10-01crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King1-1/+1
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann1-1/+1
2021-10-01hwrng: meson - Improve error handling for core clockUwe Kleine-König1-2/+3
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu3-27/+108
2021-09-24crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-09-24crypto: qat - power up 4xxx deviceGiovanni Cabiddu4-0/+47
2021-09-24crypto: caam - disable pkc for non-E SoCsMichael Walle2-4/+18
2021-09-17crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan1-1/+1
2021-09-17crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Tim Gardner1-1/+1
2021-09-17crypto: img-hash - remove need for error return variable retColin Ian King1-6/+1
2021-09-17hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-17crypto: qat - remove unneeded packed attributeGiovanni Cabiddu1-6/+6
2021-09-17crypto: qat - free irq in case of failureWojciech Ziemba1-29/+34
2021-09-17crypto: qat - free irqs only if allocatedMaksim Lukoshkov3-37/+35
2021-09-17crypto: qat - remove unmatched CPU affinity to cluster IRQWojciech Ziemba1-1/+0
2021-09-17crypto: qat - replace deprecated MSI APIWojciech Ziemba3-60/+55
2021-09-17crypto: hisilicon/qm - support the userspace task resettingKai Ye1-1/+45
2021-09-17crypto: hisilicon/qm - fix the uacce mmap failedKai Ye1-1/+3
2021-09-17crypto: hisilicon - Fix sscanf format signednessHerbert Xu1-1/+1