aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/sha2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers1-52/+0
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers1-8/+0
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers1-4/+4
2025-07-04lib/crypto: sha256: Remove sha256_blocks_simd()Eric Biggers1-6/+0
2025-06-20lib/crypto: sha256: Mark sha256_choose_blocks as __always_inlineArnd Bergmann1-1/+1
2025-05-05crypto: lib/sha256 - Use generic block helperHerbert Xu1-7/+0
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu1-0/+45
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers1-0/+28