aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-21/+2
2020-09-25crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-14/+2
2020-09-25crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2-26/+4
2020-09-25crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong1-3/+1
2020-09-25crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2-3/+13
2020-09-25crypto: qat - remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-09-25crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2-56/+5
2020-09-25crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu3-42/+36
2020-09-25crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu3-63/+72
2020-09-25crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu3-30/+30
2020-09-25crypto: atmel-aes - convert to use be32_add_cpu()Liu Shixin1-1/+1
2020-09-25cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang1-2/+2
2020-09-18crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen2-3/+54
2020-09-18crypto: n2 - Fix sparse endianness warningHerbert Xu1-7/+7
2020-09-18crypto: sun8i - Simplify with dev_err_probe()Krzysztof Kozlowski2-12/+6
2020-09-18crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+3
2020-09-18crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski1-2/+1
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski4-8/+11
2020-09-18crypto: hisilicon - fixed memory allocation errorLongfang Liu1-4/+12
2020-09-18crypto: hisilicon - update ZIP module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update SEC module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update mininum queueLongfang Liu1-2/+2
2020-09-18crypto: qat - use PCI_VDEVICEGiovanni Cabiddu6-30/+12
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu9-31/+27
2020-09-18crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-18crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen1-4/+5
2020-09-18crypto: sun4i-ss - Fix sparse endianness markersHerbert Xu1-8/+9
2020-09-18crypto: hisilicon/zip - fix some coding stylesYang Shen2-19/+11
2020-09-18crypto: hisilicon/zip - supplement some commentsYang Shen1-2/+2
2020-09-18crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen2-14/+14
2020-09-18crypto: hisilicon/zip - fix static check warningYang Shen1-6/+6
2020-09-18crypto: hisilicon/zip - add print for error branchYang Shen2-16/+45
2020-09-18crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen1-10/+13
2020-09-18crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'Yang Shen1-3/+4
2020-09-18crypto: hisilicon/zip - modify debugfs interface parametersShukun Tan1-31/+24
2020-09-18crypto: hisilicon/zip - unify naming style for functions and macrosYang Shen1-17/+18
2020-09-18crypto: hisilicon/zip - remove some useless parametersYang Shen2-2/+0
2020-09-18crypto: omap-sham - fix digcnt register handling with export/importTero Kristo1-0/+3
2020-09-18crypto: omap-sham - convert to use crypto engineTero Kristo1-108/+78
2020-09-18crypto: sa2ul - Select CRYPTO_AUTHENCHerbert Xu1-0/+1
2020-09-11crypto: ux500 - Fix sparse endianness warningsHerbert Xu1-16/+8
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu6-24/+12
2020-09-11crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferralKrzysztof Kozlowski1-8/+7
2020-09-11crypto: s5p-sss - Add and fix kerneldocKrzysztof Kozlowski1-3/+4
2020-09-11crypto: s5p-sss - remove redundant null checkXu Wang1-4/+2
2020-09-11crypto: bcm-iproc - remove ecb(arc4) supportArd Biesheuvel6-128/+6
2020-09-11crypto: n2 - remove ecb(arc4) supportArd Biesheuvel1-46/+0
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko1-4/+3