index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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