From fd41336ef5a14e7f322b0a8af359c45ce03d4cc8 Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 13 Oct 2003 14:57:41 +0000 Subject: - support AES counter mode for ESP. - use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing. Obtained from: KAME --- lib/libipsec/pfkey_dump.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c index b2cddf2..0113e14 100644 --- a/lib/libipsec/pfkey_dump.c +++ b/lib/libipsec/pfkey_dump.c @@ -197,6 +197,9 @@ static struct val2str str_alg_enc[] = { #ifdef SADB_X_EALG_TWOFISHCBC { SADB_X_EALG_TWOFISHCBC, "twofish-cbc", }, #endif +#ifdef SADB_X_EALG_AESCTR + { SADB_X_EALG_AESCTR, "aes-ctr", }, +#endif { -1, NULL, }, }; -- cgit v1.1