aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11crypto: cfb - convert to skcipher_alloc_instance_simple()Eric Biggers1-118/+9
2019-01-11crypto: cfb - remove bogus memcpy() with src == destEric Biggers1-4/+4
2019-01-11crypto: cfb - add missing 'chunksize' propertyEric Biggers1-0/+6
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+4
2018-11-29crypto: do not free algorithm before usingPan Bian1-2/+4
2018-11-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov1-1/+1
2018-04-21crypto: remove several VLAsSalvatore Mesoraca1-4/+3
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley1-0/+353