prepare CAMELLIA_CCM ESP encryption

This commit is contained in:
Andreas Steffen
2009-08-10 16:30:42 +02:00
parent 20af53fe33
commit 8ddcac4c48
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -266,6 +266,9 @@ static bool is_authenticated_encryption(u_int16_t alg)
case ENCR_AES_GCM_ICV8:
case ENCR_AES_GCM_ICV12:
case ENCR_AES_GCM_ICV16:
case ENCR_CAMELLIA_CCM_ICV8:
case ENCR_CAMELLIA_CCM_ICV12:
case ENCR_CAMELLIA_CCM_ICV16:
return TRUE;
}
return FALSE;