summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: marvell/cesa - irq balanceSven Auhagen2020-07-312-1/+11
* crypto: inside-secure - irq balanceSven Auhagen2020-07-312-2/+14
* crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu2020-07-231-3/+3
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-07-231-2/+7
* crypto: sa2ul - add device links to child devicesTero Kristo2020-07-231-0/+11
* crypto: sa2ul - Add AEAD algorithm supportKeerthy2020-07-232-21/+518
* crypto: sa2ul - add sha1/sha256/sha512 supportKeerthy2020-07-232-13/+560
* crypto: sa2ul - Add crypto driverKeerthy2020-07-234-0/+1783
* crypto: chelsio - Fix some pr_xxx messagesChristophe JAILLET2020-07-161-10/+9
* crypto: chelsio - Avoid some code duplicationChristophe JAILLET2020-07-161-3/+1
* crypto: hisilicon/hpre - disable FLR triggered by hardwareHui Tang2020-07-161-4/+22
* crypto: hisilicon/hpre - update debugfs interface parametersMeng Yu2020-07-161-33/+26
* crypto: hisilicon/hpre - Add a switch in sriov_configureMeng Yu2020-07-161-1/+2
* crypto: hisilicon/hpre - Modify the Macro definition and formatMeng Yu2020-07-161-7/+5
* crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfsHui Tang2020-07-161-4/+6
* crypto: hisilicon/hpre - Init the value of current_q of debugfsMeng Yu2020-07-161-0/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-1634-143/+361
* crypto: ccp - Silence strncpy warningHerbert Xu2020-07-161-1/+2
* crypto: mediatek - use AES library for GCM key derivationArd Biesheuvel2020-07-162-57/+9
* crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-51/+45
* crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-21/+24
* crypto: picoxcell - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-16/+22
* crypto: mxs-dcp - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-16/+17
* crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-35/+25
* crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-18/+19
* crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-31/+34
* crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* crypto: omap-aes - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-19/+19
* crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel2020-07-162-15/+15
* crypto: amlogic-gxl - default to build as moduleArd Biesheuvel2020-07-161-1/+1
* crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu2020-07-161-5/+4
* crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu2020-07-161-27/+27
* crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2020-07-162-27/+29
* crypto:hisilicon/sec2 - update busy processing logicKai Ye2020-07-163-25/+71
* crypto: hisilicon/sec2 - clear SEC debug regsKai Ye2020-07-161-0/+7
* crypto: caam - Remove broken arc4 supportHerbert Xu2020-07-162-30/+0
* crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song2020-07-093-6/+7
* crypto: ccp - Fix sparse warningsHerbert Xu2020-07-093-13/+12
* crypto: virtio - constify features[] and id_table[]Rikard Falkeborn2020-07-091-2/+2
* crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu2020-07-091-3/+65
* crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu2020-07-091-4/+0
* crypto: qat - validate xts keyGiovanni Cabiddu2020-07-091-0/+6
* crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu2020-07-091-2/+20
* Merge branch 'ux500'Herbert Xu2020-07-091-9/+9
|\
| * crypto: ux500/hash - Add namespacing to hash_init()Lee Jones2020-07-091-9/+9
* | crypto: cpt - Fix sparse warningsHerbert Xu2020-07-033-23/+22
* | crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu2020-07-031-2/+2
* | crypto: ccp - Fix use of merged scatterlistsJohn Allen2020-07-032-11/+27
* | crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan2020-07-031-2/+0