summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2020-07-16crypto: mediatek - use AES library for GCM key derivationArd Biesheuvel-57/+9
2020-07-16crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel-51/+45
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel-21/+24
2020-07-16crypto: picoxcell - permit asynchronous skcipher as fallbackArd Biesheuvel-16/+22
2020-07-16crypto: mxs-dcp - permit asynchronous skcipher as fallbackArd Biesheuvel-16/+17
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel-35/+25
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel-18/+19
2020-07-16crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel-31/+34
2020-07-16crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel-24/+25
2020-07-16crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel-24/+25
2020-07-16crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel-19/+19
2020-07-16crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel-15/+15
2020-07-16crypto: amlogic-gxl - default to build as moduleArd Biesheuvel-1/+1
2020-07-16hwrng: ba431 - Include kernel.hHerbert Xu-0/+1
2020-07-16crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu-5/+4
2020-07-16crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu-27/+27
2020-07-16crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu-27/+29
2020-07-16crypto:hisilicon/sec2 - update busy processing logicKai Ye-25/+71
2020-07-16crypto: hisilicon/sec2 - clear SEC debug regsKai Ye-0/+7
2020-07-16crypto: caam - Remove broken arc4 supportHerbert Xu-30/+0
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song-6/+7
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu-13/+12
2020-07-09crypto: virtio - constify features[] and id_table[]Rikard Falkeborn-2/+2
2020-07-09hwrng: virtio - Constify id_table[]Rikard Falkeborn-1/+1
2020-07-09hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn-1/+1
2020-07-09hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn-1/+1
2020-07-09hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven-3/+0
2020-07-09hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu-0/+1
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu-2/+20
2020-07-09hwrng: octeon - Fix sparse warningsHerbert Xu-3/+3
2020-07-09hwrng: pic32 - Fix W=1 unused variable warningHerbert Xu-1/+1
2020-07-09hwrng: st - Fix W=1 unused variable warningHerbert Xu-1/+2
2020-07-09hwrng: bcm2835 - Fix W=1 unused variable warningHerbert Xu-2/+1
2020-07-09hwrng: hisi - Fix W=1 unused variable warningHerbert Xu-1/+1
2020-07-09hwrng: omap - Fix W=1 unused variable warningHerbert Xu-9/+2
2020-07-09hwrng: npcm - Fix W=1 unused variable warningHerbert Xu-1/+1
2020-07-09Merge branch 'ux500'Herbert Xu-9/+9
2020-07-09crypto: ux500/hash - Add namespacing to hash_init()Lee Jones-9/+9
2020-07-03crypto: cpt - Fix sparse warningsHerbert Xu-23/+22
2020-07-03crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu-2/+2
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen-11/+27
2020-07-03crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan-2/+0
2020-07-03crypto: qce - re-initialize context on importSivaprakash Murugesan-4/+12
2020-07-03crypto: qce - support zero length test vectorsSivaprakash Murugesan-1/+21
2020-07-03crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_initDinghao Liu-0/+1
2020-06-26crypto: ccree - remove unused fieldGilad Ben-Yossef-1/+0
2020-06-26crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef-31/+93