summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-20120-155/+205
* crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor2020-11-201-1/+1
* crypto: caam/qi - simplify error path for context allocationHoria Geantă2020-11-201-4/+4
* crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel2020-11-202-18/+43
* crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye2020-11-201-2/+3
* crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel2020-11-131-124/+69
* crypto: qat - add gen4 firmware loaderJack Xu2020-11-135-17/+78
* crypto: qat - add support for broadcasting modeJack Xu2020-11-134-3/+99
* crypto: qat - add support for shared ustoreJack Xu2020-11-133-13/+19
* crypto: qat - allow to target specific AEsJack Xu2020-11-136-8/+42
* crypto: qat - add FCU CSRs to chip infoJack Xu2020-11-133-16/+53
* crypto: qat - add CSS3K supportJack Xu2020-11-134-40/+68
* crypto: qat - use ae_maskJack Xu2020-11-131-12/+14
* crypto: qat - add check for null pointerJack Xu2020-11-131-11/+17
* crypto: qat - add misc control CSR to chip infoJack Xu2020-11-132-4/+8
* crypto: qat - add wake up event to chip infoJack Xu2020-11-133-1/+6
* crypto: qat - add clock enable CSR to chip infoJack Xu2020-11-132-4/+7
* crypto: qat - add reset CSR and mask to chip infoJack Xu2020-11-132-17/+24
* crypto: qat - add local memory size to chip infoJack Xu2020-11-133-1/+4
* crypto: qat - add support for lm2 and lm3Jack Xu2020-11-136-2/+101
* crypto: qat - add next neighbor to chip_infoJack Xu2020-11-133-6/+18
* crypto: qat - replace check based on DIDJack Xu2020-11-131-3/+5
* crypto: qat - introduce chip info structureJack Xu2020-11-133-35/+88
* crypto: qat - refactor long expressionsJack Xu2020-11-131-18/+23
* crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu2020-11-131-26/+43
* crypto: qat - move defines to header filesJack Xu2020-11-132-4/+4
* crypto: qat - remove global CSRs helpersJack Xu2020-11-132-16/+13
* crypto: qat - refactor AE startJack Xu2020-11-133-18/+18
* crypto: qat - change micro word data maskJack Xu2020-11-131-1/+1
* crypto: qat - change type for ctx_maskJack Xu2020-11-132-12/+12
* crypto: qat - add support for relative FW ucode loadingJack Xu2020-11-131-6/+7
* crypto: qat - rename qat_uclo_del_uof_obj()Jack Xu2020-11-133-3/+3
* crypto: qat - introduce additional parenthesisJack Xu2020-11-132-10/+10
* crypto: qat - remove unnecessary parenthesisJack Xu2020-11-132-11/+11
* crypto: qat - fix error messageJack Xu2020-11-131-1/+1
* crypto: qat - fix CSR accessJack Xu2020-11-131-4/+2
* crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu2020-11-131-1/+1
* crypto: qat - support for mof format in fw loaderGiovanni Cabiddu2020-11-135-5/+331
* crypto: cavium/nitrox - Fix sparse warningsHerbert Xu2020-11-139-21/+26
* crypto: qat - replace pci with PCI in commentsAdam Guerin2020-11-132-4/+4
* crypto: arm/chacha-neon - optimize for non-block size multiplesArd Biesheuvel2020-11-132-24/+107
* crypto: qat - remove cast for mailbox CSRAdam Guerin2020-11-131-1/+1
* crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld2020-11-131-1/+1
* crypto: caam - fix printing on xts fallback allocation error pathHoria Geantă2020-11-063-5/+6
* crypto: hisilicon/qm - split 'hisi_qm_init' into smaller piecesWeili Qian2020-11-061-33/+53
* crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller piecesWeili Qian2020-11-061-12/+32
* crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller piecesWeili Qian2020-11-061-8/+28
* crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'Weili Qian2020-11-061-1/+2
* crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'Weili Qian2020-11-061-3/+1
* crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian2020-11-065-25/+8