summaryrefslogtreecommitdiffstats
path: root/crypto/cfb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: cfb - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-118/+9
* crypto: cfb - remove bogus memcpy() with src == destEric Biggers2019-01-111-4/+4
* crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-01-111-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-12-071-2/+4
|\
| * crypto: do not free algorithm before usingPan Bian2018-11-291-2/+4
* | crypto: cfb - fix decryptionDmitry Eremin-Solenikov2018-11-091-1/+1
|/
* crypto: remove several VLAsSalvatore Mesoraca2018-04-211-4/+3
* crypto: cfb - add support for Cipher FeedBack modeJames Bottomley2018-03-091-0/+353