Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47006
b: refs/heads/master
c: 6a0dc8d
h: refs/heads/master
v: v3
  • Loading branch information
Noriaki TAKAMIYA authored and Herbert Xu committed Feb 6, 2007
1 parent 7be8310 commit 6cae2e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 390fbd1bfaa7b561af8e4f385067c55bdf4100ba
refs/heads/master: 6a0dc8d733de4aca958a73019877f96b4754d671
17 changes: 17 additions & 0 deletions trunk/net/xfrm/xfrm_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,23 @@ static struct xfrm_algo_desc ealg_list[] = {
.sadb_alg_maxbits = 256,
}
},
{
.name = "cbc(camellia)",

.uinfo = {
.encr = {
.blockbits = 128,
.defkeybits = 128,
}
},

.desc = {
.sadb_alg_id = SADB_X_EALG_CAMELLIACBC,
.sadb_alg_ivlen = 8,
.sadb_alg_minbits = 128,
.sadb_alg_maxbits = 256
}
},
{
.name = "cbc(twofish)",
.compat = "twofish",
Expand Down

0 comments on commit 6cae2e4

Please sign in to comment.