summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng2020-12-111-4/+4
* crypto: hisilicon/trng - add support for PRNGWeili Qian2020-11-272-3/+239
* crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian2020-11-274-0/+109
* crypto: hisilicon/zip - add a work_queue for zip irqYang Shen2020-11-201-3/+23
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye2020-11-201-2/+3
* crypto: hisilicon/qm - split 'hisi_qm_init' into smaller piecesWeili Qian2020-11-061-33/+53
* crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller piecesWeili Qian2020-11-061-12/+32
* crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller piecesWeili Qian2020-11-061-8/+28
* crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'Weili Qian2020-11-061-1/+2
* crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'Weili Qian2020-11-061-3/+1
* crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian2020-11-065-25/+8
* crypto: hisilicon/qm - modify the return type of functionWeili Qian2020-11-061-2/+2
* crypto: hisilicon/qm - numbers are replaced by macrosWeili Qian2020-11-061-7/+12
* crypto: hisilicon - fixes some coding styleLongfang Liu2020-10-302-29/+18
* crypto: hisilicon - delete unused structure member variablesLongfang Liu2020-10-301-2/+0
* crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2020-10-302-2/+13
* crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'Sihang Chen2020-10-021-0/+1
* crypto: hisilicon/zip - fix the return value when device is busyYang Shen2020-10-021-1/+2
* crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang2020-10-021-6/+17
* crypto: hisilicon/zip - fix the uncleared debug registersHao Fang2020-10-021-0/+18
* crypto: hisilicon/qm - remove the update of flagsWeili Qian2020-09-251-1/+0
* crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen2020-09-253-6/+3
* crypto: hisilicon/hpre - fix a bug in dh algorithmMeng Yu2020-09-251-0/+2
* crypto: hisilicon/hpre - adjust some coding styleMeng Yu2020-09-251-8/+5
* crypto: hisilicon/hpre - remove useless codeMeng Yu2020-09-252-5/+4
* crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-11/+1
* crypto: hisilicon - fixed memory allocation errorLongfang Liu2020-09-181-4/+12
* crypto: hisilicon - update ZIP module parameter descriptionLongfang Liu2020-09-181-1/+1
* crypto: hisilicon - update SEC module parameter descriptionLongfang Liu2020-09-181-1/+1
* crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu2020-09-181-1/+1
* crypto: hisilicon - update mininum queueLongfang Liu2020-09-181-2/+2
* crypto: hisilicon/zip - fix some coding stylesYang Shen2020-09-182-19/+11
* crypto: hisilicon/zip - supplement some commentsYang Shen2020-09-181-2/+2
* crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen2020-09-182-14/+14
* crypto: hisilicon/zip - fix static check warningYang Shen2020-09-181-6/+6
* crypto: hisilicon/zip - add print for error branchYang Shen2020-09-182-16/+45
* crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen2020-09-181-10/+13
* crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'Yang Shen2020-09-181-3/+4
* crypto: hisilicon/zip - modify debugfs interface parametersShukun Tan2020-09-181-31/+24
* crypto: hisilicon/zip - unify naming style for functions and macrosYang Shen2020-09-181-17/+18
* crypto: hisilicon/zip - remove some useless parametersYang Shen2020-09-182-2/+0
* crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2020-08-218-107/+125
* crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian2020-08-215-9/+99
* crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen2020-08-215-0/+21
* crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan2020-08-211-0/+6
* crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen2020-08-215-17/+17
* crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan2020-08-211-6/+13
* crypto: hisilicon/qm - fix judgement of queue is fullHui Tang2020-08-211-1/+1
* crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen2020-08-211-1/+1