aboutsummaryrefslogtreecommitdiff
path: root/crypto/lskcipher.c
AgeCommit message (Expand)AuthorFilesLines
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