aboutsummaryrefslogtreecommitdiff
path: root/crypto/lskcipher.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02crypto: remove CONFIG_CRYPTO_STATSGravatar Eric Biggers 1-69/+4
2024-02-24crypto: lskcipher - Copy IV in lskcipher glue code alwaysGravatar Herbert Xu 1-4/+2
2023-12-22crypto: skcipher - Pass statesize for simple lskcipher instancesGravatar Herbert Xu 1-0/+1
2023-12-08crypto: skcipher - Make use of internal stateGravatar Herbert Xu 1-6/+28
2023-12-08crypto: skcipher - Add internal state supportGravatar Herbert Xu 1-6/+8
2023-10-20crypto: skcipher - fix weak key check for lskciphersGravatar Eric Biggers 1-8/+0
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksGravatar Herbert Xu 1-0/+1
2023-09-20crypto: lskcipher - Add compatibility wrapper around ECBGravatar Herbert Xu 1-5/+52
2023-09-20crypto: skcipher - Add lskcipherGravatar Herbert Xu 1-0/+594