summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-4/+20
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9260/+0
2020-10-15cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal-2/+0
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1844/+3926
2020-10-08crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu-1/+14
2020-10-08crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu-7/+7
2020-10-08crypto: qat - fix function parameters descriptionsGiovanni Cabiddu-2/+6
2020-10-07s390/zcrypt: New config switch CONFIG_ZCRYPT_DEBUGHarald Freudenberger-4/+20
2020-10-02crypto: atmel-tdes - use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall-7/+7
2020-10-02crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'Sihang Chen-0/+1
2020-10-02crypto: hisilicon/zip - fix the return value when device is busyYang Shen-1/+2
2020-10-02crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang-6/+17
2020-10-02crypto: hisilicon/zip - fix the uncleared debug registersHao Fang-0/+18
2020-10-02crypto: sa2ul - Fix DMA mapping API usagePeter Ujfalusi-98/+117
2020-10-02crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila-5/+10
2020-10-02crypto: caam/qi - add support for XTS with 16B IVAndrei Botila-4/+8
2020-10-02crypto: caam/jr - add support for XTS with 16B IVAndrei Botila-15/+24
2020-10-02crypto: caam - add xts check for block length equal to zeroAndrei Botila-4/+24
2020-10-02crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila-4/+12
2020-10-02crypto: caam/qi - add support for more XTS key lengthsAndrei Botila-3/+10
2020-10-02crypto: caam/jr - add support for more XTS key lengthsAndrei Botila-3/+10
2020-10-02crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila-5/+78
2020-10-02crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila-5/+68
2020-10-02crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila-7/+66
2020-10-02crypto: mediatek - simplify the return expression of mtk_dfe_dse_reset()Qinglang Miao-7/+1
2020-10-02crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...Qinglang Miao-7/+1
2020-10-02crypto: ccp - fix error handlingPavel Machek-1/+1
2020-10-02crypto: cpt - simplify the return expression of cav_register_algsLiu Shixin-7/+1
2020-09-25crypto: hisilicon/qm - remove the update of flagsWeili Qian-1/+0
2020-09-25crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen-6/+3
2020-09-25crypto: hisilicon/hpre - fix a bug in dh algorithmMeng Yu-0/+2
2020-09-25crypto: hisilicon/hpre - adjust some coding styleMeng Yu-8/+5
2020-09-25crypto: hisilicon/hpre - remove useless codeMeng Yu-5/+4
2020-09-25crypto: chelsio - fix minor indentation issueColin Ian King-1/+1
2020-09-25crypto: sun8i-ss - fix comparison of integer expressions of different signednessCorentin Labbe-3/+4
2020-09-25crypto: sun8i-ce - fix comparison of integer expressions of different signednessCorentin Labbe-3/+4
2020-09-25crypto: sun8i-ce - Add support for the TRNGCorentin Labbe-0/+172
2020-09-25crypto: sun8i-ce - Add support for the PRNGCorentin Labbe-1/+261
2020-09-25crypto: sun8i-ce - Add stat_bytes debugfsCorentin Labbe-0/+2
2020-09-25crypto: sun8i-ce - support hash algorithmsCorentin Labbe-0/+711
2020-09-25crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe-4/+4
2020-09-25crypto: sun8i-ce - handle different error registersCorentin Labbe-8/+62
2020-09-25crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe-20/+79
2020-09-25crypto: sun8i-ce - move iv data to request contextCorentin Labbe-18/+19
2020-09-25crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe-1/+4
2020-09-25crypto: sun8i-ss - better debug printingCorentin Labbe-3/+3
2020-09-25crypto: sun8i-ss - Add more comment on some structuresCorentin Labbe-0/+2
2020-09-25crypto: sun8i-ss - fix a trivial typoCorentin Labbe-1/+1
2020-09-25crypto: sun8i-ss - support hash algorithmsCorentin Labbe-0/+667