diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-10-28 19:49:54 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-28 19:49:54 +0100 |
| commit | f00934a9ac8ac1593d905daffda9acbfa89dcb11 (patch) | |
| tree | 81d0d5d71f86cbd920a2cceda9f1cec0918d598a /sys/linux | |
| parent | 899726922ef881eeb7ba740f8e523ed971218939 (diff) | |
sys/linux: add "ofb" crypto-something
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/init_alg.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/init_alg.go b/sys/linux/init_alg.go index 8de400048..daa798630 100644 --- a/sys/linux/init_alg.go +++ b/sys/linux/init_alg.go @@ -172,6 +172,7 @@ var allAlgs = map[int][]algDesc{ {"lrw", []int{ALG_CIPHER}}, {"ecb", []int{ALG_CIPHER}}, {"kw", []int{ALG_CIPHER}}, + {"ofb", []int{ALG_CIPHER}}, {"cts", []int{ALG_BLKCIPHER}}, {"fpu", []int{ALG_BLKCIPHER}}, {"xts", []int{ALG_BLKCIPHER}}, |
