summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang2020-09-255-0/+535
* lib/mpi: Introduce ec implementation to MPI libraryTianjia Zhang2020-09-253-0/+1615
* lib/mpi: Extend the MPI libraryTianjia Zhang2020-09-2514-10/+2076
* crypto: sm3 - export crypto_sm3_final functionTianjia Zhang2020-09-252-3/+6
* crypto: hisilicon/qm - remove the update of flagsWeili Qian2020-09-251-1/+0
* crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen2020-09-253-6/+3
* crypto: hisilicon/hpre - fix a bug in dh algorithmMeng Yu2020-09-251-0/+2
* crypto: hisilicon/hpre - adjust some coding styleMeng Yu2020-09-251-8/+5
* crypto: hisilicon/hpre - remove useless codeMeng Yu2020-09-252-5/+4
* crypto: chelsio - fix minor indentation issueColin Ian King2020-09-251-1/+1
* crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova2020-09-256-15/+205
* crypto: sun8i-ss - fix comparison of integer expressions of different signednessCorentin Labbe2020-09-251-3/+4
* crypto: sun8i-ce - fix comparison of integer expressions of different signednessCorentin Labbe2020-09-251-3/+4
* crypto: sun8i-ce - Add support for the TRNGCorentin Labbe2020-09-255-0/+172
* crypto: sun8i-ce - Add support for the PRNGCorentin Labbe2020-09-255-1/+261
* crypto: sun8i-ce - Add stat_bytes debugfsCorentin Labbe2020-09-251-0/+2
* crypto: sun8i-ce - support hash algorithmsCorentin Labbe2020-09-255-0/+711
* 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: proc - Removing some useless only space linesCorentin Labbe2020-09-251-2/+2
* crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong2020-09-251-3/+1
* crypto: arm/aes-neonbs - use typed init/exit routines for XTSArd Biesheuvel2020-09-251-6/+6
* crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionArd Biesheuvel2020-09-251-2/+3
* crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesArd Biesheuvel2020-09-251-27/+22
* 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: arm/sha512-neon - avoid ADRL pseudo instructionArd Biesheuvel2020-09-252-4/+4
* crypto: arm/sha256-neon - avoid ADRL pseudo instructionArd Biesheuvel2020-09-252-4/+4
* crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-252-56/+5
* crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionallyHerbert Xu2020-09-251-3/+1
* 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
* hwrng: ingenic - Add hardware TRNG for Ingenic X1830周琰杰 (Zhou Yanjie)2020-09-253-0/+176