aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'Sihang Chen1-0/+1
2020-10-02crypto: hisilicon/zip - fix the return value when device is busyYang Shen1-1/+2
2020-10-02crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang1-6/+17
2020-10-02crypto: hisilicon/zip - fix the uncleared debug registersHao Fang1-0/+18
2020-09-25crypto: hisilicon/qm - remove the update of flagsWeili Qian1-1/+0
2020-09-25crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen3-6/+3
2020-09-25crypto: hisilicon/hpre - fix a bug in dh algorithmMeng Yu1-0/+2
2020-09-25crypto: hisilicon/hpre - adjust some coding styleMeng Yu1-8/+5
2020-09-25crypto: hisilicon/hpre - remove useless codeMeng Yu2-5/+4
2020-09-25crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-11/+1
2020-09-18crypto: hisilicon - fixed memory allocation errorLongfang Liu1-4/+12
2020-09-18crypto: hisilicon - update ZIP module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update SEC module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu1-1/+1
2020-09-18crypto: hisilicon - update mininum queueLongfang Liu1-2/+2
2020-09-18crypto: hisilicon/zip - fix some coding stylesYang Shen2-19/+11
2020-09-18crypto: hisilicon/zip - supplement some commentsYang Shen1-2/+2
2020-09-18crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen2-14/+14
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-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-07-16crypto: hisilicon/hpre - disable FLR triggered by hardwareHui Tang1-4/+22
2020-07-16crypto: hisilicon/hpre - update debugfs interface parametersMeng Yu1-33/+26
2020-07-16crypto: hisilicon/hpre - Add a switch in sriov_configureMeng Yu1-1/+2
2020-07-16crypto: hisilicon/hpre - Modify the Macro definition and formatMeng Yu1-7/+5
2020-07-16crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfsHui Tang1-4/+6
2020-07-16crypto: hisilicon/hpre - Init the value of current_q of debugfsMeng Yu1-0/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2-10/+18
2020-07-16crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu1-5/+4
2020-07-16crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu1-27/+27
2020-07-16crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2-27/+29
2020-07-16crypto:hisilicon/sec2 - update busy processing logicKai Ye3-25/+71
2020-07-16crypto: hisilicon/sec2 - clear SEC debug regsKai Ye1-0/+7
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song3-6/+7
2020-07-03crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu1-2/+2
2020-06-26crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka1-16/+18