Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 2024-04-02 | 1 | -69/+4 |
* | crypto: lskcipher - Copy IV in lskcipher glue code always | Herbert Xu | 2024-02-24 | 1 | -4/+2 |
* | crypto: skcipher - Pass statesize for simple lskcipher instances | Herbert Xu | 2023-12-22 | 1 | -0/+1 |
* | crypto: skcipher - Make use of internal state | Herbert Xu | 2023-12-08 | 1 | -6/+28 |
* | crypto: skcipher - Add internal state support | Herbert Xu | 2023-12-08 | 1 | -6/+8 |
* | crypto: skcipher - fix weak key check for lskciphers | Eric Biggers | 2023-10-20 | 1 | -8/+0 |
* | crypto: lskcipher - Return EINVAL when ecb_name fails sanity checks | Herbert Xu | 2023-10-20 | 1 | -0/+1 |
* | crypto: lskcipher - Add compatibility wrapper around ECB | Herbert Xu | 2023-09-20 | 1 | -5/+52 |
* | crypto: skcipher - Add lskcipher | Herbert Xu | 2023-09-20 | 1 | -0/+594 |