aboutsummaryrefslogtreecommitdiff
path: root/crypto/cfb.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03crypto: cleanup commentsGravatar Tom Rix 1-1/+1
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperGravatar Herbert Xu 1-2/+3
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-01-11crypto: cfb - convert to skcipher_alloc_instance_simple()Gravatar Eric Biggers 1-118/+9
2019-01-11crypto: cfb - remove bogus memcpy() with src == destGravatar Eric Biggers 1-4/+4
2019-01-11crypto: cfb - add missing 'chunksize' propertyGravatar Eric Biggers 1-0/+6
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-2/+4
2018-11-29crypto: do not free algorithm before usingGravatar Pan Bian 1-2/+4
2018-11-09crypto: cfb - fix decryptionGravatar Dmitry Eremin-Solenikov 1-1/+1
2018-04-21crypto: remove several VLAsGravatar Salvatore Mesoraca 1-4/+3
2018-03-09crypto: cfb - add support for Cipher FeedBack modeGravatar James Bottomley 1-0/+353