Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-05-12 | crypto: lib/chacha - add array bounds to function prototypes | Eric Biggers | 2 | -7/+7 |
2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state | Eric Biggers | 2 | -15/+20 |
2025-05-05 | crypto: arm/sha256 - Add simd block function | Herbert Xu | 3 | -17/+18 |
2025-05-05 | crypto: arch/sha256 - Export block functions as GPL only | Herbert Xu | 1 | -2/+2 |
2025-05-05 | Revert "crypto: run initcalls for generic implementations earlier" | Herbert Xu | 3 | -3/+3 |
2025-05-05 | crypto: arm/sha256 - implement library instead of shash | Eric Biggers | 6 | -1/+925 |
2025-05-05 | crypto: lib/poly1305 - Use block-only interface | Herbert Xu | 1 | -57/+0 |
2025-05-05 | crypto: arm/poly1305 - Add block-only interface | Herbert Xu | 2 | -36/+48 |
2025-04-28 | crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -1/+1 |
2025-04-28 | crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -1/+1 |
2025-04-28 | crypto: arm - move library functions to arch/arm/lib/crypto/ | Eric Biggers | 10 | -0/+2946 |