index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
/
sec2
/
sec_crypto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: hisilicon - support querying the capability register
Qi Tao
2024-11-02
1
-4
/
+4
*
crypto: hisilicon/sec - Fix memory leak for sec resource release
Chenghai Huang
2024-04-12
1
-1
/
+3
*
crypto: hisilicon/sec - remove unused parameter
Wenkai Lin
2024-02-02
1
-10
/
+6
*
crypto: hisilicon/sec2 - fix some cleanup issues
Qi Tao
2024-02-02
1
-2
/
+2
*
crypto: hisilicon/sec2 - modify nested macro call
Qi Tao
2024-02-02
1
-9
/
+4
*
crypto: hisilicon/sec2 - optimize the error return process
Chenghai Huang
2023-12-15
1
-2
/
+5
*
crypto: hisilicon/sec2 - Remove cfb and ofb
Herbert Xu
2023-12-08
1
-26
/
+0
*
crypto: hisilicon/sec2 - save capability registers in probe process
Zhiqi Song
2023-12-08
1
-2
/
+8
*
crypto: hisilicon/qm - check function qp num before alg register
Weili Qian
2023-10-05
1
-3
/
+28
*
crypto: hisilicon/sec - fix for sgl unmmap problem
Wenkai Lin
2023-09-20
1
-0
/
+1
*
crypto: hisilicon - Use request_complete helpers
Herbert Xu
2023-02-13
1
-6
/
+4
*
crypto: hisilicon/sec - remove continuous blank lines
Wenkai Lin
2022-11-18
1
-1
/
+0
*
crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'
Kai Ye
2022-11-18
1
-2
/
+2
*
crypto: hisilicon/sec - get algorithm bitmap from registers
Wenkai Lin
2022-09-16
1
-119
/
+187
*
crypto: hisilicon/qm - get qp num and depth from hardware registers
Weili Qian
2022-09-16
1
-57
/
+91
*
crypto: hisilicon/sec - delete redundant blank lines
Kai Ye
2022-09-16
1
-2
/
+0
*
crypto: hisilicon/sec - fix auth key size error
Kai Ye
2022-07-29
1
-3
/
+3
*
crypto: hisilicon/sec - don't sleep when in softirq
Zhengchao Shao
2022-07-08
1
-10
/
+10
*
crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORY
Kai Ye
2022-05-20
1
-2
/
+0
*
crypto: hisilicon/sec - fix the aead software fallback for engine
Kai Ye
2022-02-23
1
-3
/
+13
*
crypto: hisilicon/sec - use the correct print format
Kai Ye
2022-01-31
1
-1
/
+1
*
crypto: hisilicon/sec - fix the CTR mode BD configuration
Kai Ye
2022-01-31
1
-0
/
+6
*
crypto: hisilicon/sec - fix the max length of AAD for the CCM mode
Kai Ye
2022-01-31
1
-0
/
+5
*
crypto: hisilicon/sec - add some comments for soft fallback
Kai Ye
2022-01-31
1
-6
/
+6
*
crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930
Kai Ye
2022-01-31
1
-1
/
+1
*
crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"
Colin Ian King
2021-06-24
1
-1
/
+1
*
crypto: hisilicon/sec - modify the SEC request structure
Kai Ye
2021-06-11
1
-17
/
+17
*
crypto: hisilicon/sec - add hardware integrity check value process
Kai Ye
2021-06-11
1
-34
/
+47
*
crypto: hisilicon/sec - add fallback tfm supporting for aeads
Kai Ye
2021-06-11
1
-5
/
+92
*
crypto: hisilicon/sec - add new algorithm mode for AEAD
Kai Ye
2021-06-11
1
-34
/
+333
*
crypto: hisilicon/sec - fixup 3des minimum key size declaration
Kai Ye
2021-06-03
1
-2
/
+2
*
crypto: hisilicon/sec - add fallback tfm supporting for XTS mode
Kai Ye
2021-06-03
1
-3
/
+82
*
crypto: hisilicon/sec - add new skcipher mode for SEC
Kai Ye
2021-06-03
1
-12
/
+91
*
crypto: hisilicon/sec - driver adapt to new SQE
Kai Ye
2021-06-03
1
-43
/
+248
*
crypto: hisilicon/sec - fixup checking the 3DES weak key
Kai Ye
2021-04-09
1
-2
/
+11
*
crypto: hisilicon/sec - Fixes AES algorithm mode parameter problem
Longfang Liu
2021-04-02
1
-5
/
+32
*
crypto: hisilicon - fix the check on dma address
Hui Tang
2021-03-26
1
-6
/
+0
*
crypto: hisilicon/sec - fixes some coding style
Longfang Liu
2021-03-19
1
-38
/
+37
*
crypto: hisilicon/sec - fixes a printing error
Longfang Liu
2021-03-19
1
-1
/
+1
*
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
2021-03-12
1
-2
/
+2
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+2
*
crypto: hisilicon/sec2 - Fix aead authentication setting key error
Kai Ye
2020-11-20
1
-2
/
+3
*
crypto: hisilicon - fixes some coding style
Longfang Liu
2020-10-30
1
-11
/
+6
*
crypto: hisilicon - fixed memory allocation error
Longfang Liu
2020-09-18
1
-4
/
+12
*
crypto: hisilicon/qm - fix the process of register algorithms to crypto
Yang Shen
2020-08-21
1
-23
/
+12
*
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-07-16
1
-2
/
+2
*
crypto:hisilicon/sec2 - update busy processing logic
Kai Ye
2020-07-16
1
-25
/
+66
*
crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
Kai Ye
2020-05-22
1
-3
/
+12
*
crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()
Eric Biggers
2020-05-08
1
-3
/
+2
*
crypto: hisilicon/sec2 - Add new create qp process
Kai Ye
2020-03-20
1
-9
/
+8
[next]