index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
/
hpre
/
hpre_crypto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: drivers - Drop sign/verify operations
Lukas Wunner
2024-10-05
1
-2
/
+0
*
crypto: hisilicon - add a lock for the qp send operation
Chenghai Huang
2024-09-06
1
-0
/
+2
*
crypto: hisilicon/qm - check function qp num before alg register
Weili Qian
2023-10-05
1
-2
/
+23
*
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
2023-07-20
1
-2
/
+8
*
crypto: hisilicon/hpre - Set DMA alignment explicitly
Herbert Xu
2022-12-09
1
-15
/
+25
*
crypto: hisilicon/hpre - Use helper to set reqsize
Herbert Xu
2022-12-02
1
-6
/
+13
*
crypto: hisilicon - support get algs by the capability register
Zhiqi Song
2022-09-16
1
-5
/
+5
*
crypto: hisilicon/hpre - optimize registration of ecdh
Zhiqi Song
2022-09-16
1
-73
/
+63
*
crypto: hisilicon/hpre - support hpre capability
Zhiqi Song
2022-09-16
1
-27
/
+107
*
crypto: hisilicon/qm - get qp num and depth from hardware registers
Weili Qian
2022-09-16
1
-2
/
+2
*
crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
Zhengchao Shao
2022-07-29
1
-1
/
+1
*
crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
Weili Qian
2021-12-17
1
-1
/
+1
*
crypto: hisilicon/hpre - use swap() to make code cleaner
Yang Guang
2021-11-20
1
-4
/
+1
*
crypto: hisilicon/hpre - register ecdh NIST P384
Hui Tang
2021-06-03
1
-4
/
+52
*
crypto: hisilicon/hpre - add check before gx modulo p
Hui Tang
2021-06-03
1
-1
/
+5
*
crypto: hisilicon/hpre - fix ecdh self test issue
Hui Tang
2021-06-03
1
-0
/
+34
*
crypto: hisilicon/hpre - add 'default' for switch statement
Hui Tang
2021-05-21
1
-2
/
+2
*
crypto: hisilicon/hpre - use 'GENMASK' to generate mask value
Hui Tang
2021-05-21
1
-3
/
+3
*
crypto: hisilicon/hpre - delete rudundant initialization
Hui Tang
2021-05-21
1
-2
/
+2
*
crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'
Hui Tang
2021-05-21
1
-27
/
+26
*
crypto: hisilicon/hpre - fix unmapping invalid dma address
Hui Tang
2021-05-21
1
-0
/
+18
*
crypto: hisilicon/hpre - extend 'cra_driver_name' with curve name
Hui Tang
2021-05-21
1
-2
/
+2
*
crypto: hisilicon/hpre - add debug log
Hui Tang
2021-04-16
1
-1
/
+7
*
crypto: hisilicon/hpre - use the correct variable type
Hui Tang
2021-04-16
1
-1
/
+2
*
crypto: hisilicon/hpre - delete the rudundant space after return
Hui Tang
2021-04-16
1
-1
/
+1
*
crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
Ruiqi Gong
2021-04-09
1
-1
/
+1
*
crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'
Meng Yu
2021-04-02
1
-4
/
+18
*
crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leak
Hui Tang
2021-03-26
1
-1
/
+12
*
crypto: hisilicon - fix the check on dma address
Hui Tang
2021-03-26
1
-12
/
+0
*
crypto: hisilicon/hpre - optimise 'hpre_algs_register' error path
Hui Tang
2021-03-26
1
-10
/
+9
*
crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'
Hui Tang
2021-03-26
1
-10
/
+1
*
crypto: hisilicon/hpre - add 'CURVE25519' algorithm
Meng Yu
2021-03-12
1
-8
/
+358
*
crypto: hisilicon/hpre - add 'ECDH' algorithm
Meng Yu
2021-03-12
1
-4
/
+511
*
crypto: hisilicon/hpre - add algorithm type
Meng Yu
2021-03-12
1
-6
/
+6
*
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
2021-03-12
1
-2
/
+2
*
crypto: hisilicon/hpre - fix a bug in dh algorithm
Meng Yu
2020-09-25
1
-0
/
+2
*
crypto: hisilicon/hpre - adjust some coding style
Meng Yu
2020-09-25
1
-8
/
+5
*
crypto: hisilicon/hpre - remove useless code
Meng Yu
2020-09-25
1
-4
/
+4
*
crypto: hisilicon/qm - fix the process of register algorithms to crypto
Yang Shen
2020-08-21
1
-25
/
+11
*
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
Hui Tang
2020-05-22
1
-15
/
+84
*
crypto: hisilicon/hpre - Optimize finding hpre device process
Hui Tang
2020-03-20
1
-14
/
+6
*
crypto: hisilicon - add branch prediction macro
Zaibo Xu
2020-01-16
1
-22
/
+22
*
crypto: hisilicon - adjust hpre_crt_para_get
Zaibo Xu
2020-01-16
1
-14
/
+14
*
crypto: hisilicon - Fixed some tiny bugs of HPRE
Zaibo Xu
2020-01-16
1
-35
/
+27
*
crypto: hisilicon - Bugfixed tfm leak
Zaibo Xu
2020-01-16
1
-1
/
+6
*
crypto: hisilicon - add HiSilicon HPRE accelerator
Zaibo Xu
2019-10-10
1
-0
/
+1137