index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
/
sec2
/
sec_crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-13
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-23
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
*
crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver
Longfang Liu
2020-03-12
1
-5
/
+168
*
crypto: hisilicon/sec2 - Update IV and MAC operation
Longfang Liu
2020-03-12
1
-32
/
+41
*
crypto: hisilicon - remove redundant assignment of pointer ctx
Colin Ian King
2020-02-28
1
-1
/
+0
*
crypto: hisilicon - fix spelling mistake "disgest" -> "digest"
Colin Ian King
2020-01-22
1
-1
/
+1
*
crypto: hisilicon - Add aead support on SEC2
Zaibo Xu
2020-01-16
1
-22
/
+567
*
crypto: hisilicon - redefine skcipher initiation
Zaibo Xu
2020-01-16
1
-35
/
+61
*
crypto: hisilicon - Add branch prediction macro
Zaibo Xu
2020-01-16
1
-14
/
+14
*
crypto: hisilicon - Add callback error check
Zaibo Xu
2020-01-16
1
-5
/
+9
*
crypto: hisilicon - Adjust some inner logic
Zaibo Xu
2020-01-16
1
-26
/
+28
*
crypto: hisilicon - Update QP resources of SEC V2
Zaibo Xu
2020-01-16
1
-81
/
+54
*
crypto: hisilicon - Update some names on SEC V2
Zaibo Xu
2020-01-16
1
-27
/
+34
*
crypto: hisilicon - fix print/comment of SEC V2
Zaibo Xu
2020-01-16
1
-4
/
+4
*
crypto: hisilicon - Update debugfs usage of SEC V2
Zaibo Xu
2020-01-16
1
-4
/
+4
*
crypto: hisilicon/sec2 - Use atomics instead of __sync
Arnd Bergmann
2020-01-09
1
-6
/
+6
*
crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()
Dan Carpenter
2019-11-27
1
-2
/
+2
*
crypto: hisilicon - add DebugFS for HiSilicon SEC
Zaibo Xu
2019-11-22
1
-0
/
+3
*
crypto: hisilicon - add HiSilicon SEC V2 driver
Zaibo Xu
2019-11-22
1
-0
/
+886