summaryrefslogtreecommitdiffstats
path: root/crypto/ofb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: ofb - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-112/+7Star
* crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers2019-01-111-54/+37Star
* crypto: ofb - add output feedback modeGilad Ben-Yossef2018-09-281-0/+225