aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov1-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov5-15/+68
2020-03-30bus: fsl-mc: add api to retrieve mc versionAndrei Botila1-16/+17
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov2-4/+10
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov1-6/+15
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov1-215/+107
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov3-43/+44
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov1-23/+24
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov1-2/+2
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing1-1/+0
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing1-2/+0
2020-03-20crypto: marvell - enable OcteonTX cpt options for buildSrujanaChalla2-0/+17
2020-03-20crypto: marvell - add the Virtual Function driver for CPTSrujanaChalla9-2/+4686
2020-03-20crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla8-0/+2764
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla10-46/+69
2020-03-20crypto: bcm - Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-20/+20
2020-03-20crypto: atmel-i2c - Fix wakeup failJianhui Zhao1-1/+2
2020-03-20crypto: hisilicon/sec2 - Add new create qp processKai Ye3-61/+42
2020-03-20crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang3-55/+20
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan3-114/+34
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMWeili Qian2-0/+156
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef3-103/+16
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef1-53/+20
2020-03-12crypto: ccree - only check condition if neededGilad Ben-Yossef1-6/+6
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef5-8/+0
2020-03-12crypto: ccree - remove pointless commentHadar Gat1-1/+0
2020-03-12crypto: ccree - update register handling macrosHadar Gat2-43/+38
2020-03-12crypto: ccp - use file mode for sev ioctl permissionsConnor Kuehl1-16/+17
2020-03-12hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser1-15/+28
2020-03-12hwrng: imx-rngc - check the rng typeMartin Kaiser1-1/+27
2020-03-12hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser1-2/+2
2020-03-12hwrng: imx-rngc - use automatic seedingMartin Kaiser1-2/+14
2020-03-12hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-03-12hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap1-7/+7
2020-03-12crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu2-5/+172
2020-03-12crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu2-32/+43
2020-03-12crypto: hisilicon/sec2 - Add iommu status checkLongfang Liu2-0/+20
2020-03-12crypto: hisilicon/sec2 - Add workqueue for SEC driver.Ye Kai1-3/+29
2020-03-12crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan2-25/+19
2020-03-12crypto: qce - fix wrong config symbol referenceEneas U de Queiroz1-1/+1
2020-03-12crypto: qat - simplify the qat_crypto functionTianjia Zhang1-2/+1
2020-03-12crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen3-0/+13
2020-03-12crypto: ccp - Cleanup misc_dev on sev_exit()John Allen1-3/+3
2020-03-06crypto: caam - update xts sector size for large input lengthAndrei Botila1-2/+14
2020-03-06crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă1-4/+10
2020-03-06crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav1-2/+2
2020-03-06crypto: hisilicon - qm depends on UACCEHongbo Yao1-0/+2
2020-03-06uacce: unmap remaining mmapping from user spaceZhangfei Gao1-0/+16
2020-03-06crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2-0/+10
2020-03-06crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos1-30/+28