summaryrefslogtreecommitdiffstats
path: root/crypto/lskcipher.c
AgeCommit message (Expand)AuthorLines
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu-0/+1
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers-69/+4
2024-02-24crypto: lskcipher - Copy IV in lskcipher glue code alwaysHerbert Xu-4/+2
2023-12-22crypto: skcipher - Pass statesize for simple lskcipher instancesHerbert Xu-0/+1
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu-6/+28
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu-6/+8
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers-8/+0
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu-0/+1
2023-09-20crypto: lskcipher - Add compatibility wrapper around ECBHerbert Xu-5/+52
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu-0/+594