Skip to content

Commit

Permalink
sys/linux: add "ofb" crypto-something
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov committed Oct 28, 2018
1 parent 8997269 commit f00934a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/linux/init_alg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
Expand Down

0 comments on commit f00934a

Please sign in to comment.