summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sec2
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* crypto: hisilicon - Use request_complete helpersHerbert Xu2023-02-131-6/+4
* crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2022-11-182-2/+0
* crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye2022-11-181-2/+2
* crypto: hisilicon/qm - modify the process of regs dfxKai Ye2022-11-181-4/+3
* crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian2022-10-211-1/+1
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-161-2/+69
* crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin2022-09-163-121/+236
* crypto: hisilicon/qm - get error type from hardware registersWeili Qian2022-09-162-14/+48
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-163-60/+94
* crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian2022-09-161-2/+2
* crypto: hisilicon/sec - delete redundant blank linesKai Ye2022-09-161-2/+0
* crypto: hisilicon/sec - fix auth key size errorKai Ye2022-07-292-3/+4
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-082-11/+11
* crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye2022-06-171-7/+8
* crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian2022-06-171-23/+1
* crypto: hisilicon/sec - fix typos in commentJulia Lawall2022-06-101-2/+2
* crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye2022-05-201-2/+0
* crypto: hisilicon/sec - support last word dumpingKai Ye2022-04-151-1/+54
* crypto: hisilicon/sec - support register checkingKai Ye2022-04-151-0/+53
* Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-03-242-9/+14
|\
| * hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-151-0/+6
| * hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-151-8/+7
| * crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-151-1/+1
* | crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-02-231-3/+13
* | crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye2022-02-181-3/+5
* | crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye2022-02-181-11/+40
* | crypto: hisilicon/sec - use the correct print formatKai Ye2022-01-311-1/+1
* | crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye2022-01-312-2/+10
* | crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye2022-01-311-0/+5
* | crypto: hisilicon/sec - add some comments for soft fallbackKai Ye2022-01-311-6/+6
* | crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Kai Ye2022-01-311-1/+1
|/
* crypto: hisilicon - modify the value of engine type rateKai Ye2021-11-261-1/+1
* crypto: hisilicon - change parameter passing of debugfs functionWeili Qian2021-08-211-7/+4
* crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-211-6/+30
* crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-211-1/+10
* crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2021-08-212-27/+9
* crypto: hisilicon/sec - fix the abnormal exiting processKai Ye2021-08-211-1/+2
* crypto: hisilicon - enable sec device clock gatingWeili Qian2021-08-121-5/+41
* crypto: hisilicon/sec - fix the process of disabling sva prefetchingKai Ye2021-06-281-0/+3
* crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King2021-06-241-1/+1
* crypto: hisilicon/sec - adds the max shaper type rateKai Ye2021-06-171-0/+7
* crypto: hisilicon/sec - modify the SEC request structureKai Ye2021-06-112-19/+22
* crypto: hisilicon/sec - add hardware integrity check value processKai Ye2021-06-112-34/+48
* crypto: hisilicon/sec - add fallback tfm supporting for aeadsKai Ye2021-06-112-5/+94
* crypto: hisilicon/sec - add new algorithm mode for AEADKai Ye2021-06-113-34/+345
* crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye2021-06-031-2/+2
* crypto: hisilicon/sec - add fallback tfm supporting for XTS modeKai Ye2021-06-032-3/+86
* crypto: hisilicon/sec - add new skcipher mode for SECKai Ye2021-06-032-12/+94
* crypto: hisilicon/sec - driver adapt to new SQEKai Ye2021-06-033-43/+256