index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
2025-04-17
crypto: sun8i-ss - use API helpers to setup fallback request
Ovidiu Panait
2023-11-17
crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()
Eric Biggers
2023-08-18
crypto: sun8i-ss - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
crypto: sun8i-ss - Remove prepare/unprepare request
Herbert Xu
2023-06-13
crypto: update some Arm documentation references
Jonathan Corbet
2023-01-06
crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2022-06-10
crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey
Peng Wu
2022-06-10
crypto: sun8i-ss - Fix error codes for dma_mapping_error()
Dan Carpenter
2022-05-13
crypto: sun8i-ss - add hmac(sha1)
Corentin Labbe
2022-05-13
crypto: sun8i-ss - Add function for handling hash padding
Corentin Labbe
2022-05-13
crypto: sun8i-ss - rework debugging
Corentin Labbe
2022-05-13
crypto: sun8i-ss - handle requests if last block is not modulo 64
Corentin Labbe
2022-05-13
crypto: sun8i-ss - do not zeroize all pad
Corentin Labbe
2022-05-13
crypto: sun8i-ss - do not allocate memory when handling hash requests
Corentin Labbe
2022-05-13
crypto: sun8i-ss - test error before assigning
Corentin Labbe
2022-05-13
crypto: sun8i-ss - remove redundant test
Corentin Labbe
2022-05-13
crypto: sun8i-ss - handle zero sized sg
Corentin Labbe
2022-03-03
crypto: sun8i-ss - call finalize with bh disabled
Corentin Labbe
2021-04-09
crypto: sun8i-ss - Fix memory leak of pad
Colin Ian King
2021-03-26
crypto: allwinner - Fix the parameter of dma_unmap_sg()
Xiang Chen
2021-03-07
crypto: sun8i-ss - fix result memory leak on error path
Corentin Labbe
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-09-25
crypto: sun8i-ss - support hash algorithms
Corentin Labbe