summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sec2/sec_crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon - support querying the capability registerQi Tao2024-11-021-4/+4
* crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang2024-04-121-1/+3
* crypto: hisilicon/sec - remove unused parameterWenkai Lin2024-02-021-10/+6
* crypto: hisilicon/sec2 - fix some cleanup issuesQi Tao2024-02-021-2/+2
* crypto: hisilicon/sec2 - modify nested macro callQi Tao2024-02-021-9/+4
* crypto: hisilicon/sec2 - optimize the error return processChenghai Huang2023-12-151-2/+5
* crypto: hisilicon/sec2 - Remove cfb and ofbHerbert Xu2023-12-081-26/+0
* crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song2023-12-081-2/+8
* crypto: hisilicon/qm - check function qp num before alg registerWeili Qian2023-10-051-3/+28
* crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin2023-09-201-0/+1
* crypto: hisilicon - Use request_complete helpersHerbert Xu2023-02-131-6/+4
* crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2022-11-181-1/+0
* crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye2022-11-181-2/+2
* crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin2022-09-161-119/+187
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-161-57/+91
* crypto: hisilicon/sec - delete redundant blank linesKai Ye2022-09-161-2/+0
* crypto: hisilicon/sec - fix auth key size errorKai Ye2022-07-291-3/+3
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-081-10/+10
* crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye2022-05-201-2/+0
* crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-02-231-3/+13
* crypto: hisilicon/sec - use the correct print formatKai Ye2022-01-311-1/+1
* crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye2022-01-311-0/+6
* 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/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King2021-06-241-1/+1
* crypto: hisilicon/sec - modify the SEC request structureKai Ye2021-06-111-17/+17
* crypto: hisilicon/sec - add hardware integrity check value processKai Ye2021-06-111-34/+47
* crypto: hisilicon/sec - add fallback tfm supporting for aeadsKai Ye2021-06-111-5/+92
* crypto: hisilicon/sec - add new algorithm mode for AEADKai Ye2021-06-111-34/+333
* 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-031-3/+82
* crypto: hisilicon/sec - add new skcipher mode for SECKai Ye2021-06-031-12/+91
* crypto: hisilicon/sec - driver adapt to new SQEKai Ye2021-06-031-43/+248
* crypto: hisilicon/sec - fixup checking the 3DES weak keyKai Ye2021-04-091-2/+11
* crypto: hisilicon/sec - Fixes AES algorithm mode parameter problemLongfang Liu2021-04-021-5/+32
* crypto: hisilicon - fix the check on dma addressHui Tang2021-03-261-6/+0
* crypto: hisilicon/sec - fixes some coding styleLongfang Liu2021-03-191-38/+37
* crypto: hisilicon/sec - fixes a printing errorLongfang Liu2021-03-191-1/+1
* crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-121-2/+2
* 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 - fixes some coding styleLongfang Liu2020-10-301-11/+6
* crypto: hisilicon - fixed memory allocation errorLongfang Liu2020-09-181-4/+12
* crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2020-08-211-23/+12
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-2/+2
* crypto:hisilicon/sec2 - update busy processing logicKai Ye2020-07-161-25/+66
* crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye2020-05-221-3/+12
* crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+2
* crypto: hisilicon/sec2 - Add new create qp processKai Ye2020-03-201-9/+8