summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/sec2/sec_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15crypto: hisilicon/sec2 - optimize the error return processChenghai Huang1-2/+5
2023-12-08crypto: hisilicon/sec2 - Remove cfb and ofbHerbert Xu1-26/+0
2023-12-08crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song1-2/+8
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian1-3/+28
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin1-0/+1
2023-02-13crypto: hisilicon - Use request_complete helpersHerbert Xu1-6/+4
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin1-1/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin1-119/+187
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian1-57/+91
2022-09-16crypto: hisilicon/sec - delete redundant blank linesKai Ye1-2/+0
2022-07-29crypto: hisilicon/sec - fix auth key size errorKai Ye1-3/+3
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao1-10/+10
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye1-2/+0
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye1-3/+13
2022-01-31crypto: hisilicon/sec - use the correct print formatKai Ye1-1/+1
2022-01-31crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye1-0/+6
2022-01-31crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye1-0/+5
2022-01-31crypto: hisilicon/sec - add some comments for soft fallbackKai Ye1-6/+6
2022-01-31crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Kai Ye1-1/+1
2021-06-24crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King1-1/+1
2021-06-11crypto: hisilicon/sec - modify the SEC request structureKai Ye1-17/+17
2021-06-11crypto: hisilicon/sec - add hardware integrity check value processKai Ye1-34/+47
2021-06-11crypto: hisilicon/sec - add fallback tfm supporting for aeadsKai Ye1-5/+92
2021-06-11crypto: hisilicon/sec - add new algorithm mode for AEADKai Ye1-34/+333
2021-06-03crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye1-2/+2
2021-06-03crypto: hisilicon/sec - add fallback tfm supporting for XTS modeKai Ye1-3/+82
2021-06-03crypto: hisilicon/sec - add new skcipher mode for SECKai Ye1-12/+91
2021-06-03crypto: hisilicon/sec - driver adapt to new SQEKai Ye1-43/+248
2021-04-09crypto: hisilicon/sec - fixup checking the 3DES weak keyKai Ye1-2/+11
2021-04-02crypto: hisilicon/sec - Fixes AES algorithm mode parameter problemLongfang Liu1-5/+32
2021-03-26crypto: hisilicon - fix the check on dma addressHui Tang1-6/+0
2021-03-19crypto: hisilicon/sec - fixes some coding styleLongfang Liu1-38/+37
2021-03-19crypto: hisilicon/sec - fixes a printing errorLongfang Liu1-1/+1
2021-03-12crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-11-20crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye1-2/+3
2020-10-30crypto: hisilicon - fixes some coding styleLongfang Liu1-11/+6
2020-09-18crypto: hisilicon - fixed memory allocation errorLongfang Liu1-4/+12
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen1-23/+12
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-2/+2
2020-07-16crypto:hisilicon/sec2 - update busy processing logicKai Ye1-25/+66
2020-05-22crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye1-3/+12
2020-05-08crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers1-3/+2
2020-03-20crypto: hisilicon/sec2 - Add new create qp processKai Ye1-9/+8
2020-03-12crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu1-5/+168
2020-03-12crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu1-32/+41
2020-02-28crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King1-1/+0
2020-01-22crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King1-1/+1
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu1-22/+567