summaryrefslogtreecommitdiffstats
path: root/crypto/cfb.c
AgeCommit message (Expand)Author
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-01-11crypto: cfb - convert to skcipher_alloc_instance_simple()Eric Biggers
2019-01-11crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-01-11crypto: cfb - add missing 'chunksize' propertyEric Biggers
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-11-29crypto: do not free algorithm before usingPan Bian
2018-11-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov
2018-04-21crypto: remove several VLAsSalvatore Mesoraca
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley