]> git.ipfire.org Git - thirdparty/strongswan.git/blob - lib/libcrypto/libtwofish/twofish_cbc.h
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / lib / libcrypto / libtwofish / twofish_cbc.h
1 /* Glue header */
2 #include "twofish.h"
3 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);