Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-03-23 | crypto: cfb - remove bogus memcpy() with src == dest | Eric Biggers | 1 | -4/+4 |
2019-03-23 | crypto: cfb - add missing 'chunksize' property | Eric Biggers | 1 | -0/+6 |
2019-01-09 | crypto: cfb - fix decryption | Dmitry Eremin-Solenikov | 1 | -1/+1 |
2018-12-13 | crypto: do not free algorithm before using | Pan Bian | 1 | -2/+4 |
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 |