summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/sec2/sec_crypto.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-16crypto: hisilicon - redefine skcipher initiationZaibo Xu1-35/+61
2020-01-16crypto: hisilicon - Add branch prediction macroZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Add callback error checkZaibo Xu1-5/+9
2020-01-16crypto: hisilicon - Adjust some inner logicZaibo Xu1-26/+28
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu1-81/+54
2020-01-16crypto: hisilicon - Update some names on SEC V2Zaibo Xu1-27/+34
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu1-4/+4
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu1-4/+4
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann1-6/+6
2019-11-27crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter1-2/+2
2019-11-22crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu1-0/+3
2019-11-22crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu1-0/+886