summaryrefslogtreecommitdiffstats
path: root/crypto/cfb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: cfb - remove bogus memcpy() with src == destEric Biggers2019-03-231-4/+4
* crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-03-231-0/+6
* crypto: cfb - fix decryptionDmitry Eremin-Solenikov2019-01-091-1/+1
* crypto: do not free algorithm before usingPan Bian2018-12-131-2/+4
* crypto: remove several VLAsSalvatore Mesoraca2018-04-201-4/+3Star
* crypto: cfb - add support for Cipher FeedBack modeJames Bottomley2018-03-091-0/+353