support of ESP AES_XCBC_96

This commit is contained in:
Andreas Steffen
2009-05-19 15:45:01 +02:00
parent c6c842e9ad
commit 597cee84d3
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -363,7 +363,7 @@ static const char *const ah_transform_name[] = {
"HMAC_SHA2_384",
"HMAC_SHA2_512",
"HMAC_RIPEMD",
"AES_XCBC_MAC",
"AES_XCBC_96",
"SIG_RSA"
};
@@ -672,7 +672,7 @@ static const char *const auth_alg_name[] = {
"HMAC_SHA2_384",
"HMAC_SHA2_512",
"HMAC_RIPEMD",
"AES_XCBC_MAC",
"AES_XCBC_96",
"SIG_RSA"
};