aboutsummaryrefslogtreecommitdiff
path: root/crypto/ofb.c
AgeCommit message (Expand)AuthorFilesLines
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: ofb - convert to skcipher_alloc_instance_simple()Gravatar Eric Biggers 1-112/+7
2019-01-11crypto: ofb - fix handling partial blocks and make thread-safeGravatar Eric Biggers 1-54/+37
2018-09-28crypto: ofb - add output feedback modeGravatar Gilad Ben-Yossef 1-0/+225