summaryrefslogtreecommitdiffstats
path: root/crypto/lskcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: lskcipher - Copy IV in lskcipher glue code alwaysHerbert Xu2024-02-241-4/+2
* crypto: skcipher - Pass statesize for simple lskcipher instancesHerbert Xu2023-12-221-0/+1
* crypto: skcipher - Make use of internal stateHerbert Xu2023-12-081-6/+28
* crypto: skcipher - Add internal state supportHerbert Xu2023-12-081-6/+8
* crypto: skcipher - fix weak key check for lskciphersEric Biggers2023-10-201-8/+0
* crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu2023-10-201-0/+1
* crypto: lskcipher - Add compatibility wrapper around ECBHerbert Xu2023-09-201-5/+52
* crypto: skcipher - Add lskcipherHerbert Xu2023-09-201-0/+594