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
(no commit message)
[strongswan.git]
/
src
/
libcrypto
/
libtwofish
/
twofish_cbc.c
1
#ifdef __KERNEL__
2
#include <linux/types.h>
3
#else
4
#include <sys/types.h>
5
#endif
6
#include
"twofish_cbc.h"
7
#include
"cbc_generic.h"
8
CBC_IMPL_BLK16
(
twofish_cbc_encrypt
,
twofish_context
,
u_int8_t
*,
twofish_encrypt
,
twofish_decrypt
);