aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-10 07:32:34 +0000
committerMartin Willi <martin@strongswan.org>2006-05-10 07:32:34 +0000
commitbc4a07a0adc9e31af75576477fbed488c31edaa4 (patch)
tree82a8ba5612c448b8db585b437fbbe38ef243a0ba /src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h
parent37a2b616e28649b6db7c87e96b375ba1176b52cc (diff)
downloadstrongswan-bc4a07a0adc9e31af75576477fbed488c31edaa4.tar.bz2
strongswan-bc4a07a0adc9e31af75576477fbed488c31edaa4.tar.xz
- started to rebuild source layout
Diffstat (limited to 'src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h')
-rw-r--r--src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h b/src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h
new file mode 100644
index 000000000..9fdea3526
--- /dev/null
+++ b/src/libfreeswan/libcrypto/libtwofish/twofish_cbc.h
@@ -0,0 +1,3 @@
+/* Glue header */
+#include "twofish.h"
+int twofish_cbc_encrypt(twofish_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t* iv, int encrypt);