summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-09-18crypto: hisilicon/zip - fix static check warningYang Shen1-6/+6
2020-09-18crypto: hisilicon/zip - add print for error branchYang Shen2-16/+45
2020-09-18crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen1-10/+13
2020-09-18crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'Yang Shen1-3/+4
2020-09-18crypto: hisilicon/zip - modify debugfs interface parametersShukun Tan1-31/+24
2020-09-18crypto: hisilicon/zip - unify naming style for functions and macrosYang Shen1-17/+18
2020-09-18crypto: hisilicon/zip - remove some useless parametersYang Shen2-2/+0
2020-09-18crypto: omap-sham - fix digcnt register handling with export/importTero Kristo1-0/+3
2020-09-18crypto: omap-sham - convert to use crypto engineTero Kristo1-108/+78
2020-09-18crypto: sa2ul - Select CRYPTO_AUTHENCHerbert Xu1-0/+1
2020-09-11crypto: ux500 - Fix sparse endianness warningsHerbert Xu1-16/+8
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu6-24/+12
2020-09-11crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferralKrzysztof Kozlowski1-8/+7
2020-09-11crypto: s5p-sss - Add and fix kerneldocKrzysztof Kozlowski1-3/+4
2020-09-11crypto: s5p-sss - remove redundant null checkXu Wang1-4/+2
2020-09-11crypto: bcm-iproc - remove ecb(arc4) supportArd Biesheuvel6-128/+6
2020-09-11crypto: n2 - remove ecb(arc4) supportArd Biesheuvel1-46/+0
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-09-11crypto: caam - use traditional error check patternAndy Shevchenko1-4/+3
2020-09-11crypto: sa2ul - fix compiler warning produced by clangTero Kristo1-4/+2
2020-09-04crypto: amlogic - Fix endianness markerHerbert Xu1-1/+1
2020-09-04crypto: sun8i-ss - remove redundant memzero_explicit()Denis Efremov1-1/+0
2020-09-04crypto: sun8i-ss - use kfree_sensitive()Denis Efremov1-12/+3
2020-09-04crypto: sun8i-ce - use kfree_sensitive()Denis Efremov1-12/+3
2020-09-04crypto: amlogic - use kfree_sensitive()Denis Efremov1-8/+2
2020-09-04crypto: inside-secure - use kfree_sensitive()Denis Efremov1-2/+1
2020-09-04crypto: ccree - Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-09-04crypto: sa2ul - Simplify with dev_err_probe()Krzysztof Kozlowski1-11/+7
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu3-24/+32
2020-08-28crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn1-1/+5
2020-08-28crypto: mediatek - Fix endianness bugs and sparse warningsHerbert Xu2-34/+25
2020-08-28crypto: hifn_795x - Remove 64-bit build-time checkHerbert Xu1-3/+0
2020-08-28crypto: cavium/nitrox - add an error message to explain the failure of pci_re...George Acosta1-0/+1
2020-08-28crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing1-2/+2
2020-08-25crypto: stm32 - Add missing header inclusionsHerbert Xu2-0/+3
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen8-107/+125
2020-08-21crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian5-9/+99
2020-08-21crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen5-0/+21
2020-08-21crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan1-0/+6
2020-08-21crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen5-17/+17
2020-08-21crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan1-6/+13
2020-08-21crypto: hisilicon/qm - fix judgement of queue is fullHui Tang1-1/+1
2020-08-21crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen1-1/+1
2020-08-21crypto: hisilicon/qm - clear used reference count when start qpShukun Tan1-0/+1
2020-08-21crypto: hisilicon/qm - fix wrong release after using strsepSihang Chen1-4/+6
2020-08-21crypto: virtio - don't use 'default m'Ram Muthiah1-1/+0
2020-08-21crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik1-5/+4
2020-08-21crypto: ux500 - Fix kmap() bugIra Weiny1-12/+18
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă6-102/+136
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef2-47/+3