summaryrefslogtreecommitdiff
path: root/arch/riscv/crypto
AgeCommit message (Expand)Author
2025-05-05crypto: riscv/sha256 - implement library instead of shashEric Biggers
2025-04-28crypto: riscv - move library functions to arch/riscv/lib/crypto/Eric Biggers
2025-04-25crypto: riscv - Use SYM_FUNC_START for functions only called directlyNathan Chancellor
2025-04-23crypto: riscv/sm3 - Use API partial block handlingHerbert Xu
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu
2025-04-23crypto: riscv/sha256 - Use API partial block handlingHerbert Xu
2025-04-23crypto: riscv/ghash - Use API partial block handlingHerbert Xu
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: riscv/chacha - implement library instead of skcipherEric Biggers
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2024-03-20crypto: riscv - add vector crypto accelerated AES-CBC-CTSEric Biggers
2024-03-20crypto: riscv - parallelize AES-CBC decryptionEric Biggers
2024-01-22crypto: riscv - add vector crypto accelerated SM4Jerry Shih
2024-01-22crypto: riscv - add vector crypto accelerated SM3Jerry Shih
2024-01-22crypto: riscv - add vector crypto accelerated SHA-{512,384}Jerry Shih
2024-01-22crypto: riscv - add vector crypto accelerated SHA-{256,224}Jerry Shih
2024-01-22crypto: riscv - add vector crypto accelerated GHASHJerry Shih
2024-01-22crypto: riscv - add vector crypto accelerated ChaCha20Jerry Shih
2024-01-22crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}Jerry Shih
2024-01-22RISC-V: hook new crypto subdir into build-systemHeiko Stuebner