summaryrefslogtreecommitdiff
path: root/crypto/cfb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: cleanup commentsTom Rix2022-03-031-1/+1
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu2019-12-271-2/+3
* 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