summaryrefslogtreecommitdiffstats
path: root/arch/riscv/crypto/Kconfig
AgeCommit message (Expand)AuthorLines
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers-2/+0
2025-12-09lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers-4/+8
2025-06-30lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to libraryEric Biggers-12/+0
2025-06-30crypto: riscv/sha512 - Stop depending on sha512_generic_block_fnEric Biggers-0/+1
2025-05-05crypto: riscv/sha256 - implement library instead of shashEric Biggers-11/+0
2025-04-28crypto: riscv - move library functions to arch/riscv/lib/crypto/Eric Biggers-7/+0
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu-1/+1
2025-04-07crypto: riscv/chacha - implement library instead of skcipherEric Biggers-7/+4
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu-1/+0
2024-03-20crypto: riscv - add vector crypto accelerated AES-CBC-CTSEric Biggers-2/+2
2024-01-22crypto: riscv - add vector crypto accelerated SM4Jerry Shih-0/+17
2024-01-22crypto: riscv - add vector crypto accelerated SM3Jerry Shih-0/+12
2024-01-22crypto: riscv - add vector crypto accelerated SHA-{512,384}Jerry Shih-0/+11
2024-01-22crypto: riscv - add vector crypto accelerated SHA-{256,224}Jerry Shih-0/+11
2024-01-22crypto: riscv - add vector crypto accelerated GHASHJerry Shih-0/+10
2024-01-22crypto: riscv - add vector crypto accelerated ChaCha20Jerry Shih-0/+11
2024-01-22crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}Jerry Shih-0/+16
2024-01-22RISC-V: hook new crypto subdir into build-systemHeiko Stuebner-0/+5