diff options
Diffstat (limited to 'net/xfrm/xfrm_algo.c')
-rw-r--r-- | net/xfrm/xfrm_algo.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c index 6fb9d00a75dc..ab4ef72f0b1d 100644 --- a/net/xfrm/xfrm_algo.c +++ b/net/xfrm/xfrm_algo.c | |||
@@ -311,6 +311,19 @@ static struct xfrm_algo_desc aalg_list[] = { | |||
311 | .sadb_alg_maxbits = 128 | 311 | .sadb_alg_maxbits = 128 |
312 | } | 312 | } |
313 | }, | 313 | }, |
314 | { | ||
315 | /* rfc4494 */ | ||
316 | .name = "cmac(aes)", | ||
317 | |||
318 | .uinfo = { | ||
319 | .auth = { | ||
320 | .icv_truncbits = 96, | ||
321 | .icv_fullbits = 128, | ||
322 | } | ||
323 | }, | ||
324 | |||
325 | .pfkey_supported = 0, | ||
326 | }, | ||
314 | }; | 327 | }; |
315 | 328 | ||
316 | static struct xfrm_algo_desc ealg_list[] = { | 329 | static struct xfrm_algo_desc ealg_list[] = { |