aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/hpre/hpre_crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/qm - check function qp num before alg registerWeili Qian2023-10-051-2/+23
* crypto: hisilicon/hpre - ensure private key less than nWeili Qian2023-07-201-2/+8
* crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu2022-12-091-15/+25
* crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu2022-12-021-6/+13
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-161-5/+5
* crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song2022-09-161-73/+63
* crypto: hisilicon/hpre - support hpre capabilityZhiqi Song2022-09-161-27/+107
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-161-2/+2
* crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-07-291-1/+1
* crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian2021-12-171-1/+1
* crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang2021-11-201-4/+1
* crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang2021-06-031-4/+52
* crypto: hisilicon/hpre - add check before gx modulo pHui Tang2021-06-031-1/+5
* crypto: hisilicon/hpre - fix ecdh self test issueHui Tang2021-06-031-0/+34
* crypto: hisilicon/hpre - add 'default' for switch statementHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang2021-05-211-3/+3
* crypto: hisilicon/hpre - delete rudundant initializationHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang2021-05-211-27/+26
* crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang2021-05-211-0/+18
* crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - add debug logHui Tang2021-04-161-1/+7
* crypto: hisilicon/hpre - use the correct variable typeHui Tang2021-04-161-1/+2
* crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang2021-04-161-1/+1
* crypto: hisilicon/hpre - fix a typo in hpre_crypto.cRuiqi Gong2021-04-091-1/+1
* crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'Meng Yu2021-04-021-4/+18
* crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang2021-03-261-1/+12
* crypto: hisilicon - fix the check on dma addressHui Tang2021-03-261-12/+0
* crypto: hisilicon/hpre - optimise 'hpre_algs_register' error pathHui Tang2021-03-261-10/+9
* crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'Hui Tang2021-03-261-10/+1
* crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu2021-03-131-8/+358
* crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu2021-03-131-4/+511
* crypto: hisilicon/hpre - add algorithm typeMeng Yu2021-03-131-6/+6
* crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-131-2/+2
* 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-251-4/+4
* crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2020-08-211-25/+11
* crypto: hisilicon/hpre - add debugfs for Hisilicon HPREHui Tang2020-05-231-15/+84
* crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang2020-03-201-14/+6
* crypto: hisilicon - add branch prediction macroZaibo Xu2020-01-161-22/+22
* crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu2020-01-161-14/+14
* crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu2020-01-161-35/+27
* crypto: hisilicon - Bugfixed tfm leakZaibo Xu2020-01-161-1/+6
* crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu2019-10-101-0/+1137