aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-10-28 19:49:54 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-10-28 19:49:54 +0100
commitf00934a9ac8ac1593d905daffda9acbfa89dcb11 (patch)
tree81d0d5d71f86cbd920a2cceda9f1cec0918d598a /sys
parent899726922ef881eeb7ba740f8e523ed971218939 (diff)
sys/linux: add "ofb" crypto-something
Diffstat (limited to 'sys')
-rw-r--r--sys/linux/init_alg.go1
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}},