aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfreeswan/libcrypto/libserpent/serpent_cbc.h
blob: 3064fa3bcb645c92ae64412e2ab8af8cf5b35d7b (plain)
1
2
3
/* Glue header */
#include "serpent.h"
int serpent_cbc_encrypt(serpent_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t * iv, int encrypt);