index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
crypto
Age
Commit message (
Expand
)
Author
2025-05-05
crypto: riscv/sha256 - implement library instead of shash
Eric Biggers
2025-04-28
crypto: riscv - move library functions to arch/riscv/lib/crypto/
Eric Biggers
2025-04-25
crypto: riscv - Use SYM_FUNC_START for functions only called directly
Nathan Chancellor
2025-04-23
crypto: riscv/sm3 - Use API partial block handling
Herbert Xu
2025-04-23
crypto: riscv/sha512 - Use API partial block handling
Herbert Xu
2025-04-23
crypto: riscv/sha256 - Use API partial block handling
Herbert Xu
2025-04-23
crypto: riscv/ghash - Use API partial block handling
Herbert Xu
2025-04-19
crypto: lib/chacha - restore ability to remove modules
Eric Biggers
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
2025-04-07
crypto: riscv/chacha - implement library instead of skcipher
Eric Biggers
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
2024-03-20
crypto: riscv - add vector crypto accelerated AES-CBC-CTS
Eric Biggers
2024-03-20
crypto: riscv - parallelize AES-CBC decryption
Eric Biggers
2024-01-22
crypto: riscv - add vector crypto accelerated SM4
Jerry Shih
2024-01-22
crypto: riscv - add vector crypto accelerated SM3
Jerry Shih
2024-01-22
crypto: riscv - add vector crypto accelerated SHA-{512,384}
Jerry Shih
2024-01-22
crypto: riscv - add vector crypto accelerated SHA-{256,224}
Jerry Shih
2024-01-22
crypto: riscv - add vector crypto accelerated GHASH
Jerry Shih
2024-01-22
crypto: riscv - add vector crypto accelerated ChaCha20
Jerry Shih
2024-01-22
crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
Jerry Shih
2024-01-22
RISC-V: hook new crypto subdir into build-system
Heiko Stuebner