aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationGravatar Tianjia Zhang 5-0/+86
2020-09-25X.509: support OSCCA certificate parseGravatar Tianjia Zhang 2-5/+28
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrGravatar Tianjia Zhang 2-0/+65
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Gravatar Tianjia Zhang 1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionGravatar Tianjia Zhang 1-1/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmGravatar Tianjia Zhang 5-0/+535
2020-09-25lib/mpi: Introduce ec implementation to MPI libraryGravatar Tianjia Zhang 3-0/+1615
2020-09-25lib/mpi: Extend the MPI libraryGravatar Tianjia Zhang 14-10/+2076
2020-09-25crypto: sm3 - export crypto_sm3_final functionGravatar Tianjia Zhang 2-3/+6
2020-09-25crypto: hisilicon/qm - remove the update of flagsGravatar Weili Qian 1-1/+0
2020-09-25crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Gravatar Yang Shen 3-6/+3
2020-09-25crypto: hisilicon/hpre - fix a bug in dh algorithmGravatar Meng Yu 1-0/+2
2020-09-25crypto: hisilicon/hpre - adjust some coding styleGravatar Meng Yu 1-8/+5
2020-09-25crypto: hisilicon/hpre - remove useless codeGravatar Meng Yu 2-5/+4
2020-09-25crypto: chelsio - fix minor indentation issueGravatar Colin Ian King 1-1/+1
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceGravatar Elena Petrova 6-15/+205
2020-09-25crypto: sun8i-ss - fix comparison of integer expressions of different signednessGravatar Corentin Labbe 1-3/+4
2020-09-25crypto: sun8i-ce - fix comparison of integer expressions of different signednessGravatar Corentin Labbe 1-3/+4
2020-09-25crypto: sun8i-ce - Add support for the TRNGGravatar Corentin Labbe 5-0/+172
2020-09-25crypto: sun8i-ce - Add support for the PRNGGravatar Corentin Labbe 5-1/+261
2020-09-25crypto: sun8i-ce - Add stat_bytes debugfsGravatar Corentin Labbe 1-0/+2
2020-09-25crypto: sun8i-ce - support hash algorithmsGravatar Corentin Labbe 5-0/+711
2020-09-25crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesGravatar Corentin Labbe 3-4/+4
2020-09-25crypto: sun8i-ce - handle different error registersGravatar Corentin Labbe 2-8/+62
2020-09-25crypto: sun8i-ce - split into prepare/run/unprepareGravatar Corentin Labbe 2-20/+79
2020-09-25crypto: sun8i-ce - move iv data to request contextGravatar Corentin Labbe 2-18/+19
2020-09-25crypto: sun8i-ce - handle endianness of t_common_ctlGravatar Corentin Labbe 1-1/+4
2020-09-25crypto: sun8i-ss - better debug printingGravatar Corentin Labbe 1-3/+3
2020-09-25crypto: sun8i-ss - Add more comment on some structuresGravatar Corentin Labbe 1-0/+2
2020-09-25crypto: sun8i-ss - fix a trivial typoGravatar Corentin Labbe 1-1/+1
2020-09-25crypto: sun8i-ss - support hash algorithmsGravatar Corentin Labbe 5-0/+667
2020-09-25crypto: sun8i-ss - Add support for the PRNGGravatar Corentin Labbe 5-0/+246
2020-09-25crypto: sun8i-ss - Add SS_START defineGravatar Corentin Labbe 2-1/+3
2020-09-25crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-11/+1
2020-09-25crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-38/+6
2020-09-25crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-21/+2
2020-09-25crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-14/+2
2020-09-25crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 2-26/+4
2020-09-25crypto: proc - Removing some useless only space linesGravatar Corentin Labbe 1-2/+2
2020-09-25crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameGravatar Zhang Qilong 1-3/+1
2020-09-25crypto: arm/aes-neonbs - use typed init/exit routines for XTSGravatar Ard Biesheuvel 1-6/+6
2020-09-25crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionGravatar Ard Biesheuvel 1-2/+3
2020-09-25crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesGravatar Ard Biesheuvel 1-27/+22
2020-09-25crypto: stm32/crc32 - Avoid lock if hardware is already usedGravatar Nicolas Toromanoff 2-3/+13
2020-09-25crypto: qat - remove unnecessary mutex_init()Gravatar Qinglang Miao 1-2/+0
2020-09-25crypto: arm/sha512-neon - avoid ADRL pseudo instructionGravatar Ard Biesheuvel 2-4/+4
2020-09-25crypto: arm/sha256-neon - avoid ADRL pseudo instructionGravatar Ard Biesheuvel 2-4/+4
2020-09-25crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroGravatar Liu Shixin 2-56/+5
2020-09-25crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionallyGravatar Herbert Xu 1-3/+1
2020-09-25crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkeyGravatar Herbert Xu 3-42/+36