Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-12-27 | crypto: skcipher - Add skcipher_ialg_simple helper | Herbert Xu | 1 | -2/+3 |
2019-04-18 | crypto: run initcalls for generic implementations earlier | Eric Biggers | 1 | -1/+1 |
2019-01-11 | crypto: cfb - convert to skcipher_alloc_instance_simple() | Eric Biggers | 1 | -118/+9 |
2019-01-11 | crypto: cfb - remove bogus memcpy() with src == dest | Eric Biggers | 1 | -4/+4 |
2019-01-11 | crypto: cfb - add missing 'chunksize' property | Eric Biggers | 1 | -0/+6 |
2018-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -2/+4 |
2018-11-29 | crypto: do not free algorithm before using | Pan Bian | 1 | -2/+4 |
2018-11-09 | crypto: cfb - fix decryption | Dmitry Eremin-Solenikov | 1 | -1/+1 |
2018-04-21 | crypto: remove several VLAs | Salvatore Mesoraca | 1 | -4/+3 |
2018-03-09 | crypto: cfb - add support for Cipher FeedBack mode | James Bottomley | 1 | -0/+353 |