summaryrefslogtreecommitdiffstats
path: root/crypto/ofb.c
AgeCommit message (Expand)AuthorLines
2019-01-11crypto: ofb - convert to skcipher_alloc_instance_simple()Eric Biggers-112/+7
2019-01-11crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers-54/+37
2018-09-28crypto: ofb - add output feedback modeGilad Ben-Yossef-0/+225