Commit message (Expand) | Author | Age | |
---|---|---|---|
* | crypto: run initcalls for generic implementations earlier | Eric Biggers | 2019-04-18 |
* | crypto: cfb - convert to skcipher_alloc_instance_simple() | Eric Biggers | 2019-01-11 |
* | crypto: cfb - remove bogus memcpy() with src == dest | Eric Biggers | 2019-01-11 |
* | crypto: cfb - add missing 'chunksize' property | Eric Biggers | 2019-01-11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2018-12-07 |
|\ | |||
| * | crypto: do not free algorithm before using | Pan Bian | 2018-11-29 |
* | | crypto: cfb - fix decryption | Dmitry Eremin-Solenikov | 2018-11-09 |
|/ | |||
* | crypto: remove several VLAs | Salvatore Mesoraca | 2018-04-20 |
* | crypto: cfb - add support for Cipher FeedBack mode | James Bottomley | 2018-03-09 |