aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-13crypto: qat - add local memory size to chip infoJack Xu3-1/+4
2020-11-13crypto: qat - add support for lm2 and lm3Jack Xu6-2/+101
2020-11-13crypto: qat - add next neighbor to chip_infoJack Xu3-6/+18
2020-11-13crypto: qat - replace check based on DIDJack Xu1-3/+5
2020-11-13crypto: qat - introduce chip info structureJack Xu3-35/+88
2020-11-13crypto: qat - refactor long expressionsJack Xu1-18/+23
2020-11-13crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu1-26/+43
2020-11-13crypto: qat - move defines to header filesJack Xu2-4/+4
2020-11-13crypto: qat - remove global CSRs helpersJack Xu2-16/+13
2020-11-13crypto: qat - refactor AE startJack Xu3-18/+18
2020-11-13crypto: qat - change micro word data maskJack Xu1-1/+1
2020-11-13crypto: qat - change type for ctx_maskJack Xu2-12/+12
2020-11-13crypto: qat - add support for relative FW ucode loadingJack Xu1-6/+7
2020-11-13crypto: qat - rename qat_uclo_del_uof_obj()Jack Xu3-3/+3
2020-11-13crypto: qat - introduce additional parenthesisJack Xu2-10/+10
2020-11-13crypto: qat - remove unnecessary parenthesisJack Xu2-11/+11
2020-11-13crypto: qat - fix error messageJack Xu1-1/+1
2020-11-13crypto: qat - fix CSR accessJack Xu1-4/+2
2020-11-13crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu1-1/+1
2020-11-13crypto: qat - support for mof format in fw loaderGiovanni Cabiddu5-5/+331
2020-11-13crypto: cavium/nitrox - Fix sparse warningsHerbert Xu9-21/+26
2020-11-13crypto: qat - replace pci with PCI in commentsAdam Guerin2-4/+4
2020-11-13crypto: arm/chacha-neon - optimize for non-block size multiplesArd Biesheuvel2-24/+107
2020-11-13crypto: qat - remove cast for mailbox CSRAdam Guerin1-1/+1
2020-11-13crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld1-1/+1
2020-11-06crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă3-5/+6
2020-11-06crypto: hisilicon/qm - split 'hisi_qm_init' into smaller piecesWeili Qian1-33/+53
2020-11-06crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller piecesWeili Qian1-12/+32
2020-11-06crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller piecesWeili Qian1-8/+28
2020-11-06crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'Weili Qian1-1/+2
2020-11-06crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'Weili Qian1-3/+1
2020-11-06crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian5-25/+8
2020-11-06crypto: hisilicon/qm - modify the return type of functionWeili Qian1-2/+2
2020-11-06crypto: hisilicon/qm - numbers are replaced by macrosWeili Qian1-7/+12
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