Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: cfb - remove bogus memcpy() with src == dest | Eric Biggers | 2019-03-23 | 1 | -4/+4 |
* | crypto: cfb - add missing 'chunksize' property | Eric Biggers | 2019-03-23 | 1 | -0/+6 |
* | crypto: cfb - fix decryption | Dmitry Eremin-Solenikov | 2019-01-09 | 1 | -1/+1 |
* | crypto: do not free algorithm before using | Pan Bian | 2018-12-13 | 1 | -2/+4 |
* | crypto: remove several VLAs | Salvatore Mesoraca | 2018-04-21 | 1 | -4/+3 |
* | crypto: cfb - add support for Cipher FeedBack mode | James Bottomley | 2018-03-09 | 1 | -0/+353 |