aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ofb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-11crypto: ofb - convert to skcipher_alloc_instance_simple()Eric Biggers1-112/+7
2019-01-11crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers1-54/+37
2018-09-28crypto: ofb - add output feedback modeGilad Ben-Yossef1-0/+225