summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe2020-09-253-4/+4
* crypto: sun8i-ce - handle different error registersCorentin Labbe2020-09-252-8/+62
* crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe2020-09-252-20/+79
* crypto: sun8i-ce - move iv data to request contextCorentin Labbe2020-09-252-18/+19
* crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe2020-09-251-1/+4
* crypto: sun8i-ss - better debug printingCorentin Labbe2020-09-251-3/+3
* crypto: sun8i-ss - Add more comment on some structuresCorentin Labbe2020-09-251-0/+2
* crypto: sun8i-ss - fix a trivial typoCorentin Labbe2020-09-251-1/+1
* crypto: sun8i-ss - support hash algorithmsCorentin Labbe2020-09-255-0/+667
* crypto: sun8i-ss - Add support for the PRNGCorentin Labbe2020-09-255-0/+246
* crypto: sun8i-ss - Add SS_START defineCorentin Labbe2020-09-252-1/+3
* crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-11/+1
* crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-38/+6
* crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-21/+2
* crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-14/+2
* crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-252-26/+4
* crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong2020-09-251-3/+1
* crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2020-09-252-3/+13
* crypto: qat - remove unnecessary mutex_init()Qinglang Miao2020-09-251-2/+0
* crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-252-56/+5
* crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyHerbert Xu2020-09-253-42/+36
* crypto: inside-secure - Move ipad/opad into safexcel_contextHerbert Xu2020-09-253-63/+72
* crypto: inside-secure - Move priv pointer into safexcel_contextHerbert Xu2020-09-253-30/+30
* crypto: atmel-aes - convert to use be32_add_cpu()Liu Shixin2020-09-251-1/+1
* cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang2020-09-251-2/+2
* crypto: inside-secure - Add support for EIP197 with output classifierPascal van Leeuwen2020-09-182-3/+54
* crypto: n2 - Fix sparse endianness warningHerbert Xu2020-09-181-7/+7
* crypto: sun8i - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-182-12/+6
* crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-8/+3
* crypto: caam - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-2/+1
* crypto: caam - Fix kerneldocKrzysztof Kozlowski2020-09-184-8/+11
* crypto: hisilicon - fixed memory allocation errorLongfang Liu2020-09-181-4/+12
* crypto: hisilicon - update ZIP module parameter descriptionLongfang Liu2020-09-181-1/+1
* crypto: hisilicon - update SEC module parameter descriptionLongfang Liu2020-09-181-1/+1
* crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu2020-09-181-1/+1
* crypto: hisilicon - update mininum queueLongfang Liu2020-09-181-2/+2
* crypto: qat - use PCI_VDEVICEGiovanni Cabiddu2020-09-186-30/+12
* crypto: qat - replace device ids definesGiovanni Cabiddu2020-09-189-31/+27
* crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-181-1/+1
* crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen2020-09-181-4/+5
* crypto: sun4i-ss - Fix sparse endianness markersHerbert Xu2020-09-181-8/+9
* crypto: hisilicon/zip - fix some coding stylesYang Shen2020-09-182-19/+11
* crypto: hisilicon/zip - supplement some commentsYang Shen2020-09-181-2/+2
* crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen2020-09-182-14/+14
* crypto: hisilicon/zip - fix static check warningYang Shen2020-09-181-6/+6
* crypto: hisilicon/zip - add print for error branchYang Shen2020-09-182-16/+45
* crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen2020-09-181-10/+13
* crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'Yang Shen2020-09-181-3/+4
* crypto: hisilicon/zip - modify debugfs interface parametersShukun Tan2020-09-181-31/+24
* crypto: hisilicon/zip - unify naming style for functions and macrosYang Shen2020-09-181-17/+18