strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
stroke.h requires libstrongswan/types.h
[strongswan.git]
/
src
/
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
);