summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel3-18/+57
2020-11-27crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel1-14/+75
2020-11-27crypto: aegis128 - wipe plaintext and tag if decryption failsArd Biesheuvel1-6/+26
2020-11-20crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe1-8/+12
2020-11-20crypto: kconfig - fix a couple of spelling mistakesColin Ian King2-2/+2
2020-11-20crypto: qat - add qat_4xxx driverGiovanni Cabiddu11-1/+833
2020-11-20crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2-0/+4
2020-11-20crypto: qat - target fw images to specific AEsGiovanni Cabiddu2-5/+56
2020-11-20crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong1-1/+2
2020-11-20crypto: hisilicon/zip - add a work_queue for zip irqYang Shen1-3/+23
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers120-155/+205
2020-11-20crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor1-1/+1
2020-11-20crypto: caam/qi - simplify error path for context allocationHoria Geantă1-4/+4
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel2-18/+43
2020-11-20crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye1-2/+3
2020-11-13crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel1-124/+69
2020-11-13crypto: qat - add gen4 firmware loaderJack Xu5-17/+78
2020-11-13crypto: qat - add support for broadcasting modeJack Xu4-3/+99
2020-11-13crypto: qat - add support for shared ustoreJack Xu3-13/+19
2020-11-13crypto: qat - allow to target specific AEsJack Xu6-8/+42
2020-11-13crypto: qat - add FCU CSRs to chip infoJack Xu3-16/+53
2020-11-13crypto: qat - add CSS3K supportJack Xu4-40/+68
2020-11-13crypto: qat - use ae_maskJack Xu1-12/+14
2020-11-13crypto: qat - add check for null pointerJack Xu1-11/+17
2020-11-13crypto: qat - add misc control CSR to chip infoJack Xu2-4/+8
2020-11-13crypto: qat - add wake up event to chip infoJack Xu3-1/+6
2020-11-13crypto: qat - add clock enable CSR to chip infoJack Xu2-4/+7
2020-11-13crypto: qat - add reset CSR and mask to chip infoJack Xu2-17/+24
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