aboutsummaryrefslogtreecommitdiff
path: root/crypto/ofb.c
AgeCommit message (Expand)AuthorFilesLines
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