summaryrefslogtreecommitdiff
path: root/crypto/ofb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu2019-12-271-2/+3
* 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/+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