index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
/
hpre
/
hpre_crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-16
crypto: hisilicon/hpre - support hpre capability
Zhiqi Song
1
-27
/
+107
2022-09-16
crypto: hisilicon/qm - get qp num and depth from hardware registers
Weili Qian
1
-2
/
+2
2022-07-29
crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
Zhengchao Shao
1
-1
/
+1
2021-12-17
crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
Weili Qian
1
-1
/
+1
2021-11-20
crypto: hisilicon/hpre - use swap() to make code cleaner
Yang Guang
1
-4
/
+1
2021-06-03
crypto: hisilicon/hpre - register ecdh NIST P384
Hui Tang
1
-4
/
+52
2021-06-03
crypto: hisilicon/hpre - add check before gx modulo p
Hui Tang
1
-1
/
+5
2021-06-03
crypto: hisilicon/hpre - fix ecdh self test issue
Hui Tang
1
-0
/
+34
2021-05-21
crypto: hisilicon/hpre - add 'default' for switch statement
Hui Tang
1
-2
/
+2
2021-05-21
crypto: hisilicon/hpre - use 'GENMASK' to generate mask value
Hui Tang
1
-3
/
+3
2021-05-21
crypto: hisilicon/hpre - delete rudundant initialization
Hui Tang
1
-2
/
+2
2021-05-21
crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'
Hui Tang
1
-27
/
+26
2021-05-21
crypto: hisilicon/hpre - fix unmapping invalid dma address
Hui Tang
1
-0
/
+18
2021-05-21
crypto: hisilicon/hpre - extend 'cra_driver_name' with curve name
Hui Tang
1
-2
/
+2
2021-04-16
crypto: hisilicon/hpre - add debug log
Hui Tang
1
-1
/
+7
2021-04-16
crypto: hisilicon/hpre - use the correct variable type
Hui Tang
1
-1
/
+2
2021-04-16
crypto: hisilicon/hpre - delete the rudundant space after return
Hui Tang
1
-1
/
+1
2021-04-09
crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
Ruiqi Gong
1
-1
/
+1
2021-04-02
crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'
Meng Yu
1
-4
/
+18
2021-03-26
crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leak
Hui Tang
1
-1
/
+12
2021-03-26
crypto: hisilicon - fix the check on dma address
Hui Tang
1
-12
/
+0
2021-03-26
crypto: hisilicon/hpre - optimise 'hpre_algs_register' error path
Hui Tang
1
-10
/
+9
2021-03-26
crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'
Hui Tang
1
-10
/
+1
2021-03-13
crypto: hisilicon/hpre - add 'CURVE25519' algorithm
Meng Yu
1
-8
/
+358
2021-03-13
crypto: hisilicon/hpre - add 'ECDH' algorithm
Meng Yu
1
-4
/
+511
2021-03-13
crypto: hisilicon/hpre - add algorithm type
Meng Yu
1
-6
/
+6
2021-03-13
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
1
-2
/
+2
2020-09-25
crypto: hisilicon/hpre - fix a bug in dh algorithm
Meng Yu
1
-0
/
+2
2020-09-25
crypto: hisilicon/hpre - adjust some coding style
Meng Yu
1
-8
/
+5
2020-09-25
crypto: hisilicon/hpre - remove useless code
Meng Yu
1
-4
/
+4
2020-08-21
crypto: hisilicon/qm - fix the process of register algorithms to crypto
Yang Shen
1
-25
/
+11
2020-05-23
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
Hui Tang
1
-15
/
+84
2020-03-20
crypto: hisilicon/hpre - Optimize finding hpre device process
Hui Tang
1
-14
/
+6
2020-01-16
crypto: hisilicon - add branch prediction macro
Zaibo Xu
1
-22
/
+22
2020-01-16
crypto: hisilicon - adjust hpre_crt_para_get
Zaibo Xu
1
-14
/
+14
2020-01-16
crypto: hisilicon - Fixed some tiny bugs of HPRE
Zaibo Xu
1
-35
/
+27
2020-01-16
crypto: hisilicon - Bugfixed tfm leak
Zaibo Xu
1
-1
/
+6
2019-10-10
crypto: hisilicon - add HiSilicon HPRE accelerator
Zaibo Xu
1
-0
/
+1137