]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/xfrm/xfrm_algo.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / net / xfrm / xfrm_algo.c
index 6fb9d00a75dcae8ef5f46683f828e8aeae0e7512..ab4ef72f0b1daefd4b46765d9009975cd9330676 100644 (file)
@@ -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[] = {