Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371127
b: refs/heads/master
c: d2049d8
h: refs/heads/master
i:
  371125: 3dbd730
  371123: 2fb4747
  371119: 3a7da86
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Apr 25, 2013
1 parent 7055fea commit 6ee43c6
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 93b5e86a6d13c5dec18c6611933fb38d7d80f0d2
refs/heads/master: d2049d8566bf74723f0c353621174b37ff3d75ec
13 changes: 13 additions & 0 deletions trunk/net/xfrm/xfrm_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,19 @@ static struct xfrm_algo_desc aalg_list[] = {
.sadb_alg_maxbits = 128
}
},
{
/* rfc4494 */
.name = "cmac(aes)",

.uinfo = {
.auth = {
.icv_truncbits = 96,
.icv_fullbits = 128,
}
},

.pfkey_supported = 0,
},
};

static struct xfrm_algo_desc ealg_list[] = {
Expand Down

0 comments on commit 6ee43c6

Please sign in to comment.