]> git.ipfire.org Git - people/ms/strongswan.git/blob - lib/libcrypto/libtwofish/twofish_cbc.h
9fdea3526c50e8b92f4e6402bee639bbbd79ef6f
[people/ms/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);