# HG changeset patch # User Matt Johnston # Date 1423059126 -28800 # Node ID ffd2359564b0ef17a33b957feecbfef7b8edef7a # Parent c635aeeaf25c54e6f76169e258adecb4c3b42022 twofish ctr modes diff -r c635aeeaf25c -r ffd2359564b0 common-algo.c --- a/common-algo.c Thu Jan 29 21:42:01 2015 +0800 +++ b/common-algo.c Wed Feb 04 22:12:06 2015 +0800 @@ -144,6 +144,12 @@ #ifdef DROPBEAR_AES256 {"aes256-ctr", 0, &dropbear_aes256, 1, &dropbear_mode_ctr}, #endif +#ifdef DROPBEAR_TWOFISH256 + {"twofish256-ctr", 0, &dropbear_twofish256, 1, &dropbear_mode_ctr}, +#endif +#ifdef DROPBEAR_TWOFISH128 + {"twofish128-ctr", 0, &dropbear_twofish128, 1, &dropbear_mode_ctr}, +#endif #endif /* DROPBEAR_ENABLE_CTR_MODE */ #ifdef DROPBEAR_ENABLE_CBC_MODE