summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-06hwrng: imx-rngc - irq already prints an errorNigel Christian1-3/+1
2020-11-06crypto: arm/aes-neonbs - fix usage of cbc(aes) fallbackHoria Geantă1-3/+5
2020-11-06crypto: qat - remove unneeded semicolonTom Rix2-5/+5
2020-11-06crypto: cavium/nitrox - remove unneeded semicolonTom Rix1-1/+1
2020-11-06crypto: arm64/poly1305-neon - reorder PAC authentication with SP updateArd Biesheuvel2-2/+2
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers2-3/+23
2020-11-06crypto: caam - enable crypto-engine retry mechanismIuliana Prodan2-1/+11
2020-11-06crypto: testmgr - WARN on test failureEric Biggers1-7/+13
2020-11-06crypto: testmgr - always print the actual skcipher driver nameEric Biggers1-20/+16
2020-11-06crypto: testmgr - always print the actual AEAD driver nameEric Biggers1-24/+18
2020-11-06crypto: testmgr - always print the actual hash driver nameEric Biggers1-23/+20
2020-11-06crypto: aead - add crypto_aead_driver_name()Eric Biggers1-0/+5
2020-11-06crypto: atmel-sha - remove unneeded breakTom Rix1-1/+0
2020-10-30crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar1-4/+20
2020-10-30crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar1-136/+38
2020-10-30crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar1-6/+5
2020-10-30crypto: lib/sha256 - Don't clear temporary variablesArvind Sankar1-1/+0
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar8-8/+12
2020-10-30crypto: lib/sha256 - Use memzero_explicit() for clearing stateArvind Sankar1-1/+1
2020-10-30crypto: omap-aes - fix the reference count leak of omap deviceZhang Qilong1-0/+1
2020-10-30crypto: sm2 - remove unnecessary reset operationsTianjia Zhang1-46/+29
2020-10-30crypto: sa2ul - Reduce stack usageHerbert Xu2-61/+63
2020-10-30crypto: hisilicon - fixes some coding styleLongfang Liu2-29/+18
2020-10-30crypto: hisilicon - delete unused structure member variablesLongfang Liu1-2/+0
2020-10-30crypto: x86/aes - remove unused file aes_glue.cEric Biggers1-1/+0
2020-10-30crypto: qat - extend ae_maskGiovanni Cabiddu1-1/+1
2020-10-30crypto: qat - allow for instances in different banksGiovanni Cabiddu2-9/+28
2020-10-30crypto: qat - refactor qat_crypto_dev_config()Giovanni Cabiddu1-26/+41
2020-10-30crypto: qat - refactor qat_crypto_create_instances()Giovanni Cabiddu1-27/+41
2020-10-30crypto: qat - change return value in adf_cfg_key_val_get()Giovanni Cabiddu1-1/+1
2020-10-30crypto: qat - change return value in adf_cfg_add_key_value_param()Giovanni Cabiddu1-1/+1
2020-10-30crypto: qat - remove unnecessary void* castsGiovanni Cabiddu1-10/+10
2020-10-30crypto: qat - call functions in adf_sriov if availableGiovanni Cabiddu1-5/+10
2020-10-30crypto: qat - remove hardcoded bank irq clear flag maskGiovanni Cabiddu2-3/+2
2020-10-30crypto: qat - abstract writes to arbiter enableGiovanni Cabiddu4-10/+20
2020-10-30crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu2-2/+2
2020-10-30crypto: qat - replace constant masks with GENMASKGiovanni Cabiddu2-2/+2
2020-10-30crypto: qat - abstract build ring baseGiovanni Cabiddu5-3/+12
2020-10-30crypto: qat - enable ring after pair is programmedGiovanni Cabiddu1-1/+19
2020-10-30crypto: qat - register crypto instances based on capabilityGiovanni Cabiddu2-1/+21
2020-10-30crypto: qat - add support for capability detectionMarco Chiappero10-9/+93
2020-10-30crypto: qat - abstract arbiter accessGiovanni Cabiddu7-15/+50
2020-10-30crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu1-3/+0
2020-10-30crypto: qat - remove writes into WQCFGGiovanni Cabiddu1-13/+0
2020-10-30crypto: qat - update constants tableGiovanni Cabiddu1-22/+22
2020-10-30crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu2-1/+2
2020-10-30crypto: qat - change admin sequenceGiovanni Cabiddu1-2/+2
2020-10-30crypto: qat - rename ME in AEGiovanni Cabiddu2-4/+4
2020-10-30crypto: qat - add packed to init admin structuresGiovanni Cabiddu1-2/+2
2020-10-30crypto: qat - abstract admin interfaceGiovanni Cabiddu7-10/+39