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