summaryrefslogtreecommitdiffstats
path: root/crypto/ofb.c
AgeCommit message (Expand)AuthorLines
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu-2/+3
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
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