summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-02crypto: xor - use ktime for template benchmarkingArd Biesheuvel1-22/+16
2020-10-02crypto: xor - defer load time benchmark to a later timeArd Biesheuvel1-1/+28
2020-10-02crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'Sihang Chen1-0/+1
2020-10-02crypto: hisilicon/zip - fix the return value when device is busyYang Shen1-1/+2
2020-10-02crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang1-6/+17
2020-10-02crypto: hisilicon/zip - fix the uncleared debug registersHao Fang1-0/+18
2020-10-02lib/mpi: Fix unused variable warningsHerbert Xu4-10/+3
2020-10-02crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu1-3/+0
2020-10-02hwrng: npcm - modify readl to readbTomer Maimon1-7/+7
2020-10-02crypto: sa2ul - Fix DMA mapping API usagePeter Ujfalusi1-98/+117
2020-10-02crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila1-5/+10
2020-10-02crypto: caam/qi - add support for XTS with 16B IVAndrei Botila1-4/+8
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila2-15/+24
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila3-4/+24
2020-10-02crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila1-4/+12
2020-10-02crypto: caam/qi - add support for more XTS key lengthsAndrei Botila1-3/+10
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila1-3/+10
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila3-5/+78
2020-10-02crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2-5/+68
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila2-7/+66
2020-10-02crypto: mediatek - simplify the return expression of mtk_dfe_dse_reset()Qinglang Miao1-7/+1
2020-10-02crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...Qinglang Miao1-7/+1
2020-10-02crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-10-02crypto: cpt - simplify the return expression of cav_register_algsLiu Shixin1-7/+1
2020-09-25integrity: Asymmetric digsig supports SM2-with-SM3 algorithmTianjia Zhang1-3/+11
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang5-0/+86
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang2-5/+28
2020-09-25crypto: sm2 - add SM2 test vectors to testmgrTianjia Zhang2-0/+65
2020-09-25crypto: testmgr - Fix potential memory leak in test_akcipher_one()Tianjia Zhang1-4/+7
2020-09-25crypto: testmgr - support test with different ciphertext per encryptionTianjia Zhang1-1/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang5-0/+535
2020-09-25lib/mpi: Introduce ec implementation to MPI libraryTianjia Zhang3-0/+1615
2020-09-25lib/mpi: Extend the MPI libraryTianjia Zhang14-10/+2076
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang2-3/+6
2020-09-25crypto: hisilicon/qm - remove the update of flagsWeili Qian1-1/+0
2020-09-25crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen3-6/+3
2020-09-25crypto: hisilicon/hpre - fix a bug in dh algorithmMeng Yu1-0/+2
2020-09-25crypto: hisilicon/hpre - adjust some coding styleMeng Yu1-8/+5
2020-09-25crypto: hisilicon/hpre - remove useless codeMeng Yu2-5/+4
2020-09-25crypto: chelsio - fix minor indentation issueColin Ian King1-1/+1
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova6-15/+205
2020-09-25crypto: sun8i-ss - fix comparison of integer expressions of different signednessCorentin Labbe1-3/+4
2020-09-25crypto: sun8i-ce - fix comparison of integer expressions of different signednessCorentin Labbe1-3/+4
2020-09-25crypto: sun8i-ce - Add support for the TRNGCorentin Labbe5-0/+172
2020-09-25crypto: sun8i-ce - Add support for the PRNGCorentin Labbe5-1/+261
2020-09-25crypto: sun8i-ce - Add stat_bytes debugfsCorentin Labbe1-0/+2
2020-09-25crypto: sun8i-ce - support hash algorithmsCorentin Labbe5-0/+711
2020-09-25crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe3-4/+4
2020-09-25crypto: sun8i-ce - handle different error registersCorentin Labbe2-8/+62
2020-09-25crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe2-20/+79