summaryrefslogtreecommitdiff
path: root/crypto/cfb.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers1-4/+4
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers1-0/+6
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov1-1/+1
2018-12-13crypto: do not free algorithm before usingPan Bian1-2/+4
2018-04-20crypto: remove several VLAsSalvatore Mesoraca1-4/+3
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley1-0/+353