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
/
allwinner
/
sun8i-ss
/
sun8i-ss-hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-17
crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()
Eric Biggers
1
-21
/
+4
2023-08-18
crypto: sun8i-ss - Use new crypto_engine_op interface
Herbert Xu
1
-51
/
+61
2023-08-18
crypto: sun8i-ss - Remove prepare/unprepare request
Herbert Xu
1
-2
/
+0
2023-06-13
crypto: update some Arm documentation references
Jonathan Corbet
1
-1
/
+1
2023-01-06
crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
1
-2
/
+2
2022-06-10
crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey
Peng Wu
1
-2
/
+2
2022-06-10
crypto: sun8i-ss - Fix error codes for dma_mapping_error()
Dan Carpenter
1
-2
/
+4
2022-05-13
crypto: sun8i-ss - add hmac(sha1)
Corentin Labbe
1
-6
/
+194
2022-05-13
crypto: sun8i-ss - Add function for handling hash padding
Corentin Labbe
1
-22
/
+65
2022-05-13
crypto: sun8i-ss - rework debugging
Corentin Labbe
1
-9
/
+27
2022-05-13
crypto: sun8i-ss - handle requests if last block is not modulo 64
Corentin Labbe
1
-9
/
+26
2022-05-13
crypto: sun8i-ss - do not zeroize all pad
Corentin Labbe
1
-2
/
+4
2022-05-13
crypto: sun8i-ss - do not allocate memory when handling hash requests
Corentin Labbe
1
-12
/
+3
2022-05-13
crypto: sun8i-ss - test error before assigning
Corentin Labbe
1
-4
/
+4
2022-05-13
crypto: sun8i-ss - remove redundant test
Corentin Labbe
1
-11
/
+1
2022-05-13
crypto: sun8i-ss - handle zero sized sg
Corentin Labbe
1
-1
/
+9
2022-03-03
crypto: sun8i-ss - call finalize with bh disabled
Corentin Labbe
1
-0
/
+3
2021-04-09
crypto: sun8i-ss - Fix memory leak of pad
Colin Ian King
1
-3
/
+4
2021-03-26
crypto: allwinner - Fix the parameter of dma_unmap_sg()
Xiang Chen
1
-1
/
+2
2021-03-07
crypto: sun8i-ss - fix result memory leak on error path
Corentin Labbe
1
-1
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-09-25
crypto: sun8i-ss - support hash algorithms
Corentin Labbe
1
-0
/
+444