summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel
2019-08-15crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel
2019-08-15crypto: xts - add support for ciphertext stealingArd Biesheuvel
2019-08-15crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen
2019-08-15crypto: streebog - remove two unused variablesYueHaibing
2019-08-15crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing
2019-08-15Documentation: crypto: crypto_engine: Fix Sphinx warningJonathan Neuschäfer
2019-08-15crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri
2019-08-15crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri
2019-08-15crypto: cryptd - Use refcount_t for refcountChuhong Yuan
2019-08-15hwrng: core - Freeze khwrng thread during suspendStephen Boyd
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang
2019-08-15crypto: hisilicon - add missing single_releaseZhou Wang
2019-08-15crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang
2019-08-15crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang
2019-08-15crypto: hisilicon - fix kbuild warningsZhou Wang
2019-08-09padata: initialize pd->cpu with effective cpumaskDaniel Jordan
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas
2019-08-09crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas
2019-08-09crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: picoxcell - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: mediatek - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan
2019-08-09MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driverZhou Wang
2019-08-09crypto: hisilicon - add debugfs for ZIP and QMZhou Wang
2019-08-09Documentation: Add debugfs doc for hisi_zipZhou Wang
2019-08-09crypto: hisilicon - add SRIOV support for ZIPZhou Wang
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang
2019-08-09crypto: hisilicon - add hardware SGL supportZhou Wang
2019-08-09crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang
2019-08-09crypto: engine - Reduce default RT priorityPeter Zijlstra
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan
2019-08-09crypto: caam - free resources in case caam_rng registration failedIuliana Prodan
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă
2019-08-09crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan
2019-08-09crypto: caam - check zero-length inputIuliana Prodan
2019-08-09crypto: caam - check assoclenIuliana Prodan