ike: Define keylength for aescmac algorithm

This commit is contained in:
Martin Willi 2013-06-21 16:01:03 +02:00
parent a1379e3210
commit 757343d90e
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ int keymat_get_keylen_integ(integrity_algorithm_t alg)
{AUTH_HMAC_SHA2_384_192, 384},
{AUTH_HMAC_SHA2_512_256, 512},
{AUTH_AES_XCBC_96, 128},
{AUTH_AES_CMAC_96, 128},
};
int i;